public class GenerateDaemonsMojo extends AbstractAppAssemblerMojo
artifactRepositoryFactory, localRepository, projectArtifact, repositoryLayout, useTimestampInSnapshotFileName| Constructor and Description |
|---|
GenerateDaemonsMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
calling from Maven.
|
boolean |
isUseWildcardClassPath()
Should the
/* part for the classpath be used or not. |
void |
setAvailableRepositoryLayouts(Map availableRepositoryLayouts) |
void |
setDaemons(Set daemons)
Seth the daemon.
|
void |
setUseWildcardClassPath(boolean useWildcardClassPath)
Use wildcard classpath or not.
|
installArtifact, installArtifactpublic void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionMojo.execute()public void setAvailableRepositoryLayouts(Map availableRepositoryLayouts)
public void setDaemons(Set daemons)
daemons - public boolean isUseWildcardClassPath()
/* part for the classpath be used or not.public void setUseWildcardClassPath(boolean useWildcardClassPath)
useWildcardClassPath - true to use wildcard classpath false otherwise.Copyright © 2006-2013 Codehaus. All Rights Reserved.