summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-03 10:48:29 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-03 10:48:29 +0000
commit4304fe60d1b2ab465f486c0a93c1e7d9761757ed (patch)
tree742a2aae2041f0fe6dcec3229274bddc8ee0c2ca /branches
parent5ea89068b364bb03a12d4311d05ff9c91d378b7c (diff)
Force using version 2.6 of eclipse plugin as there's a problem with the one i get by default (2.7), see http://forums.atlassian.com/message.jspa?messageID=257309824
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790851 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.x/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/pom.xml b/branches/sca-java-1.x/pom.xml
index 3c60a3e370..a7cca0db85 100644
--- a/branches/sca-java-1.x/pom.xml
+++ b/branches/sca-java-1.x/pom.xml
@@ -250,6 +250,15 @@
<module>demos</module>
<module>distribution</module>
</modules>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <version>2.6</version>
+ </plugin>
+ </plugins>
+ </build>
</profile>
<profile>