A C E G I J O S T 

A

AbstractJarMojo - Class in org.apache.maven.plugin.jar
Base class for creating a jar from project classes.
AbstractJarMojo() - Constructor for class org.apache.maven.plugin.jar.AbstractJarMojo
 

C

createArchive() - Method in class org.apache.maven.plugin.jar.AbstractJarMojo
Generates the JAR.
createJarSignVerifyMojo() - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 

E

execute() - Method in class org.apache.maven.plugin.jar.AbstractJarMojo
Generates the JAR.
execute() - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
execute() - Method in class org.apache.maven.plugin.jar.JarSignVerifyMojo
Deprecated.
 
execute() - Method in class org.apache.maven.plugin.jar.TestJarMojo
 
executeCommandLine(Commandline, InputStream, StreamConsumer, StreamConsumer) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
executeCommandLine(Commandline, InputStream, StreamConsumer, StreamConsumer) - Method in class org.apache.maven.plugin.jar.JarSignVerifyMojo
Deprecated.
 

G

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
 

I

isSigned() - Method in class org.apache.maven.plugin.jar.JarSignVerifyMojo
Deprecated.
Is the JAR file signed ? Output property set by the JarSignVerifyMojo.execute() call.

J

JarMojo - Class in org.apache.maven.plugin.jar
Build a JAR from the current project.
JarMojo() - Constructor for class org.apache.maven.plugin.jar.JarMojo
 
JarSignMojo - Class in org.apache.maven.plugin.jar
Deprecated.
As of version 2.3, this goal is no longer supported in favor of the dedicated maven-jarsigner-plugin.
JarSignMojo() - Constructor for class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
JarSignVerifyMojo - Class in org.apache.maven.plugin.jar
Deprecated.
As of version 2.3, this goal is no longer supported in favor of the dedicated maven-jarsigner-plugin.
JarSignVerifyMojo() - Constructor for class org.apache.maven.plugin.jar.JarSignVerifyMojo
Deprecated.
 

O

org.apache.maven.plugin.jar - package org.apache.maven.plugin.jar
 

S

setAlias(String) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setBasedir(File) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setBasedir(File) - Method in class org.apache.maven.plugin.jar.JarSignVerifyMojo
Deprecated.
 
setCheckCerts(boolean) - Method in class org.apache.maven.plugin.jar.JarSignVerifyMojo
Deprecated.
 
setErrorWhenNotSigned(boolean) - Method in class org.apache.maven.plugin.jar.JarSignVerifyMojo
Deprecated.
Sets a boolean that is to determine if an exception should be thrown when the JAR file being verified is unsigned.
setJarPath(File) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setJarPath(File) - Method in class org.apache.maven.plugin.jar.JarSignVerifyMojo
Deprecated.
 
setKeypass(String) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setKeystore(String) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setProject(MavenProject) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setSigFile(String) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setSignedJar(File) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setSkipAttachSignedArtifact(boolean) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setStorepass(String) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setType(String) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setVerbose(boolean) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setVerbose(boolean) - Method in class org.apache.maven.plugin.jar.JarSignVerifyMojo
Deprecated.
 
setVerify(boolean) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setWorkingDir(File) - Method in class org.apache.maven.plugin.jar.JarSignMojo
Deprecated.
 
setWorkingDir(File) - Method in class org.apache.maven.plugin.jar.JarSignVerifyMojo
Deprecated.
 

T

TestJarMojo - Class in org.apache.maven.plugin.jar
Build a JAR of the test classes for the current project.
TestJarMojo() - Constructor for class org.apache.maven.plugin.jar.TestJarMojo
 
A C E G I J O S T 

Copyright © 2014. All rights reserved.