classpath-maven-plugin
Maven plugin which uses dependency and jar plugins to create a jar containing a classpath file. The value added to using dependency plugin is the ability to include the project artifact in the classpath.
| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdorg.chiknrice |
| ArtifactId | ArtifactIdclasspath-maven-plugin |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typemaven-plugin |
| Description |
Descriptionclasspath-maven-plugin
Maven plugin which uses dependency and jar plugins to create a jar containing a classpath file including the
project artifact itself
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<plugin>
<groupId>org.chiknrice</groupId>
<artifactId>classpath-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 3.0 |
| org.twdata.maven : mojo-executor | jar | 2.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.4 |
Maven plugin which uses dependency and jar plugins to create a jar containing a classpath file. The value added to using dependency plugin is the ability to include the project artifact in the classpath.