Author: eric
Date: Wed Feb 15 14:12:21 2012
New Revision: 1244493

URL: http://svn.apache.org/viewvc?rev=1244493&view=rev
Log:
Add more pluginExcecution configuration for m2eclipse related to jsieve 
(JAMES-1366)

Modified:
    james/project/trunk/pom.xml

Modified: james/project/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/project/trunk/pom.xml?rev=1244493&r1=1244492&r2=1244493&view=diff
==============================================================================
--- james/project/trunk/pom.xml (original)
+++ james/project/trunk/pom.xml Wed Feb 15 14:12:21 2012
@@ -937,6 +937,20 @@
                             <ignore/>
                           </action>
                         </pluginExecution>
+                        <pluginExecution>
+                          <pluginExecutionFilter>
+                            <groupId>org.codehaus.mojo</groupId>
+                            <artifactId>javacc-maven-plugin</artifactId>
+                            <versionRange>[2.6,)</versionRange>
+                            <goals>
+                              <goal>javacc</goal>
+                              <goal>jjtree-javacc</goal>
+                            </goals>
+                          </pluginExecutionFilter>
+                          <action>
+                            <ignore></ignore>
+                          </action>
+                        </pluginExecution>
                       </pluginExecutions>
                     </lifecycleMappingMetadata>
                   </configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to