]> git.pld-linux.org Git - packages/maven.git/blame - maven-plugins-disablecobertura.patch
- export JAVA_HOME=%{java_home}
[packages/maven.git] / maven-plugins-disablecobertura.patch
CommitLineData
bd00ca76 1diff -up ./maven2-plugins/maven-dependency-plugin/pom.xml.sav ./maven2-plugins/maven-dependency-plugin/pom.xml
ad51ea80 2--- ./maven-plugins/maven-dependency-plugin/pom.xml.sav 2007-07-04 12:36:14.000000000 -0400
3+++ ./maven-plugins/maven-dependency-plugin/pom.xml 2008-04-03 15:01:06.000000000 -0400
bd00ca76 4@@ -75,21 +75,6 @@
5 </license>
6 </licenses>
7 <build>
8- <plugins>
9- <plugin>
10- <groupId>org.codehaus.mojo</groupId>
11- <artifactId>cobertura-maven-plugin</artifactId>
12- <version>2.0</version>
13- <executions>
14- <execution>
15- <phase>clean</phase>
16- <goals>
17- <goal>clean</goal>
18- </goals>
19- </execution>
20- </executions>
21- </plugin>
22- </plugins>
23 <resources>
24 <!-- Include the apache process LICENSE and NOTICE files.-->
25 <!--uncomment for release. Commented out for now to enable eclipse-plugin to work-->
This page took 0.100308 seconds and 4 git commands to generate.