Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Eclipse Settings

PropertyOptional?Description
maven.jdee.project.file Yes The name of the generated file default is to prj.el.

The value of this property is used to determine the filename to write the project information to. Furthermore the variable jde-project-name is set (in the project file) to the value of this property.

maven.jdee.application.class Yes The name of the class that starts the application. If this property is defined the variable (in the project file) jde-run-application-class is set to its value if undefined the variable is left undefined too.