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
This commit is contained in:
antelder 2009-07-03 10:48:29 +00:00
parent 5ea89068b3
commit 4304fe60d1

View file

@ -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>