![JAR search and dependency download from the Maven repository](/logo.png)
it.thomasjohansen.maven.cloudwar.WarMojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of war-buddy-maven-plugin Show documentation
Show all versions of war-buddy-maven-plugin Show documentation
Maven plug-in for creating buddy wars
The newest version!
package it.thomasjohansen.maven.cloudwar;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.ResolutionScope;
/**
* @author [email protected]
*/
@Mojo(
name = "war",
defaultPhase = LifecyclePhase.PACKAGE,
threadSafe = true,
requiresDependencyResolution = ResolutionScope.RUNTIME
)
public class WarMojo extends WarBuddyMojo {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy