[plexus-cdc] 09/27: disable test dependencies because do not run tests yet
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Aug 30 09:29:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository plexus-cdc.
commit f7f54838942362e2924d4d77f981db20d001ad9d
Author: Torsten Werner <twerner at debian.org>
Date: Thu Dec 18 06:07:07 2008 +0000
disable test dependencies because do not run tests yet
---
debian/patches/pom.diff | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/debian/patches/pom.diff b/debian/patches/pom.diff
index 1a3b5b0..f7ce78a 100644
--- a/debian/patches/pom.diff
+++ b/debian/patches/pom.diff
@@ -2,8 +2,8 @@ some temporary workarounds...
Index: plexus-cdc-1.0~alpha14/pom.xml
===================================================================
---- plexus-cdc-1.0~alpha14.orig/pom.xml 2008-07-25 01:56:09.000000000 +0200
-+++ plexus-cdc-1.0~alpha14/pom.xml 2008-12-14 21:31:42.000000000 +0100
+--- plexus-cdc-1.0~alpha14.orig/pom.xml 2008-12-18 06:59:40.000000000 +0100
++++ plexus-cdc-1.0~alpha14/pom.xml 2008-12-18 07:03:30.000000000 +0100
@@ -21,6 +21,8 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@@ -13,7 +13,7 @@ Index: plexus-cdc-1.0~alpha14/pom.xml
</dependency>
<!--
NOTE: When QDox 1.7 is fuly cooked should update this and consider using it to provide source-level
-@@ -36,12 +38,23 @@
+@@ -36,18 +38,31 @@
<groupId>com.thoughtworks.qdox</groupId>
<artifactId>qdox</artifactId>
<version>1.6.3</version>
@@ -34,6 +34,15 @@ Index: plexus-cdc-1.0~alpha14/pom.xml
+ <scope>system</scope>
+ <systemPath>/usr/share/java/plexus-container-default.jar</systemPath>
+ </dependency>
++ <!-- we don't run tests yet
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
+ <version>1.4.3</version>
+ <scope>test</scope>
+- </dependency>
++ </dependency>
++ -->
+ </dependencies>
+
+ <scm>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-cdc.git
More information about the pkg-java-commits
mailing list