JDeveloper Maven-Plugin Settings

PropertyOptional?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 ../../ or similar depending where you have installed maven and the JDeveloper IDE.

The complete path of a depending JAR is generate with:

  1. maven.jdeveloper.relative.path
  2. maven.jdeveloper.maven.home
  3. repository information
maven.jdeveloper.maven.home No

The name of your $MAVEN_HOME directory for instance maven-1.0-beta-7

The complete path of a depending JAR is generate with:

  1. maven.jdeveloper.relative.path
  2. maven.jdeveloper.maven.home
  3. repository information
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.