RUNJAR
Helps you simply create runnable Java archives. You know, those you can run like this:
java -jar my-cool-application.jar --foo bar
and then all the cool things happen.
| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools Net |
| GroupId | GroupIdnet.kozelka.maven |
| ArtifactId | ArtifactIdrunjar-maven-plugin |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typemaven-plugin |
| Description |
Descriptionrunjar-maven-plugin
turn jar into executable jar
|
| Filename | Size |
|---|---|
| runjar-maven-plugin-0.1.0.pom | |
| runjar-maven-plugin-0.1.0.jar | 13 KB |
| runjar-maven-plugin-0.1.0-sources.jar | 5 KB |
| runjar-maven-plugin-0.1.0-javadoc.jar | 58 KB |
| Browse |
<plugin>
<groupId>net.kozelka.maven</groupId>
<artifactId>runjar-maven-plugin</artifactId>
<version>0.1.0</version>
</plugin>
| Group / Artifact | Type | Version |
|---|---|---|
| net.kozelka.runjar : runjar-boot | jar | 0.1.0 |
| org.codehaus.plexus : plexus-archiver | jar | 2.4.4 |
| org.apache.maven : maven-plugin-api | jar | 2.2.1 |
| org.apache.maven : maven-project | jar | 2.2.1 |
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.2 |
| org.codehaus.plexus : plexus-utils | jar | 3.0.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ant : ant | jar | 1.9.3 |
| org.apache.ant : ant-launcher | jar | 1.9.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
Helps you simply create runnable Java archives. You know, those you can run like this:
java -jar my-cool-application.jar --foo bar
and then all the cool things happen.