git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113283 13f79535-47bb-0310-9956-ffa450edef68
33 lines
902 B
XML
33 lines
902 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Maven JDEE Plugin</title>
|
|
<author email="juergen@heidak.de">Juergen Heidak</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Todo">
|
|
<p>
|
|
There are already plugins holding a lot of information we need when
|
|
writing the project file. Especially the
|
|
<a href="http://maven.apache.org/reference/plugins/javadoc/">javadoc</a>
|
|
and the
|
|
<a href="http://maven.apache.org/reference/plugins/java/">java</a>
|
|
plugin contain several properties that we should reuse.
|
|
</p>
|
|
<p>
|
|
Some examples:
|
|
<ul>
|
|
<li>maven.compile.deprecation</li>
|
|
<li>maven.javadoc.private</li>
|
|
<li>maven.javadoc.doctitle</li>
|
|
<li>maven.javadoc.destdir </li>
|
|
</ul>
|
|
At the moment we're using the <code>target</code> directory to direct
|
|
the compilation and javadoc output produced by <em>JDEE</em> to.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</document>
|