classpath:setClassPath
Full name:
com.github.taxone.plugins:classpath-maven-plugin:1.0.0:setClassPath
Description:
Set a property which contains the runtime dependencies (the list of
jars) of the artifact. This property can be referred in the
POM.xml.
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope: runtime.
- The goal is thread-safe and supports parallel builds.
Optional Parameters
Name |
Type |
Since |
Description |
classpathPrefix |
String |
- |
A text that will be prefixed to all your Class-Path entries. The
default value is "". User property is: taxone.classpath.prefix. |
classpathPropertyName |
String |
- |
The name of the property which contains the runtime classpath and
that is available in the project POM. Default value is: taxone.classpath.propertyName. User property is: taxone.classpath.propertyName. |
Parameter Details
classpathPrefix:
A text that will be prefixed to all your Class-Path entries. The
default value is "".
- Type: java.lang.String
- Required: No
- User Property: taxone.classpath.prefix
classpathPropertyName:
The name of the property which contains the runtime classpath and
that is available in the project POM.
- Type: java.lang.String
- Required: No
- User Property: taxone.classpath.propertyName
- Default: taxone.classpath.propertyName