com.webcohesion.enunciate.mojo.AssembleMojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of enunciate-maven-plugin Show documentation
Show all versions of enunciate-maven-plugin Show documentation
Maven plugin for invoking Enunciate.
package com.webcohesion.enunciate.mojo;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.ResolutionScope;
/**
* Assembles the Enunciate documentation.
*
* @author Ryan Heaton
*/
@Mojo ( name = "assemble", defaultPhase = LifecyclePhase.PROCESS_SOURCES, requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME )
public class AssembleMojo extends AssembleBaseMojo {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy