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>

Looks like you might have different pom files since one is version 9.0.0 and
the other is -SNAPSHOT.
-- 
View this message in context: 
http://www.nabble.com/snapshots-in-local-repository-after-install--tf1890555.html#a5172969
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to