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.