1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
From: Hilko Bengen <bengen@debian.org>
Date: Mon, 27 Jan 2014 16:57:40 +0100
Subject: remove submodules and proguard-related stuff. Won't build otherwise.
---
junit4-ant/pom.xml | 21 ---------------------
pom.xml | 4 ----
2 files changed, 25 deletions(-)
--- a/junit4-ant/pom.xml
+++ b/junit4-ant/pom.xml
@@ -202,27 +202,6 @@
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.2.1</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>java</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <mainClass>proguard.DetectRtJar</mainClass>
- <classpathScope>test</classpathScope>
- <arguments>
- <argument>${project.build.directory}/rt.jar.pro</argument>
- </arguments>
- </configuration>
- </plugin>
-
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
--- a/pom.xml
+++ b/pom.xml
@@ -60,9 +60,6 @@
<module>junit4-ant</module>
<module>junit4-maven-plugin</module>
<module>junit4-maven-plugin-tests</module>
- <module>examples/maven</module>
- <module>examples/ant</module>
- <module>examples/security-manager</module>
<module>packaging</module>
</modules>
|