Generating file ${projectFile} ...
;; generated by jdee plugin (see http://maven.apache.org/reference/plugins/jdee/)
(jde-project-file-version "1.0")
(jde-set-variables
(quote (jde-project-name "${pom.artifactId}"))
(quote (jde-project-file-name "${maven.jdee.project.file}"))
(quote (jde-sourcepath (quote ("./${pom.build.sourceDirectory}"))))
(quote (jde-compile-option-directory "./target/classes"))
(quote (jde-javadoc-gen-destination-directory "./target/docs/apidocs"))
(quote (jde-project-file-name "${projectFile}"))
(quote (jde-javadoc-gen-window-title "${pom.name} - ${pom.organization} (${pom.inceptionYear})"))
(quote (jde-import-excluded-packages (quote ("target.*"))))
(quote (jde-run-application-class "${mainClass}"))
(quote (jde-global-classpath (quote ("./target/classes"
"./${pom.build.unitTestSourceDirectory}"
"${maven.repo.local}${lib.urlPath}"
)))))
Now reload the created project file (${projectFile}) in JDEE