> Not sure why it would be different for your two environments, > but you need to specify unique version to false to avoid the > timestamp being appended, e.g.: > > <distributionManagement> > <repository> > ... > <uniqueVersion>false</uniqueVersion> > ... > </repository> > </distributionManagement>
That looks like what I want to do, but how to set this for the localRepository as defined in my settings.xml? > Looks like you might have different pom files since one is > version 9.0.0 and the other is -SNAPSHOT. No, same pom. The version is 9.0.0-SNAPSHOT but in the latter case SNAPSHOT is substituded with a real timestamp in the localRepository. regards, Bram --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
