On Fri, Oct 2, 2009 at 8:35 PM, Roland Asmann <[email protected]> wrote: > Check the install-mojo for this: > http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html > > Reinstall the jar into your repository and add the 'javadoc' and 'sources' > switches or install them separately with the 'classifier' switch.
Thanks, Roland. That is exactly what I needed. >> I apologize for the naive question in advance. I have installed an >> external jar file into my local repository--very easy. The jar file >> was built using ant as part of a third-party project. I would now >> like to add the source and/or the javadocs to my local repository, >> also. I have the source (in src/java/....) and can generate the >> javadoc. How can I install these files into my local repository (so >> that I have the equivalent of the "download sources and javadocs")? >> >> Thanks, >> Sean >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
