maven에서 javadoc plugin을 이용하여 javadoc을 만들어보자.
기본 goal은 javadoc:javadoc.
module로 나뉘어져 있다면 javadoc:aggregate를 이용하여 한 곳에 모아서 뽑아낼 수 있다.
- javadoc:javadoc generates the Javadoc files for the project. It executes the standard Javadoc tool and supports the parameters used by the tool.
- javadoc:aggregate generates the Javadoc files for an aggregator project. It executes the standard Javadoc tool and supports the parameters used by the tool.
http://maven.apache.org/plugins/maven-javadoc-plugin/
'framework&tools > maven' 카테고리의 다른 글
maven - repository 설정 (0) | 2012.03.15 |
---|---|
Maven- run java class (0) | 2012.03.06 |