Is archiver with snapshot dependencies producing correct classpath

2009-10-21 Thread Tuomas Kiviaho
I was using 'addClasspath' with manifest section of jar plugin and noticed that uniquely versioned snapshot dependencies seem to produce following Class-Path values (with classpathMavenRepositoryLayout) groupId/artifactId/version-timestamp/artifactId-version-SNAPSHOT.jar I presume

useProjectArtifact and repository section

2009-06-04 Thread Tuomas Kiviaho
I was kindly advised to use repository/ section instead of dependencySet/ in order to get the repository layout (groupId with path separator) but project itself doesn't seem to be included. Weird thing is that POM of the project get's included. I noticed also that the following options are not

Re: unable to get latest SNAPSHOT jars

2007-01-24 Thread Tuomas Kiviaho
Wendy Smoak-3 wrote: If you are deploying with uniqueVersion=false, Maven 2.0.4 will not retrieve a new version of the snapshot. You'll have to delete it from your local repo to force an update. Distribution management without uniqueVersion seems to cause metadata to be updated to my

Re: unable to get latest SNAPSHOT jars

2007-01-24 Thread Tuomas Kiviaho
Trent Larson wrote: As for how I know it's not working: I simply package an unused file with the jar and deploy it, and I see the new jar file show up in the repository with the new size and a new timestamp (and the maven-metadata.xml file also gets updated); I added my comment to a