Re: Issue with mvn3 timestamp snapshots being downloaded in local repository

2011-03-08 Thread Michael Bedward
Nice - thanks for this Jacques. I didn't know about Artifactory and it looks very useful plus I can suggest it as a solution to my users who don't like time-stamped snapshots in their local repos. Michael On 9 March 2011 10:25, Jacques Gonzalez wrote: > Artifactory (http://www.jfrog.com/products

Re: Issue with mvn3 timestamp snapshots being downloaded in local repository

2011-03-07 Thread Michael Bedward
On 8 March 2011 03:11, Wayne Fay wrote: > > So you're proposing that the Maven client download a snapshot artifact > named A-1.0.0-20110302.160157-17.jar and then rename it to > A-1.0.0-SNAPSHOT.jar when it stores the file locally? This is the > functionality that you want? (I'm making no promises

shade plugin and aggregated javadocs

2011-03-04 Thread Michael Bedward
Hello folks, I have a multi-module project which includes a pom-only module to create a binaries uber-jar plus a corresponding sources jar using the shade plugin. Now I want to add a jar of corresponding javadocs. Unfortunately the shade plugin doesn't have a "createJavadocsJar" parameter analogou