Class CopyResourcesMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

    @Mojo(name="copy-resources",
          threadSafe=true)
    public class CopyResourcesMojo
    extends ResourcesMojo
    Copy resources of the configured plugin attribute resources
    Since:
    2.3
    • Field Detail

      • outputDirectory

        @Parameter(required=true)
        private java.io.File outputDirectory
        The output directory into which to copy the resources.
      • resources

        @Parameter(required=true)
        private java.util.List<org.apache.maven.model.Resource> resources
        The list of resources we want to transfer. See the Maven Model for a description of how to code the resources element.
    • Constructor Detail

      • CopyResourcesMojo

        public CopyResourcesMojo()