Author: lresende
Date: Mon Oct 27 21:16:32 2008
New Revision: 708425
URL: http://svn.apache.org/viewvc?rev=708425&view=rev
Log:
Reverting changes from #708370 as it looks like didn't solve all the issues.
We will need to document that we first need to build
tuscany-maven-eclipse-plugin, before the top-down build... this might go away
after we start publishing snapshots.
Modified:
tuscany/branches/sca-equinox/modules/pom.xml
tuscany/branches/sca-equinox/pom.xml
Modified: tuscany/branches/sca-equinox/modules/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/pom.xml?rev=708425&r1=708424&r2=708425&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/pom.xml Mon Oct 27 21:16:32 2008
@@ -170,26 +170,6 @@
<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>
Modified: tuscany/branches/sca-equinox/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/pom.xml?rev=708425&r1=708424&r2=708425&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/pom.xml (original)
+++ tuscany/branches/sca-equinox/pom.xml Mon Oct 27 21:16:32 2008
@@ -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 -->