Updated the eclipse plugin
This commit is contained in:
parent
4d6255d4ea
commit
f5e42348c7
9
pom.xml
9
pom.xml
@ -564,6 +564,15 @@
|
||||
<arguments>-Prelease</arguments>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-eclipse-plugin</artifactId>
|
||||
<version>2.6</version>
|
||||
<configuration>
|
||||
<downloadSources>true</downloadSources>
|
||||
<addVersionToProjectName>true</addVersionToProjectName>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user