Advertisement
Kaidul

Chaiteyaso

Jan 21st, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.41 KB | None | 0 0
  1. <build>
  2.         <plugins>
  3.             <plugin>
  4.                 <groupId>org.apache.maven.plugins</groupId>
  5.                 <artifactId>maven-eclipse-plugin</artifactId>
  6.                 <configuration>
  7.                     <downloadSources>true</downloadSources>
  8.                     <downloadJavadocs>true</downloadJavadocs>
  9.                 </configuration>
  10.             </plugin>
  11.         </plugins>
  12.     </build>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement