Re: Can't get javadoc plugin to work for multimodule project

2006-11-16 Thread Marc Prud'hommeaux
Adam- I've experienced that as well. My workaround is to first run mvn install and then mvn javadoc:javadoc, and it seems to work. On Nov 16, 2006, at 12:43 PM, Adam Lally wrote: Hello, I was trying to follow the javadoc instructions here:

Adding additional GPG signature file to deployment upload

2006-11-07 Thread Marc Prud'hommeaux
I've set up a plugin to sign my release file using gpg (using the maven-antrun-plugin plugin), so that I generate a signature file: artifact-VERSION-incubating.zip.asc for the assembly-generated file artifact-VERSION-incubating.zip. When I run mvn deploy, though, only the

Re: Adding additional GPG signature file to deployment upload

2006-11-07 Thread Marc Prud'hommeaux
namesign/name valuetrue/value /property /activation /profile /profiles - Brett On 08/11/06, Marc Prud'hommeaux [EMAIL PROTECTED] wrote: I've set up a plugin to sign my release file using gpg (using the maven-antrun