org.codehaus.enunciate.InstallArtifactSpringMojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-enunciate-spring-plugin Show documentation
Show all versions of maven-enunciate-spring-plugin Show documentation
Maven 2 plugin for invoking Enunciate with Spring enhancements.
package org.codehaus.enunciate;
/**
* @goal install-artifact
* @phase install
* @extendsPlugin enunciate
*
* @author Ryan Heaton
*/
public class InstallArtifactSpringMojo extends InstallArtifactMojo {
}