Re: snapshot versions and classpath stored in manifest

2013-01-10 Thread Anthony Dahanne
Brian, I got a tip from a colleague, to use the outputFileNameMapping : https://github.com/anthonydahanne/maven-manifest-and-assembly-bug/commit/bd946565da54be6faa1af71e894b16e6b1b0ff48 I checked with my sample project, and it renames the snapshot to a -SNAPSHOT , which will satisfy the manifest.

Re: snapshot versions and classpath stored in manifest

2013-01-09 Thread Anthony Dahanne
Hello Brian, So I triple checked, and I specified : (2.4 is the latest version) org.apache.maven.plugins maven-jar-plugin 2.4 in each of my modules, but still, if I : * in my cli project reactor : $ mvn clean deploy * clean the local repo : $ rm -rf ~/.m2/repository/co

Re: snapshot versions and classpath stored in manifest

2013-01-09 Thread Brian Fox
Are you positive you are using jar plugin version 2.3? On Mon, Jan 7, 2013 at 11:26 AM, Anthony Dahanne wrote: > Hello all, > I am using Maven 3 with Nexus 2. > I am building a cli tool (let's call it cli) , which has dependencies on > some other libraries (let's call them dependencyA and depend

snapshot versions and classpath stored in manifest

2013-01-07 Thread Anthony Dahanne
Hello all, I am using Maven 3 with Nexus 2. I am building a cli tool (let's call it cli) , which has dependencies on some other libraries (let's call them dependencyA and dependencyB) To make my cli tool work in every environment, I rely on the manifest classpath, generated with : org.apache.mav