summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-10-27 23:03:06 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-10-27 23:03:06 +0000
commit4e3a545fb4e519144bf1c2e3fe1b6adfdf4ef2c7 (patch)
treef89deb48e897e3d662a854e46510dcdbc28ba950 /branches/sca-equinox/modules/pom.xml
parent1ed034c531afd0914cf13fa5e65baae7f84a50c7 (diff)
Moving usage of tuscany-eclipse-compiler to modules only, to allow tools to be compiled successfully.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708370 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/pom.xml')
-rw-r--r--branches/sca-equinox/modules/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/branches/sca-equinox/modules/pom.xml b/branches/sca-equinox/modules/pom.xml
index b194de3747..a700a65f7c 100644
--- a/branches/sca-equinox/modules/pom.xml
+++ b/branches/sca-equinox/modules/pom.xml
@@ -170,6 +170,26 @@
<build>
<plugins>
+ <!-- compiler plugin configuration -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <compilerId>tuscany-eclipse</compilerId>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-maven-eclipse-compiler</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.5.1</version>