Full name:
org.codehaus.mojo:netbeans-freeform-maven-plugin:2.1-SNAPSHOT:generate-netbeans-project
Description:
Attributes:
test.generate-sources prior to executing itself.| Name | Type | Since | Description |
|---|---|---|---|
| executedProject | MavenProject |
- |
The currently executed project. |
| project | MavenProject |
- |
The project whose project files to create. |
| Name | Type | Since | 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}