You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by David Jencks <da...@yahoo.com> on 2009/07/17 00:37:51 UTC

Re: svn commit: r794791 - /geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-EA/pom.xml

Is this really necessary?  I'm under the impression that m2eclipse  
works a lot better than the maven-eclipse-plugin and if possible I'd  
like to avoid adding ide-specific goo to our poms.

thanks
david jencks

On Jul 16, 2009, at 12:28 PM, dwoods@apache.org wrote:

> Author: dwoods
> Date: Thu Jul 16 19:28:48 2009
> New Revision: 794791
>
> URL: http://svn.apache.org/viewvc?rev=794791&view=rev
> Log:
> GERONIMO-4619 Include version in maven-eclipse-plugin  
> generated .project name
>
> Modified:
>    geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-EA/pom.xml
>
> Modified: geronimo/specs/branches/geronimo-validation_1.0_spec-1.0- 
> EA/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-EA/pom.xml?rev=794791&r1=794790&r2=794791&view=diff
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-EA/ 
> pom.xml (original)
> +++ geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-EA/ 
> pom.xml Thu Jul 16 19:28:48 2009
> @@ -57,4 +57,18 @@
>         <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-EA/ 
> </url>
>     </scm>
>
> +    <build>
> +        <pluginManagement>
> +            <plugins>
> +                <plugin>
> +                    <groupId>org.apache.maven.plugins</groupId>
> +                    <artifactId>maven-eclipse-plugin</artifactId>
> +                    <configuration>
> +                        <addVersionToProjectName>true</ 
> addVersionToProjectName>
> +                    </configuration>
> +                </plugin>
> +            </plugins>
> +        </pluginManagement>
> +    </build>
> +
> </project>
>
>