summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-20 06:36:44 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-20 06:36:44 +0000
commit8439e25a45b4f8a643f2fe1b2010f2b3db87cb03 (patch)
treed27e420c8567367656dd0ebf5ef3fe2a4a2e07ba /java/sca
parente9138d03e02fc5346c1ac70bc0168bdf504884e7 (diff)
Use tuscany eclipse compiler
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719180 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r--java/sca/pom.xml18
1 files changed, 12 insertions, 6 deletions
diff --git a/java/sca/pom.xml b/java/sca/pom.xml
index 24218e19c4..dbbd3068ca 100644
--- a/java/sca/pom.xml
+++ b/java/sca/pom.xml
@@ -250,8 +250,10 @@
<module>demos</module>
<module>distribution</module>
</modules>
+ <build>
+ <defaultGoal>eclipse:eclipse</defaultGoal>
+ </build>
</profile>
-
<profile>
<id>osgi</id>
<activation>
@@ -403,18 +405,22 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
-<!-- <compilerId>eclipse</compilerId> -->
+ <compilerId>tuscany-eclipse</compilerId>
<source>1.5</source>
<target>1.5</target>
+ <compilerArguments>
+ <osgi>true</osgi>
+ </compilerArguments>
</configuration>
-<!--
+
<dependencies>
<dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-compiler-eclipse</artifactId>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-maven-eclipse-compiler</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>provided</scope>
</dependency>
</dependencies>
--->
</plugin>
<!-- surefire plugin configuration -->