diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-09 14:36:37 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-09 14:36:37 +0000 |
commit | ee6e21120e40cbd7cb85b01d161821bba0962477 (patch) | |
tree | e95afe304a0f9bba50dbdcee80854c6dd2e08bca /java/sca | |
parent | 0f66bd3aa2872ab6a6f82af983776775231af7b7 (diff) |
TUSCANY-2819: Get eclipse:eclipse working
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742527 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/modules/pom.xml | 11 | ||||
-rw-r--r-- | java/sca/pom.xml | 2 |
2 files changed, 4 insertions, 9 deletions
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml index dcfa82c96d..1d4ca45af5 100644 --- a/java/sca/modules/pom.xml +++ b/java/sca/modules/pom.xml @@ -128,6 +128,9 @@ </executions> </plugin> </plugins> + + <defaultGoal>org.apache.tuscany.sca:tuscany-maven-bundle-plugin:eclipse</defaultGoal> + </build> </profile> </profiles> @@ -144,14 +147,6 @@ <build> <pluginManagement> <plugins> - <plugin> - <artifactId>maven-eclipse-plugin</artifactId> - <version>2.5.1</version> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> diff --git a/java/sca/pom.xml b/java/sca/pom.xml index 01f20abf87..5ce1884d36 100644 --- a/java/sca/pom.xml +++ b/java/sca/pom.xml @@ -270,7 +270,7 @@ <module>distribution</module> </modules> <build> - <defaultGoal>eclipse:eclipse</defaultGoal> + <defaultGoal>org.apache.tuscany.sca:tuscany-maven-bundle-plugin:eclipse</defaultGoal> </build> </profile> <profile> |