Use the term "uber jar" in reference documentation and javadoc

Update reference documentation and javadoc to use the term "uber jar"
rather than "fat jar".

Closes gh-37653
This commit is contained in:
Phillip Webb
2023-09-28 13:29:30 -07:00
parent 780f75d5a2
commit 3d6859e80f
13 changed files with 18 additions and 18 deletions

View File

@@ -85,7 +85,7 @@ public class ArtifactsLibraries implements Libraries {
/**
* Creates a new {@code ArtifactsLibraries} from the given {@code artifacts}.
* @param artifacts all artifacts that can be represented as libraries
* @param includedArtifacts the actual artifacts to include in the fat jar
* @param includedArtifacts the actual artifacts to include in the uber jar
* @param localProjects projects for which {@link Library#isLocal() local} libraries
* should be created
* @param unpacks artifacts that should be unpacked on launch

View File

@@ -106,7 +106,7 @@ public class RepackageMojo extends AbstractPackagerMojo {
private boolean attach = true;
/**
* A list of the libraries that must be unpacked from fat jars in order to run.
* A list of the libraries that must be unpacked from uber jars in order to run.
* Specify each library as a {@code <dependency>} with a {@code <groupId>} and a
* {@code <artifactId>} and they will be unpacked at runtime.
* @since 1.1.0