Uses of Interface
org.apache.maven.plugins.war.packaging.WarPackagingTask
-
Packages that use WarPackagingTask Package Description org.apache.maven.plugins.war org.apache.maven.plugins.war.packaging -
-
Uses of WarPackagingTask in org.apache.maven.plugins.war
Methods in org.apache.maven.plugins.war that return types with arguments of type WarPackagingTask Modifier and Type Method Description private java.util.List<WarPackagingTask>AbstractWarMojo. getPackagingTasks(OverlayManager overlayManager)Returns aListof theWarPackagingTaskinstances to invoke to perform the packaging. -
Uses of WarPackagingTask in org.apache.maven.plugins.war.packaging
Classes in org.apache.maven.plugins.war.packaging that implement WarPackagingTask Modifier and Type Class Description classAbstractWarPackagingTaskclassArtifactsPackagingTaskHandles the artifacts that needs to be packaged in the web application.classClassesPackagingTaskHandles the classes directory that needs to be packaged in the web application.classCopyUserManifestTaskclassOverlayPackagingTaskHandles an overlay.classWarProjectPackagingTaskHandles the project own resources, that is: The list of web resources, if any The content of the webapp directory if it exists The custom deployment descriptor(s), if any The content of the classes directory if it exists The dependencies of the project
-