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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to