Vincent, I can confirm this on my setup as well.

The reason for bumping the version of the parent was to prepare for a release (see separate vote thread). From what I understand a release cannot be made if there are any SNAPSHOT-dependencies.

Let's see I get this... When I fixed (updated to a released version) the last SNAPSHOT-dependency in the changes-plugin, Maven no longer uses *any* snapshots when building that plugin. Have I understood this correctly?

--
Dennis Lundberg

Brett Porter wrote:
Yes, we require the snapshot of the plugin-plugin to do that.

- Brett

On 11/09/2006, at 6:35 AM, Vincent Siveton wrote:

Hi Dennis,

When calling mvn site, this bump seems to overwrite the generated
index.html (ie from index.apt) by a default index.
Works a treat with maven-plugins:2-SNAPSHOT or 4-SNAPSHOT

I used maven-site-plugin:2.0-beta-5

Cheers,

Vincent

2006/9/6, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
Author: dennisl
Date: Wed Sep  6 13:47:37 2006
New Revision: 440862

URL: http://svn.apache.org/viewvc?view=rev&rev=440862
Log:
o Update parent to version 3.

Modified:
   maven/plugins/trunk/maven-changes-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?view=diff&rev=440862&r1=440861&r2=440862 ==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Wed Sep 6 13:47:37 2006
@@ -19,7 +19,7 @@
  <parent>
    <artifactId>maven-plugins</artifactId>
    <groupId>org.apache.maven.plugins</groupId>
-    <version>2-SNAPSHOT</version>
+    <version>3</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>maven-changes-plugin</artifactId>




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

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




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

Reply via email to