Thanks Wendy, see inline > > > The http://docs.codehaus.org/display/MAVENUSER/Patching+Maven+Plugins > > says, > > > that I should replace the -SNAPSHOT with -INTERNAL. Comparing those > > string, > > > which one is newer? -SNAPSHOT or -INTERNAL? The Better Builds with Maven > > > says nothing about this case. > > > > -SNAPSHOT is newer, which is strange. How is this supposed to work? > > That makes sense to me. Maven thinks -INTERNAL is a *fixed* version. > It's no different than 1.2 or 1.3-beta. It's just some version, > deployed at some point in the past. The -SNAPSHOT version is "the > latest".
If you read http://docs.codehaus.org/display/MAVENUSER/Patching+Maven+Plugins, it says "Set the version to be -INTERNAL instead of -SNAPSHOT". Thre si not about version number increase and the plugins usually are snapshots. So if snapshot is published, the -INTERNAL will not be used. It doesn't make sense to me. Thanks, Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
