]> git.pld-linux.org Git - packages/maven.git/blob - maven-plugins-disablecobertura.patch
- fix %{srcurl} macro usage
[packages/maven.git] / maven-plugins-disablecobertura.patch
1 diff -up ./maven2-plugins/maven-dependency-plugin/pom.xml.sav ./maven2-plugins/maven-dependency-plugin/pom.xml
2 --- ./maven2-plugins/maven-dependency-plugin/pom.xml.sav        2007-07-04 12:36:14.000000000 -0400
3 +++ ./maven2-plugins/maven-dependency-plugin/pom.xml    2008-04-03 15:01:06.000000000 -0400
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.066586 seconds and 3 git commands to generate.