Full name:
org.codehaus.modello:modello-maven-plugin:1.2:xpp3-reader
Description:
Attributes:
generate-sources.| Name | Type | Since | Description |
|---|---|---|---|
| basedir | String |
- |
Base directory of the project. |
| models | String[] |
- |
List of relative paths to mdo files containing the models. |
| outputDirectory | File |
- |
The output directory of the generated XPP reader. |
| packageWithVersion | boolean |
- |
True if the generated package names should include the version. Default value is: false. |
| project | MavenProject |
- |
The Maven project instance for the executing project. |
| version | String |
- |
The version of the model we will be working on. |
| Name | Type | Since | Description |
|---|---|---|---|
| encoding | String |
1.0-alpha-19 |
The encoding to use when generating Java source files. Default value is: ${project.build.sourceEncoding}. |
| packagedVersions | List |
- |
Additional historical versions to generate, each being packaged
with the version regardless of the packageWithVersion
setting. |
| useJava5 | boolean |
- |
Generate Java 5 sources, with generic collections. Default value is: false. |
java.lang.StringYes${basedir}java.lang.String1.0-alpha-19No${encoding}${project.build.sourceEncoding}java.lang.String[]Yesjava.io.FileYes${basedir}/target/generated-sources/modellobooleanYes${packageWithVersion}falsepackageWithVersion
setting.java.util.ListNoorg.apache.maven.project.MavenProjectYes${project}booleanNo${useJava5}falsejava.lang.StringYes${version}