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.