Package org.forgerock.opendj.maven
Class GenerateManifestClassPathMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.forgerock.opendj.maven.GenerateManifestClassPathMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-manifest", defaultPhase=VALIDATE, requiresDependencyResolution=COMPILE_PLUS_RUNTIME) public final class GenerateManifestClassPathMojo extends org.apache.maven.plugin.AbstractMojoGenerate a class path suitable for the Class-Path header of a Manifest file, allowing to filter on included jars, using excludes/includes properties.There is a single goal that generates a property given by 'classPathProperty' parameter, with the generated classpath as the value.
-
-
Constructor Summary
Constructors Constructor Description GenerateManifestClassPathMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-