[Schmitzm-commits] r1812 - in branches/2.6.x/schmitzm-core: . src src/META-INF

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jan 9 14:55:44 CET 2012


Author: alfonx
Date: 2012-01-09 14:55:43 +0100 (Mon, 09 Jan 2012)
New Revision: 1812

Added:
   branches/2.6.x/schmitzm-core/src/META-INF/
   branches/2.6.x/schmitzm-core/src/META-INF/MANIFEST.MF
Modified:
   branches/2.6.x/schmitzm-core/pom.xml
Log:


Modified: branches/2.6.x/schmitzm-core/pom.xml
===================================================================
--- branches/2.6.x/schmitzm-core/pom.xml	2012-01-04 22:27:12 UTC (rev 1811)
+++ branches/2.6.x/schmitzm-core/pom.xml	2012-01-09 13:55:43 UTC (rev 1812)
@@ -132,6 +132,41 @@
 			</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.apache.maven.plugins
+										</groupId>
+										<artifactId>
+											maven-antrun-plugin
+										</artifactId>
+										<versionRange>
+											[1.3,)
+										</versionRange>
+										<goals>
+											<goal>run</goal>
+										</goals>
+									</pluginExecutionFilter>
+									<action>
+										<ignore></ignore>
+									</action>
+								</pluginExecution>
+							</pluginExecutions>
+						</lifecycleMappingMetadata>
+					</configuration>
+				</plugin>
+			</plugins>
+		</pluginManagement>
 	</build>
 	
 	

Added: branches/2.6.x/schmitzm-core/src/META-INF/MANIFEST.MF
===================================================================
--- branches/2.6.x/schmitzm-core/src/META-INF/MANIFEST.MF	2012-01-04 22:27:12 UTC (rev 1811)
+++ branches/2.6.x/schmitzm-core/src/META-INF/MANIFEST.MF	2012-01-09 13:55:43 UTC (rev 1812)
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Class-Path: 
+


Property changes on: branches/2.6.x/schmitzm-core/src/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the Schmitzm-commits mailing list