summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/sca/modules/pom.xml11
-rw-r--r--java/sca/pom.xml2
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>