Hello, I have some troubles with patched plugins.
1. Comparing artifact versions: The Better Builds with Maven, p. 61 first para says, that "A version that contains a qualifier is always considered newer than a version without a qualifier; for example, 1.2 is newer than 1.2-beta". This is in contradition.... What happes if the bug fix version is missing? For instance xmlbeans-maven-plugin-2.0.jar, xmlbeans-maven-plugin-2.1-SNAPSHOT.jar and xmlbeans-maven-plugin-2.0-INTERNAL.jar? What is the order? 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. 2. The repo with patched plugins must be accessed with pluginRepositories.pluginRepository.releases.enable=true. In other words, patched plugins are considered to be "releases", not "shapshots". 3. I deployed patched plugins to internal repo as described in http://docs.codehaus.org/display/MAVENUSER/Patching+Maven+Plugins, but the POM is not downloaded to my local repo. It means that my patched plugins doesn't work. What's wrong? See also http://article.gmane.org/gmane.comp.jakarta.turbine.maven.user/54931 Thank you, Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
