summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-26 09:44:19 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-26 09:44:19 +0000
commit1f132610dcfcac00a59db56b576007c29a7f0089 (patch)
tree8e7bb48df4332389ca01467d7774fdbb60e2c7ef /branches/sca-equinox/pom.xml
parent8c0354c1e8fbfbdd440828f6a7f263b0a2d09524 (diff)
Attempt to use the Eclipse compiler to compile modules, this will allow OSGi imports/exports to be used at compile time.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/pom.xml')
-rw-r--r--branches/sca-equinox/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/branches/sca-equinox/pom.xml b/branches/sca-equinox/pom.xml
index 8c2a69d397..4be8e810c3 100644
--- a/branches/sca-equinox/pom.xml
+++ b/branches/sca-equinox/pom.xml
@@ -340,7 +340,6 @@
</profile>
</profiles>
-
<build>
<defaultGoal>install</defaultGoal>
@@ -368,18 +367,18 @@
<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>
</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>1.4-SNAPSHOT</version>
</dependency>
</dependencies>
--->
</plugin>
<!-- surefire plugin configuration -->