---- [EMAIL PROTECTED] schrieb:
> -removed redundant versions as well...

>        <plugin>
> -        <groupId>org.apache.myfaces.trinidadbuild</groupId>
> -        <artifactId>maven-faces-plugin</artifactId>
> -        <version>1.2.6-SNAPSHOT</version>
> +        <groupId>org.apache.myfaces.buildtools</groupId>
> +        <artifactId>myfaces-faces-plugin</artifactId>

Why is there no version tag here?

A plugin with no version specified == unpredictable builds.

> --- myfaces/core/trunk_1.2.x/pom.xml (original)
> +++ myfaces/core/trunk_1.2.x/pom.xml Sun Jan 20 19:50:35 2008
> @@ -64,9 +64,9 @@
>      <pluginManagement>
>        <plugins>
>          <plugin>
> -          <groupId>org.apache.myfaces.trinidadbuild</groupId>
> -          <artifactId>maven-faces-plugin</artifactId>
> -          <version>1.2.6-SNAPSHOT</version>
> +          <groupId>org.apache.myfaces.buildtools</groupId>
> +          <artifactId>myfaces-faces-plugin</artifactId>
> +          <version>1.0.0-SNAPSHOT</version>

That looks better to me...

Regards,
Simon

Reply via email to