- getClassesDirectory() - Method in class org.apache.maven.plugin.jar.AbstractJarMojo
-
Return the specific output directory to serve as the root for the archive.
- getClassesDirectory() - Method in class org.apache.maven.plugin.jar.JarMojo
-
Return the main classes directory, so it's used as the root of the jar.
- getClassesDirectory() - Method in class org.apache.maven.plugin.jar.TestJarMojo
-
Return the test-classes directory, to serve as the root of the tests jar.
- getClassifier() - Method in class org.apache.maven.plugin.jar.AbstractJarMojo
-
Overload this to produce a jar with another classifier, for example a test-jar.
- getClassifier() - Method in class org.apache.maven.plugin.jar.JarMojo
-
- getClassifier() - Method in class org.apache.maven.plugin.jar.TestJarMojo
-
- getDefaultManifestFile() - Method in class org.apache.maven.plugin.jar.AbstractJarMojo
-
Default Manifest location.
- getJarFile(File, String, String) - Static method in class org.apache.maven.plugin.jar.AbstractJarMojo
-
- getProject() - Method in class org.apache.maven.plugin.jar.AbstractJarMojo
-
- getType() - Method in class org.apache.maven.plugin.jar.AbstractJarMojo
-
Overload this to produce a test-jar, for example.
- getType() - Method in class org.apache.maven.plugin.jar.JarMojo
-
- getType() - Method in class org.apache.maven.plugin.jar.TestJarMojo
-