diff options
Diffstat (limited to 'branches/sca-equinox/pom.xml')
-rw-r--r-- | branches/sca-equinox/pom.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/branches/sca-equinox/pom.xml b/branches/sca-equinox/pom.xml index ac9d8eb2de..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,12 +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.apache.tuscany.sca</groupId> + <artifactId>tuscany-maven-eclipse-compiler</artifactId> + <version>1.4-SNAPSHOT</version> + </dependency> + </dependencies> </plugin> <!-- surefire plugin configuration --> |