[Schmitzm-commits] r2395 - trunk/schmitzm-db

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 8 23:16:59 CEST 2013


Author: alfonx
Date: 2013-10-08 23:16:59 +0200 (Tue, 08 Oct 2013)
New Revision: 2395

Modified:
   trunk/schmitzm-db/pom.xml
Log:
Dependency zu Test-Jar entfernt, da dieses Modul keine Tests hat (br?\195?\164uchte einen DB)

[INFO] [jar:jar {execution: default}]
[INFO] Preparing source:test-jar
[WARNING] Removing: test-jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:test-jar {execution: attach-sources}]
[INFO] Building jar: /opt/hudson/jobs/schmitzm-library-trunk/workspace/trunk/schmitzm-db/target/schmitzm-db-2.8-SNAPSHOT-test-sources.jar
[INFO] Preparing source:jar
[WARNING] Removing: test-jar from forked lifecycle, to prevent recursive invocation.
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.

Modified: trunk/schmitzm-db/pom.xml
===================================================================
--- trunk/schmitzm-db/pom.xml	2013-10-08 20:41:42 UTC (rev 2394)
+++ trunk/schmitzm-db/pom.xml	2013-10-08 21:16:59 UTC (rev 2395)
@@ -16,13 +16,13 @@
 
 	<dependencies>
 
-		<dependency>
-			<groupId>de.schmitzm</groupId>
-			<artifactId>schmitzm-core</artifactId>
-			<version>${project.version}</version>
-			<type>test-jar</type>
-			<scope>test</scope>
-		</dependency>
+<!-- 		<dependency> -->
+<!-- 			<groupId>de.schmitzm</groupId> -->
+<!-- 			<artifactId>schmitzm-core</artifactId> -->
+<!-- 			<version>${project.version}</version> -->
+<!-- 			<type>test-jar</type> -->
+<!-- 			<scope>test</scope> -->
+<!-- 		</dependency> -->
 
 		<dependency>
 			<groupId>de.schmitzm</groupId>



More information about the Schmitzm-commits mailing list