org.glassfish.maven
Class RunScatteredArchive
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.glassfish.maven.AbstractServerMojo
org.glassfish.maven.AbstractDeployMojo
org.glassfish.maven.RunScatteredArchive
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class RunScatteredArchive
- extends AbstractDeployMojo
- Author:
- bhavanishankar@dev.java.net
|
Field Summary |
protected java.util.ArrayList<java.lang.String> |
classpath
|
protected java.util.HashMap<java.lang.String,java.io.File> |
metadata
|
protected java.lang.String |
resources
|
protected java.lang.String |
rootdirectory
|
| Fields inherited from class org.glassfish.maven.AbstractServerMojo |
autoDelete, bootstrapProperties, bootstrapPropertiesFile, classLoaders, CONFIG_FILE_URI_PROP_NAME, configFile, configFileReadOnly, containerType, factory, glassfishProperties, glassfishPropertiesFile, INSTALL_ROOT_PROP_NAME, installRoot, INSTANCE_ROOT_PROP_NAME, instanceRoot, localRepository, PLATFORM_KEY, port, ports, project, projectBuilder, remoteRepositories, resolver, serverID, systemProperties, systemPropertiesFile, thisArtifactId |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
rootdirectory
protected java.lang.String rootdirectory
resources
protected java.lang.String resources
classpath
protected java.util.ArrayList<java.lang.String> classpath
metadata
protected java.util.HashMap<java.lang.String,java.io.File> metadata
RunScatteredArchive
public RunScatteredArchive()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Specified by:
execute in interface org.apache.maven.plugin.Mojo- Specified by:
execute in class AbstractDeployMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2011. All Rights Reserved.