License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.greening |
ArtifactId | ArtifactIdunojar-maven-plugin |
Version | Version1.5.0 |
Type | Typemaven-plugin |
Description |
DescriptionUnojar Maven Plugin
Unojar maven plugin creates a "fat jar" or "uber jar". It packages dependency jars with a main jar file, and with a specified main class to start, into a ...unojar.jar file. Dependent jars are automatically loaded with the main jar, and main method in the main class is called. This allows an entire application to be released as a single file and run with "java -jar ...unojar.jar".
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
unojar-maven-plugin-1.5.0.pom | |
unojar-maven-plugin-1.5.0.jar | 252 KB |
unojar-maven-plugin-1.5.0-sources.jar | 205 KB |
unojar-maven-plugin-1.5.0-javadoc.jar | 386 KB |
Browse |
<plugin>
<groupId>org.greening</groupId>
<artifactId>unojar-maven-plugin</artifactId>
<version>1.5.0</version>
</plugin>
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
com.needhamsoftware.unojar : core | jar | 1.0.1 |
commons-io : commons-io | jar | 2.7 |
org.apache.maven : maven-model | jar | 3.6.3 |
org.apache.maven : maven-core | jar | 3.6.3 |
org.apache.maven : maven-plugin-api | jar | 3.6.3 |
org.apache.maven : maven-artifact | jar | 3.6.3 |
org.apache.maven : maven-project | jar | 2.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-testing : maven-plugin-testing-harness | jar | 3.3.0 |
org.apache.maven : maven-resolver-provider | jar | 3.6.3 |
org.apache.maven : maven-compat | jar | 3.6.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |