Class CopyUserManifestTask

    • Field Detail

      • log

        private org.apache.maven.plugin.logging.Log log
        Instance logger
    • Constructor Detail

      • CopyUserManifestTask

        public CopyUserManifestTask()
    • Method Detail

      • getLog

        public org.apache.maven.plugin.logging.Log getLog()
        Returns the logger.
        Returns:
        logger
      • setLog

        public void setLog​(org.apache.maven.plugin.logging.Log log)
        The logger.
        Parameters:
        log - the logger to set
      • performPackaging

        public void performPackaging​(WarPackagingContext context)
                              throws org.apache.maven.plugin.MojoExecutionException,
                                     org.apache.maven.plugin.MojoFailureException
        Description copied from interface: WarPackagingTask
        Performs the packaging for the specified task. The task is responsible to update the packaging context, namely with the files that have been copied.
        Parameters:
        context - the packaging context
        Throws:
        org.apache.maven.plugin.MojoExecutionException - if an error occurred
        org.apache.maven.plugin.MojoFailureException - if the project configuration is invalid