[jboss-cvs] Picketbox SVN: r361 - in trunk: security-jboss-sx/assembly and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 28 11:44:46 EST 2012


Author: pskopek at redhat.com
Date: 2012-11-28 11:44:46 -0500 (Wed, 28 Nov 2012)
New Revision: 361

Modified:
   trunk/assembly/pom.xml
   trunk/security-jboss-sx/assembly/pom.xml
   trunk/security-jboss-sx/parent/pom.xml
Log:
Eclipse m2e settings to overcome plugin lifecycle issues. No influence on maven build.

Modified: trunk/assembly/pom.xml
===================================================================
--- trunk/assembly/pom.xml	2012-11-28 16:39:18 UTC (rev 360)
+++ trunk/assembly/pom.xml	2012-11-28 16:44:46 UTC (rev 361)
@@ -57,6 +57,41 @@
         <inherited>false</inherited>
       </plugin>
     </plugins>
+    <pluginManagement>
+    	<plugins>
+    		<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+    		<plugin>
+    			<groupId>org.eclipse.m2e</groupId>
+    			<artifactId>lifecycle-mapping</artifactId>
+    			<version>1.0.0</version>
+    			<configuration>
+    				<lifecycleMappingMetadata>
+    					<pluginExecutions>
+    						<pluginExecution>
+    							<pluginExecutionFilter>
+    								<groupId>
+    									org.jboss.maven.plugins
+    								</groupId>
+    								<artifactId>
+    									maven-injection-plugin
+    								</artifactId>
+    								<versionRange>
+    									[1.0.2,)
+    								</versionRange>
+    								<goals>
+    									<goal>bytecode</goal>
+    								</goals>
+    							</pluginExecutionFilter>
+    							<action>
+    								<ignore></ignore>
+    							</action>
+    						</pluginExecution>
+    					</pluginExecutions>
+    				</lifecycleMappingMetadata>
+    			</configuration>
+    		</plugin>
+    	</plugins>
+    </pluginManagement>
   </build>
   
 </project>

Modified: trunk/security-jboss-sx/assembly/pom.xml
===================================================================
--- trunk/security-jboss-sx/assembly/pom.xml	2012-11-28 16:39:18 UTC (rev 360)
+++ trunk/security-jboss-sx/assembly/pom.xml	2012-11-28 16:44:46 UTC (rev 361)
@@ -57,6 +57,37 @@
         <inherited>false</inherited>
       </plugin>
     </plugins>
+    <pluginManagement>
+    	<plugins>
+    		<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+    		<plugin>
+    			<groupId>org.eclipse.m2e</groupId>
+    			<artifactId>lifecycle-mapping</artifactId>
+    			<version>1.0.0</version>
+    			<configuration>
+    				<lifecycleMappingMetadata>
+    					<pluginExecutions>
+    						<pluginExecution>
+    							<pluginExecutionFilter>
+    								<groupId>org.codehaus.mojo</groupId>
+    								<artifactId>
+    									javacc-maven-plugin
+    								</artifactId>
+    								<versionRange>[2.6,)</versionRange>
+    								<goals>
+    									<goal>javacc</goal>
+    								</goals>
+    							</pluginExecutionFilter>
+    							<action>
+    								<ignore></ignore>
+    							</action>
+    						</pluginExecution>
+    					</pluginExecutions>
+    				</lifecycleMappingMetadata>
+    			</configuration>
+    		</plugin>
+    	</plugins>
+    </pluginManagement>
   </build>
   
 </project>

Modified: trunk/security-jboss-sx/parent/pom.xml
===================================================================
--- trunk/security-jboss-sx/parent/pom.xml	2012-11-28 16:39:18 UTC (rev 360)
+++ trunk/security-jboss-sx/parent/pom.xml	2012-11-28 16:44:46 UTC (rev 361)
@@ -55,6 +55,33 @@
                <trimStackTrace>false</trimStackTrace>
              </configuration>
           </plugin>
+          <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+          <plugin>
+          	<groupId>org.eclipse.m2e</groupId>
+          	<artifactId>lifecycle-mapping</artifactId>
+          	<version>1.0.0</version>
+          	<configuration>
+          		<lifecycleMappingMetadata>
+          			<pluginExecutions>
+          				<pluginExecution>
+          					<pluginExecutionFilter>
+          						<groupId>org.codehaus.mojo</groupId>
+          						<artifactId>
+          							javacc-maven-plugin
+          						</artifactId>
+          						<versionRange>[2.6,)</versionRange>
+          						<goals>
+          							<goal>javacc</goal>
+          						</goals>
+          					</pluginExecutionFilter>
+          					<action>
+          						<ignore></ignore>
+          					</action>
+          				</pluginExecution>
+          			</pluginExecutions>
+          		</lifecycleMappingMetadata>
+          	</configuration>
+          </plugin>
        </plugins>
      </pluginManagement>
    </build>



More information about the jboss-cvs-commits mailing list