diff --git a/jdee/plugin.jelly b/jdee/plugin.jelly index 76b67331..77121824 100644 --- a/jdee/plugin.jelly +++ b/jdee/plugin.jelly @@ -22,6 +22,7 @@ +;; 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}")) @@ -34,6 +35,7 @@ (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.*")))) diff --git a/jdee/xdocs/index.xml b/jdee/xdocs/index.xml index c9a0738f..ffdaab6e 100644 --- a/jdee/xdocs/index.xml +++ b/jdee/xdocs/index.xml @@ -47,6 +47,16 @@ ./target/classes jde-compile-option-directory + + target.classes.* + + jde-import-excluded-packages +

+ Prevent the generated class files from being included into the + list of possible imports. +

+ + ./target/docs/apidocs jde-javadoc-gen-destination-directory