Class BundleRemoteResourcesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.resources.remote.BundleRemoteResourcesMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="bundle",
defaultPhase=GENERATE_RESOURCES,
threadSafe=true)
public class BundleRemoteResourcesMojo
extends org.apache.maven.plugin.AbstractMojo
Bundle up resources that should be considered as a remote-resource,
generating
META-INF/maven/remote-resources.xml
descriptor.-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
RESOURCES_MANIFEST
- See Also:
-
-
Constructor Details
-
BundleRemoteResourcesMojo
public BundleRemoteResourcesMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-