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

Annotation of /cauldron/maven-license-plugin/current/SOURCES/maven-license-plugin-1.9.0-fixbuild.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 185210 - (hide annotations) (download)
Wed Dec 21 00:37:46 2011 UTC (13 years, 3 months ago) by gil
File size: 3964 byte(s)
SILENT: new file ./SOURCES/maven-license-plugin-1.9.0-fixbuild.patch
1 gil 185210 --- pom.xml 2010-12-12 15:59:26.000000000 +0100
2     +++ pom.xml-gil 2011-12-21 01:33:44.983428212 +0100
3     @@ -122,13 +122,13 @@
4     -->
5    
6     <build>
7     - <extensions>
8     + <!--extensions>
9     <extension>
10     <groupId>org.apache.maven.wagon</groupId>
11     <artifactId>wagon-webdav</artifactId>
12     <version>1.0-beta-2</version>
13     </extension>
14     - </extensions>
15     + </extensions-->
16     <plugins>
17     <!-- for maven plugins -->
18     <plugin>
19     @@ -221,29 +221,6 @@
20     <plugin>
21     <artifactId>maven-dependency-plugin</artifactId>
22     </plugin>
23     - <plugin>
24     - <groupId>com.google.code.maven-license-plugin</groupId>
25     - <artifactId>maven-license-plugin</artifactId>
26     - <version>1.3.1</version>
27     - <configuration>
28     - <header>${basedir}/src/etc/header.txt</header>
29     - <failIfMissing>true</failIfMissing>
30     - <excludes>
31     - <exclude>LICENSE.txt</exclude>
32     - <exclude>NOTICE.txt</exclude>
33     - <exclude>src/test/data/**</exclude>
34     - <exclude>src/test/integration/**</exclude>
35     - <exclude>src/test/resources/**</exclude>
36     - </excludes>
37     - </configuration>
38     - <executions>
39     - <execution>
40     - <goals>
41     - <goal>check</goal>
42     - </goals>
43     - </execution>
44     - </executions>
45     - </plugin>
46     </plugins>
47     </build>
48    
49     @@ -255,7 +232,12 @@
50     <dependency>
51     <groupId>org.apache.maven</groupId>
52     <artifactId>maven-plugin-api</artifactId>
53     - <version>3.0.1</version>
54     + <version>3.0.3</version>
55     + </dependency>
56     + <dependency>
57     + <groupId>org.apache.maven</groupId>
58     + <artifactId>maven-artifact</artifactId>
59     + <version>3.0.3</version>
60     </dependency>
61     <dependency>
62     <groupId>com.mycila.xmltool</groupId>
63     @@ -264,8 +246,8 @@
64     </dependency>
65     <dependency>
66     <groupId>org.apache.maven</groupId>
67     - <artifactId>maven-project</artifactId>
68     - <version>3.0-alpha-2</version>
69     + <artifactId>maven-core</artifactId>
70     + <version>3.0.3</version>
71     <exclusions>
72     <exclusion>
73     <groupId>junit</groupId>
74     @@ -278,38 +260,6 @@
75     <artifactId>plexus-utils</artifactId>
76     <version>2.0.5</version>
77     </dependency>
78     - <!-- testing -->
79     - <dependency>
80     - <groupId>org.testng</groupId>
81     - <artifactId>testng</artifactId>
82     - <version>5.7</version>
83     - <classifier>jdk15</classifier>
84     - <scope>test</scope>
85     - <exclusions>
86     - <exclusion>
87     - <groupId>junit</groupId>
88     - <artifactId>junit</artifactId>
89     - </exclusion>
90     - </exclusions>
91     - </dependency>
92     - <dependency>
93     - <groupId>org.apache.maven</groupId>
94     - <artifactId>maven-embedder</artifactId>
95     - <version>3.0.1</version>
96     - <scope>test</scope>
97     - </dependency>
98     - <dependency>
99     - <groupId>org.apache.maven.plugin-testing</groupId>
100     - <artifactId>maven-plugin-testing-harness</artifactId>
101     - <version>2.0-alpha-1</version>
102     - <scope>test</scope>
103     - <exclusions>
104     - <exclusion>
105     - <groupId>junit</groupId>
106     - <artifactId>junit</artifactId>
107     - </exclusion>
108     - </exclusions>
109     - </dependency>
110     </dependencies>
111    
112     </project>

  ViewVC Help
Powered by ViewVC 1.1.30