36 lines
1.1 KiB
Diff
36 lines
1.1 KiB
Diff
diff -up commons-math-2.2-src/pom.xml.orig commons-math-2.2-src/pom.xml
|
|
--- commons-math-2.2-src/pom.xml.orig 2011-02-26 19:14:36.000000000 +0100
|
|
+++ commons-math-2.2-src/pom.xml 2011-03-10 15:05:36.988244002 +0100
|
|
@@ -280,17 +280,6 @@
|
|
</descriptors>
|
|
</configuration>
|
|
</plugin>
|
|
- <plugin>
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
- <artifactId>clirr-maven-plugin</artifactId>
|
|
- <version>2.3</version>
|
|
- <executions>
|
|
- <execution>
|
|
- <goals>
|
|
- </goals>
|
|
- </execution>
|
|
- </executions>
|
|
- </plugin>
|
|
</plugins>
|
|
<resources>
|
|
<resource>
|
|
@@ -350,14 +339,6 @@
|
|
<headerFile>${basedir}/license-header.txt</headerFile>
|
|
</configuration>
|
|
</plugin>
|
|
- <plugin>
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
- <artifactId>clirr-maven-plugin</artifactId>
|
|
- <version>2.2.3</version>
|
|
- <configuration>
|
|
- <minSeverity>${minSeverity}</minSeverity>
|
|
- </configuration>
|
|
- </plugin>
|
|
</plugins>
|
|
</reporting>
|
|
</project>
|