mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-23 05:18:39 +00:00
add eclipse configuration : download sources
This commit is contained in:
parent
b2f4731c4f
commit
ce803b70f3
1 changed files with 8 additions and 0 deletions
8
pom.xml
8
pom.xml
|
@ -91,6 +91,14 @@
|
|||
|
||||
<build>
|
||||
<plugins>
|
||||
<!-- IDE configuration -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-eclipse-plugin</artifactId>
|
||||
<configuration>
|
||||
<downloadSources>true</downloadSources>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- compiler configuration -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue