IIRC Maven 3 only supports unique versioned snapshots (currently). There was some discussion easlier here on the mailing list regarding that. Search some archive for more info.
/Anders On Thu, Jul 15, 2010 at 21:24, Adam Krieg <[email protected]> wrote: > I'm trying to configure Maven to not create unique snapshots. > > When using the following settings in Maven 2.2.1, this works: > > <snapshotRepository> > <uniqueVersion>false</uniqueVersion> > .... > > > However when I run with Maven 3.0 beta 1, I get autogenerated numbers > appended, as if uniqueVersion was true. > > > Is anyone else seeing this behavior? > > Disclaimer: http://pragmatrading.com/disclaimer.html >
