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.AbstractMojoBundle up resources that should be considered as a remote-resource.
-
-
Field Summary
Fields Modifier and Type Field Description static StringRESOURCES_MANIFEST
-
Constructor Summary
Constructors Constructor Description BundleRemoteResourcesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Field Detail
-
RESOURCES_MANIFEST
public static final String RESOURCES_MANIFEST
- See Also:
- Constant Field Values
-
-