![JAR search and dependency download from the Maven repository](/logo.png)
org.codehaus.enunciate.AssembleSpringMojo Maven / Gradle / Ivy
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