On 3/24/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
One other thing-- Chapter 9 is talking about deploying releases. If your version number ends in -SNAPSHOT, you need <distributionManagement><snapshotRepository>.
Actually, Chapter 9 is talking about a snapshot, and it works fine with just <repository>. If you only define <repository>, Maven will use it for both releases and snapshots. http://maven.apache.org/ref/2.0.4/maven-model/maven.html#class_distributionManagement -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
