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:
parent
5ea89068b3
commit
4304fe60d1
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue