Peter Korsten
unread,Dec 4, 2012, 3:07:43 AM12/4/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
The Jenkins CI and Artificatory setup I've created generally works fine (except for some memory issues, since they run in the same Tomcat), but I'm having trouble creating JavaDocs and deploying them to Artifactory.
For creating, I've added 'javadoc:javadoc' as a build target, after 'clean install'. Artifactory deployment is a post-build step. However, I don't get the idea that my-project-1.0-javadoc.jar is generated, and it definitely doesn't get deployed to Artifactory.
Am I missing something? Bizarrely, there doesn't appear to be any information about this that can be found with Google.
Thanks in advance,
- Peter