You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Reto Bachmann-Gmür <re...@gmuer.ch> on 2009/03/19 12:28:49 UTC

versions-maven-plugin, complains about version of versions-maven-plugin

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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: versions-maven-plugin, complains about version of versions-maven-plugin

Posted by Stephen Connolly <st...@gmail.com>.
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 <re...@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-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>