.jpr file for JDevelopr describing
+ the project and adding the dependencies.
+ dependencytarget\jdeveloper-classes
+
+ This plug-in provides the ability to generate JDeveloper project files
+ (.JPR).
+
+ For more information on the functionality provided by this plugin, + please see the Goals document. +
++ For more information on how to customise the functionality provided + by this plugin, please see the properties + document. +
+| Property | Optional? | Description |
|---|---|---|
| maven.jdeveloper.workspache | +Yes | +
+ + The workspache to which your project belongs. This is used + to generate J2EE-Webapp names. + + |
+
| maven.jdeveloper.relative.path | +No | +
+
+ Stupidly JDeveloper access dependency JAR files with a realtive path.
+ This path points to your $MAVE_HOME directory relative from your
+ JDeveloper Installation directory. Normaly this look like + The complete path of a depending JAR is generate with: + +
|
+
| maven.jdeveloper.maven.home | +No | +
+
+ The name of your $MAVEN_HOME directory for instance + The complete path of a depending JAR is generate with: + +
|
+
| maven.war.final.name | +Yes | +
+ + The name of the Web Applicaion (if it is a web app). + + |
+
+ A good place to set this property is the build.propeties file in user.home directory.
+