[pkg-java] r7680 - in trunk/maven-doxia-tools/debian: . patches
twerner at alioth.debian.org
twerner at alioth.debian.org
Mon Dec 15 23:00:25 UTC 2008
Author: twerner
Date: 2008-12-15 23:00:25 +0000 (Mon, 15 Dec 2008)
New Revision: 7680
Added:
trunk/maven-doxia-tools/debian/maven.properties
Modified:
trunk/maven-doxia-tools/debian/patches/pom.diff
Log:
disable test stuff
Added: trunk/maven-doxia-tools/debian/maven.properties
===================================================================
--- trunk/maven-doxia-tools/debian/maven.properties (rev 0)
+++ trunk/maven-doxia-tools/debian/maven.properties 2008-12-15 23:00:25 UTC (rev 7680)
@@ -0,0 +1 @@
+maven.test.skip = true
Modified: trunk/maven-doxia-tools/debian/patches/pom.diff
===================================================================
--- trunk/maven-doxia-tools/debian/patches/pom.diff 2008-12-15 22:42:21 UTC (rev 7679)
+++ trunk/maven-doxia-tools/debian/patches/pom.diff 2008-12-15 23:00:25 UTC (rev 7680)
@@ -1,7 +1,7 @@
-diff --git a/pom.xml b/pom.xml
-index fb4915c..59b9165 100644
---- a/pom.xml
-+++ b/pom.xml
+Index: maven-doxia-tools-1.0.1/pom.xml
+===================================================================
+--- maven-doxia-tools-1.0.1.orig/pom.xml 2008-06-08 21:38:17.000000000 +0200
++++ maven-doxia-tools-1.0.1/pom.xml 2008-12-15 23:58:39.000000000 +0100
@@ -22,12 +22,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -80,7 +80,7 @@
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
-@@ -127,9 +147,16 @@
+@@ -127,17 +147,26 @@
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
@@ -96,4 +96,14 @@
+ -->
<!-- test -->
++ <!--
<dependency>
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>maven-plugin-testing-harness</artifactId>
+ <version>1.0</version>
+ <scope>test</scope>
+ </dependency>
++ -->
+ </dependencies>
+
+ <reporting>
More information about the pkg-java-commits
mailing list