@Mojo(name="generate",
defaultPhase=GENERATE_SOURCES,
threadSafe=true)
public class ModelloGenerateMojo
extends AbstractModelloSourceGeneratorMojo
A dynamic way to use generators and Modello plugins.
Example Usage:
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<version>1.3</version>
<dependencies>
<dependency>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-plugin-jpa</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
<configuration>
<version>1.0.0</version>
<packageWithVersion>false</packageWithVersion>
<models>
<model>src/main/mdo/project-model.xml</model>
</models>
</configuration>
<executions>
<execution>
<id>java</id>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<generatorId>java</generatorId>
</configuration>
</execution>
<execution>
<id>jpa</id>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<generatorId>jpa-mapping</generatorId>
</configuration>
</execution>
</executions>
</plugin>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
generatorId |
private java.util.Map<java.lang.String,ModelloGenerator> |
generatorMap |
| Constructor and Description |
|---|
ModelloGenerateMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected java.lang.String |
getGeneratorType() |
customizeParameters, getOutputDirectory, producesCompilableResult, setOutputDirectorycreateParameters, getBasedir, getModelloCore, getModels, getPackageWithVersion, getProject, getVersion, producesResources, setBasedir, setBuildContext, setModelloCore, setModels, setPackagedVersions, setPackageWithVersion, setProject, setVersion@Component(role=ModelloGenerator.class) private java.util.Map<java.lang.String,ModelloGenerator> generatorMap
@Parameter(property="modello.generator.id",
defaultValue="java")
private java.lang.String generatorId
protected java.lang.String getGeneratorType()
getGeneratorType in class AbstractModelloGeneratorMojopublic void execute()
throws org.apache.maven.plugin.MojoExecutionException
execute in interface org.apache.maven.plugin.Mojoexecute in class AbstractModelloGeneratorMojoorg.apache.maven.plugin.MojoExecutionException