![JAR search and dependency download from the Maven repository](/logo.png)
org.codehaus.enunciate.AssembleSpringMojo 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.
The newest version!
package org.codehaus.enunciate;
/**
* Assembles the whole Enunciate app, with Spring support, without compilation or packaging of the war.
* For use with the "war" packaging.
*
* @goal assemble
* @extendsPlugin enunciate
* @phase process-sources
* @requiresDependencyResolution test
*
* @author Ryan Heaton
*/
public class AssembleSpringMojo extends AssembleMojo {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy