]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-514 added javadoc plugin to pom.xml (trunk and main levels only). complete...
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Mon, 21 Dec 2009 20:09:11 +0000 (20:09 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Mon, 21 Dec 2009 20:09:11 +0000 (20:09 +0000)
commit1a22dfbaa23d00ae2204cb7a49077d6e76c556ee
tree3736e97415c5b26780d127a7dea790c19757a383
parent599c9be39b21a3d126755b15b2c49c54e30f51c3
CSPACE-514 added javadoc plugin to pom.xml (trunk and main levels only). complete javadoc is created (later on config for public only). also added doc target for build.xml (trunk and main levels). the ant target also jars up javadocs. the dist targets in both trunk and main now dist javadoc jar as well
mvn javadoc:aggregate (to generate javadoc only)
ant doc (calls javadoc:aggregate and jars up the javadoc)
ant dist (now copies javadoc jar to dist)

M    trunk/services/common/src/main/java/org/collectionspace/services/common/security/UnauthorizedException.java
M    trunk/services/pom.xml
M    trunk/services/build.xml
M    trunk/pom.xml
M    trunk/build.xml
build.xml
pom.xml
services/build.xml
services/common/src/main/java/org/collectionspace/services/common/security/UnauthorizedException.java
services/pom.xml