You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gabrielle Crawford (JIRA)" <de...@myfaces.apache.org> on 2011/05/16 19:59:48 UTC

[jira] [Resolved] (TRINIDAD-2102) Need version tag for maven-idea-plugin in Trinidad pom

     [ https://issues.apache.org/jira/browse/TRINIDAD-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabrielle Crawford resolved TRINIDAD-2102.
------------------------------------------

    Resolution: Fixed
      Assignee: Gabrielle Crawford

> Need version tag for maven-idea-plugin in Trinidad pom
> ------------------------------------------------------
>
>                 Key: TRINIDAD-2102
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2102
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>         Environment: Maven 3.x
>            Reporter: Bud Osterberg
>            Assignee: Gabrielle Crawford
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> Maven 3.x is stricter about specifying version numbers. Sometimes the build will not resolve unless the actual idea plugin version number is specified.
> Fix is to simply specify the version in the top level pom:
> Index: pom.xml
> ===================================================================
> --- pom.xml	(revision 1103508)
> +++ pom.xml	(working copy)
> @@ -524,6 +524,7 @@
>          <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-idea-plugin</artifactId>
> +         <version>2.2</version>
>            <configuration>
>              <jdkName>${maven.compile.source}</jdkName>
>              <linkModules>true</linkModules>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira