So, I have a Mojo class with this comment block: /** * @description Generate java code with Velocity. * @goal generate * @phase generate-sources * @requiresProject true */
I put this plugin in <build><plugins>.... in a pom, and I run 'mvn generate-sources'. I get ... [INFO] ------------------------------------------------------------------------ [INFO] No goals needed for project - skipping [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
