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:
parent
0898a6ebed
commit
d5e508001f
@ -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">
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user