Apply Juergen Heidak's patch.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113367 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse 2003-04-22 09:32:49 +00:00
parent 97e31ca9ee
commit 6c9ee0aa64
2 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<j:file name="${basedir}/${projectFile}" prettyPrint="false"
omitXmlDeclaration ="true" xmlns="dummy">
;; 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.*"))))
<j:set var="mainClass"
value="${context.getVariable('maven.jdee.application.class')}" />

View File

@ -47,6 +47,16 @@
<td><code>./target/classes</code></td>
<td><code>jde-compile-option-directory</code></td>
</tr>
<tr>
<td><code>target.classes.*</code></td>
<td>
<code>jde-import-excluded-packages</code>
<p>
Prevent the generated class files from being included into the
list of possible imports.
</p>
</td>
</tr>
<tr>
<td><code>./target/docs/apidocs</code></td>
<td><code>jde-javadoc-gen-destination-directory</code></td>