All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.thomasjohansen.maven.cloudwar.WarMojo Maven / Gradle / Ivy

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