org.codehaus.enunciate.DeployArtifactSpringMojo 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 deploy-artifact
* @phase deploy
* @extendsPlugin enunciate
*
* @author Ryan Heaton
*/
public class DeployArtifactSpringMojo extends DeployArtifactMojo {
}