Generating file ${projectFile} ... ;; generated by jdee plugin (see http://maven.apache.org/maven-1.x/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 ("./${srcDir}")))) (quote (jde-compile-option-directory "./${mavenBuildDest}")) (quote (jde-javadoc-gen-destination-directory "./${mavenDocsDest}/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 ("${mavenBuildDir}.*")))) (quote (jde-run-application-class "${mainClass}")) (quote (jde-global-classpath (quote ("./${mavenBuildDest}" "./${srcDir}" "${lib.path}" ))))) Now reload the created project file (${projectFile}) in JDEE