/[packages]/cauldron/maven-license-plugin/current/SOURCES/001-mavenlicenseplugin-fixbuild.patch
ViewVC logotype

Contents of /cauldron/maven-license-plugin/current/SOURCES/001-mavenlicenseplugin-fixbuild.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 91186 - (show annotations) (download)
Mon Apr 25 22:32:12 2011 UTC (13 years, 9 months ago) by dmorgan
File size: 3164 byte(s)
imported package maven-license-plugin
1 --- A/pom.xml 2010-08-06 05:39:21.754029000 +0200
2 +++ B/pom.xml 2010-10-08 00:48:04.001693009 +0200
3 @@ -245,29 +245,6 @@
4 <plugin>
5 <artifactId>maven-dependency-plugin</artifactId>
6 </plugin>
7 - <plugin>
8 - <groupId>com.google.code.maven-license-plugin</groupId>
9 - <artifactId>maven-license-plugin</artifactId>
10 - <version>1.3.1</version>
11 - <configuration>
12 - <header>${basedir}/src/etc/header.txt</header>
13 - <failIfMissing>true</failIfMissing>
14 - <excludes>
15 - <exclude>LICENSE.txt</exclude>
16 - <exclude>NOTICE.txt</exclude>
17 - <exclude>src/test/data/**</exclude>
18 - <exclude>src/test/integration/**</exclude>
19 - <exclude>src/test/resources/**</exclude>
20 - </excludes>
21 - </configuration>
22 - <executions>
23 - <execution>
24 - <goals>
25 - <goal>check</goal>
26 - </goals>
27 - </execution>
28 - </executions>
29 - </plugin>
30 </plugins>
31 </build>
32
33 @@ -380,7 +357,12 @@
34 <dependency>
35 <groupId>org.apache.maven</groupId>
36 <artifactId>maven-plugin-api</artifactId>
37 - <version>2.0.9</version>
38 + <version>2.2.1</version>
39 + </dependency>
40 + <dependency>
41 + <groupId>org.apache.maven</groupId>
42 + <artifactId>maven-artifact</artifactId>
43 + <version>2.2.1</version>
44 </dependency>
45 <dependency>
46 <groupId>com.mycila.xmltool</groupId>
47 @@ -403,38 +385,6 @@
48 <artifactId>plexus-utils</artifactId>
49 <version>1.5.1</version>
50 </dependency>
51 - <!-- testing -->
52 - <dependency>
53 - <groupId>org.testng</groupId>
54 - <artifactId>testng</artifactId>
55 - <version>5.7</version>
56 - <classifier>jdk15</classifier>
57 - <scope>test</scope>
58 - <exclusions>
59 - <exclusion>
60 - <groupId>junit</groupId>
61 - <artifactId>junit</artifactId>
62 - </exclusion>
63 - </exclusions>
64 - </dependency>
65 - <dependency>
66 - <groupId>org.apache.maven</groupId>
67 - <artifactId>maven-embedder</artifactId>
68 - <version>2.0.4</version>
69 - <scope>test</scope>
70 - </dependency>
71 - <dependency>
72 - <groupId>org.apache.maven.plugin-testing</groupId>
73 - <artifactId>maven-plugin-testing-harness</artifactId>
74 - <version>1.2</version>
75 - <scope>test</scope>
76 - <exclusions>
77 - <exclusion>
78 - <groupId>junit</groupId>
79 - <artifactId>junit</artifactId>
80 - </exclusion>
81 - </exclusions>
82 - </dependency>
83 </dependencies>
84
85 -</project>
86 \ No newline at end of file
87 +</project>

  ViewVC Help
Powered by ViewVC 1.1.30