Uses of Class
org.wildfly.galleon.maven.AbstractFeaturePackBuildMojo
-
Packages that use AbstractFeaturePackBuildMojo Package Description org.wildfly.galleon.maven org.wildfly.galleon.maven.build.tasks -
-
Uses of AbstractFeaturePackBuildMojo in org.wildfly.galleon.maven
Subclasses of AbstractFeaturePackBuildMojo in org.wildfly.galleon.maven Modifier and Type Class Description classUserFeaturePackBuildMojoThis Maven Mojo is intended to be used to build feature-packs that depend on one of the WildFly feature-packs.classWfFeaturePackBuildMojoThis Maven mojo creates a WildFly style feature-pack archive from the provided resources according to the feature-pack build configuration file and attaches it to the current Maven project as an artifact. -
Uses of AbstractFeaturePackBuildMojo in org.wildfly.galleon.maven.build.tasks
Methods in org.wildfly.galleon.maven.build.tasks with parameters of type AbstractFeaturePackBuildMojo Modifier and Type Method Description voidCopyResourcesTask. execute(AbstractFeaturePackBuildMojo builder, java.nio.file.Path resourcesDir)voidResourcesTask. execute(AbstractFeaturePackBuildMojo builder, java.nio.file.Path resourcesDir)
-