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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user