Integrate the use of Maven 2 with Netbeans 4.x.
Mojo Attributes:
testgenerate-sources prior to executing itself.| Name | Type | Description |
|---|---|---|
| executedProject | MavenProject |
The currently executed project. |
| project | MavenProject |
The project whose project files to create. |
| Name | Type | Description |
|---|---|---|
| additionalFiles | String |
A comma separated list of additional files to view. |
| additionalFolders | String |
A comma separated list of additionnal folders to view. |
| additionalGoals | String |
A comma separated list of additional goals to call from Netbeans. |
| mavenpath | String |
The path to the Maven executable. |
| outputDirectory | String |
The directory where to write the nbproject directory and Netbeans project files. Defaults to the directory where the pom.xml file reside, if this parameter is left empty. |
java.lang.StringNo${freeform.additionalFiles}java.lang.StringNo${freeform.additionalFolders}java.lang.StringNo${freeform.additionalGoals}org.apache.maven.project.MavenProjectYes${executedProject}java.lang.StringNo${freeform.mavenpath}java.lang.StringNo${freeform.outputDirectory}org.apache.maven.project.MavenProjectYes${project}