You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2010/01/30 22:02:14 UTC

svn commit: r904884 - /labs/amber/signature-api/pom.xml

Author: simonetripodi
Date: Sat Jan 30 21:02:13 2010
New Revision: 904884

URL: http://svn.apache.org/viewvc?rev=904884&view=rev
Log:
added javacc plugin to generate the PEM certificates parser

Modified:
    labs/amber/signature-api/pom.xml

Modified: labs/amber/signature-api/pom.xml
URL: http://svn.apache.org/viewvc/labs/amber/signature-api/pom.xml?rev=904884&r1=904883&r2=904884&view=diff
==============================================================================
--- labs/amber/signature-api/pom.xml (original)
+++ labs/amber/signature-api/pom.xml Sat Jan 30 21:02:13 2010
@@ -67,4 +67,26 @@
         </plugins>
     </reporting>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>javacc-maven-plugin</artifactId>
+                <version>2.5</version>
+                <executions>
+                    <execution>
+                        <id>javacc</id>
+                        <goals>
+                            <goal>javacc</goal>
+                        </goals>
+                        <configuration>
+                            <lookAhead>2</lookAhead>
+                            <isStatic>false</isStatic>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org