|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.ajax4jsf.builder.mojo.AbstractCDKMojo
org.ajax4jsf.builder.mojo.CreateSkinMojo
public class CreateSkinMojo
This mojo is intended to create new skin add-on within existing project. New resources are added to the project, and existing resource config is modified to include new files.
Usage mvn cdk:add-skin -Dname=<skinName> -Dpackage=<skinPackage>.
This adds new skin named <skinName> to project resources/META-INF/skins folder.
Field Summary |
---|
Fields inherited from class org.ajax4jsf.builder.mojo.AbstractCDKMojo |
---|
classpathElements, compileSourceRoots, componentConfigDirectory, converterConfigDirectory, facesConfigInclude, key, library, outputDirectory, outputJavaDirectory, outputResourcesDirectory, outputTestsDirectory, project, resourcesInclude, taglibInclude, templatesDirectory, validatorConfigDirectory, velocity |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
CreateSkinMojo()
|
Method Summary | |
---|---|
void |
execute()
|
Methods inherited from class org.ajax4jsf.builder.mojo.AbstractCDKMojo |
---|
checkLibraryConfig, checkTaglib, createProjectClassLoader, createProjectClassLoader, writeParsedTemplate |
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 |
Constructor Detail |
---|
public CreateSkinMojo()
Method Detail |
---|
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |