com.thalesgroup.dtkit.maven
Class PackagerHudsonMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.thalesgroup.dtkit.maven.AbstractSourceJarMojo
com.thalesgroup.dtkit.maven.PackagerHudsonMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class PackagerHudsonMojo
- extends AbstractSourceJarMojo
Generate some Hudson source file from generic input type
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class com.thalesgroup.dtkit.maven.AbstractSourceJarMojo |
addDirectory, addDirectory, archiveProjectContent, createArchiver, execute, getExtension, getIncludes, getProject, getType, packageSources, packageSources, setIncludes |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackagerHudsonMojo
public PackagerHudsonMojo()
getSources
protected List getSources(org.apache.maven.project.MavenProject p)
-
- Specified by:
getSources in class AbstractSourceJarMojo
- Parameters:
p - not null
- Returns:
- the compile or test sources
getResources
protected List getResources(org.apache.maven.project.MavenProject p)
-
- Specified by:
getResources in class AbstractSourceJarMojo
- Parameters:
p - not null
- Returns:
- the compile or test resources
getClassifier
protected String getClassifier()
-
- Specified by:
getClassifier in class AbstractSourceJarMojo
- Returns:
- the wanted classifier, ie
sources or test-sources
Copyright © 2004-2013. All Rights Reserved.