~ubuntu-branches/ubuntu/precise/surefire/precise

« back to all changes in this revision

Viewing changes to debian/patches/pom.patch

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Claude
  • Date: 2009-07-26 16:11:15 UTC
  • Revision ID: james.westby@ubuntu.com-20090726161115-tw8x52ipi64aew02
Tags: 2.4.3-3
Fix groupId for maven-plugin-testing-harness dependency
in the Maven POM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/pom.xml
 
2
+++ b/pom.xml
 
3
@@ -19,12 +19,6 @@
 
4
 
 
5
 <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">
 
6
   <modelVersion>4.0.0</modelVersion>
 
7
-  <parent>
 
8
-    <artifactId>maven-parent</artifactId>
 
9
-    <groupId>org.apache.maven</groupId>
 
10
-    <version>7</version>
 
11
-    <relativePath>../pom/maven/pom.xml</relativePath>
 
12
-  </parent>
 
13
   <groupId>org.apache.maven.surefire</groupId>
 
14
   <artifactId>surefire</artifactId>
 
15
   <packaging>pom</packaging>
 
16
@@ -122,7 +116,7 @@
 
17
       <scope>test</scope>
 
18
     </dependency>
 
19
   </dependencies>
 
20
-  <build>
 
21
+<!--  <build>
 
22
     <plugins>
 
23
       <plugin>
 
24
         <artifactId>maven-site-plugin</artifactId>
 
25
@@ -154,7 +148,7 @@
 
26
         </plugin>
 
27
       </plugins>
 
28
     </pluginManagement>
 
29
-  </build>
 
30
+  </build> -->
 
31
   <modules>
 
32
     <module>surefire-api</module>
 
33
     <module>surefire-booter</module>