- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="generate",
requiresProject=false)
@Execute(phase=GENERATE_SOURCES)
public class GenerateMojo
extends AbstractCxxMojo
implements org.apache.maven.plugin.ContextEnabled
Generates a new project from an archetype, or updates the actual project if using a partial archetype.
If the project is generated or updated in the current directory.
mvn cxx:generate -DartifactName="an-id" -DartifactId="AnId"
- Since:
- 0.0.6
- Author:
- Franck Bonin