2003-04-08 08:02:20 +00:00

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>