Author: antelder
Date: Mon Feb 9 14:36:37 2009
New Revision: 742527
URL: http://svn.apache.org/viewvc?rev=742527&view=rev
Log:
TUSCANY-2819: Get eclipse:eclipse working
Modified:
tuscany/java/sca/modules/pom.xml
tuscany/java/sca/pom.xml
Modified: tuscany/java/sca/modules/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/pom.xml?rev=742527&r1=742526&r2=742527&view=diff
==============================================================================
--- tuscany/java/sca/modules/pom.xml (original)
+++ tuscany/java/sca/modules/pom.xml Mon Feb 9 14:36:37 2009
@@ -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>
Modified: tuscany/java/sca/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=742527&r1=742526&r2=742527&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Mon Feb 9 14:36:37 2009
@@ -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>