Joern Huxhorn wrote on Friday, March 23, 2007 10:40 AM: [snip]
> It's true that > <distributionManagement> > <repository> > <uniqueVersion>false</uniqueVersion> > [..] > </repository> > </distributionManagement> > is a workaround for the described problem. That's how we > configured our > local snapshot repos because of this problem. But I think that the > uniqueVersion-feature is quite nice. This should/must be fixed in the > maven-jar-plugin so that <build> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-jar-plugin</artifactId> > <configuration> > <archive> > <manifest> > <mainClass>[..]</mainClass> > <packageName>[..]</packageName> > <addClasspath>true</addClasspath> > </manifest> > [..] > </archive> > </configuration> > </plugin> > </plugins> > </build> > the class-path of the manifest does also reference the timestamped > snapshots. Beside this problem timestamped snapshots are > really usefull! Yep. I know, but that's an open issue, I simply don't know the JIRA number by heart. :) - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]