[Schmitzm-commits] r1087 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sun Oct 10 00:12:04 CEST 2010


Author: alfonx
Date: 2010-10-10 00:12:04 +0200 (Sun, 10 Oct 2010)
New Revision: 1087

Modified:
   trunk/pom.xml
Log:
added ...-tests.jar creation to the maven-jar-plugin

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-10-09 20:00:58 UTC (rev 1086)
+++ trunk/pom.xml	2010-10-09 22:12:04 UTC (rev 1087)
@@ -157,10 +157,8 @@
 		</dependency>
 
 		<dependency>
-			<!--
-				Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt.
-				downgraded to 1.2.14 http://jira.codehaus.org/browse/MEV-649
-			-->
+			<!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded 
+				to 1.2.14 http://jira.codehaus.org/browse/MEV-649 -->
 			<groupId>log4j</groupId>
 			<artifactId>log4j</artifactId>
 			<version>1.2.14</version>
@@ -228,7 +226,7 @@
 
 
 		<dependency>
-			<!-- Fuer Sonderzeichenbehandlung  -->
+			<!-- Fuer Sonderzeichenbehandlung -->
 			<groupId>ant-contrib</groupId>
 			<artifactId>ant-contrib</artifactId>
 			<version>1.0b3</version>
@@ -238,7 +236,7 @@
 
 
 		<dependency>
-			<!-- Fuer Sonderzeichenbehandlung  -->
+			<!-- Fuer Sonderzeichenbehandlung -->
 			<groupId>ant</groupId>
 			<artifactId>ant-nodeps</artifactId>
 			<version>1.6.5</version>
@@ -246,7 +244,7 @@
 		</dependency>
 
 		<dependency>
-			<!-- Fuer Sonderzeichenbehandlung  -->
+			<!-- Fuer Sonderzeichenbehandlung -->
 			<groupId>com.sun</groupId>
 			<artifactId>tools</artifactId>
 			<version>1.6.0</version>
@@ -275,9 +273,9 @@
 			</testResource>
 		</testResources>
 
-		<!--	<outputDirectory>classes</outputDirectory>-->
-		<!--	<testOutputDirectory>test-classes</testOutputDirectory>-->
-		<!--	<directory>dist</directory>-->
+		<!-- <outputDirectory>classes</outputDirectory> -->
+		<!-- <testOutputDirectory>test-classes</testOutputDirectory> -->
+		<!-- <directory>dist</directory> -->
 
 		<resources>
 			<resource>
@@ -298,6 +296,20 @@
 
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<version>2.3.1</version>
+				<executions>
+					<execution>
+						<goals>
+							<goal>test-jar</goal>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-resources-plugin</artifactId>
 				<version>2.4.2</version>
 			</plugin>



More information about the Schmitzm-commits mailing list