summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-08 13:36:27 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-08 13:36:27 +0000
commitf7c01911f4b2e942c2220be7a1df1f502966f34d (patch)
tree905a56b26cf2bbe2077cded13a73d6bd0e8d99a0 /sca-java-2.x/trunk/pom.xml
parente9641e1c65b5c6754f2a621728f46a34c93b119f (diff)
As a trial to see if we can rule out the tuscany eclipse compiler causing the too many open files problem on Hudson try changing to use the regular maven compiler
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931936 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/pom.xml17
1 files changed, 2 insertions, 15 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index 01a7938bb6..89f011b86e 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -828,22 +828,9 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
- <compilerId>tuscany-eclipse</compilerId>
- <source>1.5</source>
- <target>1.5</target>
- <compilerArguments>
- <osgi>true</osgi>
- </compilerArguments>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.maven.plugins</groupId>
- <artifactId>maven-eclipse-compiler</artifactId>
- <version>1.0.2</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
</plugin>
<!-- surefire plugin configuration -->