[Schmitzm-commits] r2265 - in trunk: schmitzm-excelcsv schmitzm-mail

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Fri Mar 1 01:56:49 CET 2013


Author: mojays
Date: 2013-03-01 01:56:49 +0100 (Fri, 01 Mar 2013)
New Revision: 2265

Modified:
   trunk/schmitzm-excelcsv/pom.xml
   trunk/schmitzm-mail/pom.xml
Log:
Ignore execution of ResourceProviderOperator in Eclipse


Modified: trunk/schmitzm-excelcsv/pom.xml
===================================================================
--- trunk/schmitzm-excelcsv/pom.xml	2013-03-01 00:36:14 UTC (rev 2264)
+++ trunk/schmitzm-excelcsv/pom.xml	2013-03-01 00:56:49 UTC (rev 2265)
@@ -77,4 +77,46 @@
 			</build>
 		</profile>
 	</profiles>
+
+	<build>
+
+		<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>
+											exec-maven-plugin
+										</artifactId>
+										<versionRange>
+											[1.2,)
+										</versionRange>
+										<goals>
+											<goal>java</goal>
+										</goals>
+									</pluginExecutionFilter>
+									<action>
+										<ignore></ignore>
+									</action>
+								</pluginExecution>
+							</pluginExecutions>
+						</lifecycleMappingMetadata>
+					</configuration>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+
+
+	</build>
 </project>

Modified: trunk/schmitzm-mail/pom.xml
===================================================================
--- trunk/schmitzm-mail/pom.xml	2013-03-01 00:36:14 UTC (rev 2264)
+++ trunk/schmitzm-mail/pom.xml	2013-03-01 00:56:49 UTC (rev 2265)
@@ -78,4 +78,45 @@
 		</profile>
 	</profiles>
 
+	<build>
+
+		<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>
+											exec-maven-plugin
+										</artifactId>
+										<versionRange>
+											[1.2,)
+										</versionRange>
+										<goals>
+											<goal>java</goal>
+										</goals>
+									</pluginExecutionFilter>
+									<action>
+										<ignore></ignore>
+									</action>
+								</pluginExecution>
+							</pluginExecutions>
+						</lifecycleMappingMetadata>
+					</configuration>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+
+
+	</build>
 </project>



More information about the Schmitzm-commits mailing list