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


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

Reply via email to