Thanks Stephen, I'll just ignore the warning for now.

Stephen Connolly said the following on 03/19/2009 01:09 PM:
> Known bugs.... fixed for 1.0-alpha-3... but I'm not ready for that to be
> released yet
> 
> 2009/3/19 Reto Bachmann-Gmür <r...@gmuer.ch>
> 
>> Hello
>>
>>
>> The output of mvn versions:display-plugin-updates
>>
>> [INFO] All plugins are using the latest versions.
>> [INFO]
>> [WARNING] The following plugins do not have their version specified:
>> [WARNING]   maven-clean-plugin .......................... (from
>> super-pom) 2.2
>>
>>
>> adding the following to the parent-pom doesn't help, adding it to the
>> pom itself does prevent the warning:
>>
>> <plugin>
>>        <groupId>org.apache.maven.plugins</groupId>
>>        <artifactId>maven-clean-plugin</artifactId>
>>        <version>2.3</version>
>> </plugin>
>>
>> specifying an older version in the pom (not in the parent) yields to the
>> correct output:
>>
>> [INFO]
>> [INFO] The following plugin updates are available:
>> [INFO]   maven-clean-plugin ....................................... 2.2
>> -> 2.3
>>
>> Cheers,
>> Reto
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
> 

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to