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, generatingMETA-INF/maven/remote-resources.xml
descriptor.
-
-
Field Summary
Fields Modifier and Type Field Description static String
RESOURCES_MANIFEST
-
Constructor Summary
Constructors Constructor Description BundleRemoteResourcesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
RESOURCES_MANIFEST
public static final String RESOURCES_MANIFEST
- See Also:
- Constant Field Values
-
-