MPJAVACC-6: Documentation is missing for package parameters. Thanks to Dion Gillard.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@576550 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-09-17 18:06:41 +00:00
parent 0898a6ebed
commit d5e508001f
2 changed files with 17 additions and 0 deletions

View File

@ -24,6 +24,7 @@
</properties>
<body>
<release version="1.2.1-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="fix" issue="MPJAVACC-6" due-to="Dion Gillard">Documentation is missing for package parameters.</action>
<action dev="aheritier" type="update" issue="MAVEN-1803">Upgrade plexus-utils to version 1.0.5</action>
</release>
<release version="1.2" date="2006-02-12">

View File

@ -38,6 +38,14 @@
<td>
The javacc grammar file for which code will be generated.
</td>
</tr>
<tr>
<td>maven.javacc.javacc.package</td>
<td>Yes</td>
<td>
The java package for the files generated during javacc generation.
If not specified, it will default to <code>${pom.package}</code>.
</td>
</tr>
<tr>
<td>maven.javacc.jjtree.grammar</td>
@ -45,6 +53,14 @@
<td>
The jtree grammar file for which code will be generated.
</td>
</tr>
<tr>
<td>maven.javacc.jjtree.package</td>
<td>Yes</td>
<td>
The java package for the files generated during jjtree generation.
If not specified, it will default to <code>${pom.package}</code>.
</td>
</tr>
<tr>
<td>maven.gen.src</td>