4월, 2015의 게시물 표시

메이븐 소스 다운로드 plugin

자동으로 폼안에 다운로드 가능한 소스를 모두 받는다. * 아래 plugin 폼에 추가 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <configuration> <downloadSources>true</downloadSources> <downloadJavadocs>true</downloadJavadocs> </configuration> </plugin>