[
https://issues.apache.org/jira/browse/JCRSITE-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753035#action_12753035
]
Alexander Klimetschek commented on JCRSITE-21:
----------------------------------------------
Good idea, but I would rather set the maven-eclipse-plugin version to 2.6 for
the moment, as with 2.7 I often experienced this bug [1] and find myself always
explicitly using 2.6 as it works there.
[1] http://jira.codehaus.org/browse/MECLIPSE-585
> Specify IDE plugin versions
> ---------------------------
>
> Key: JCRSITE-21
> URL: https://issues.apache.org/jira/browse/JCRSITE-21
> Project: Jackrabbit Site
> Issue Type: Improvement
> Components: parent
> Reporter: Jukka Zitting
> Assignee: Jukka Zitting
> Priority: Minor
> Fix For: parent 4
>
>
> Marcel suggested that we specify the IDE plugin versions in the parent POM:
> {code:xml}
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 791182)
> +++ pom.xml (working copy)
> @@ -107,6 +107,14 @@
> <artifactId>apache-rat-plugin</artifactId>
> <version>0.6</version>
> </plugin>
> + <plugin>
> + <artifactId>maven-idea-plugin</artifactId>
> + <version>2.2</version>
> + </plugin>
> + <plugin>
> + <artifactId>maven-eclipse-plugin</artifactId>
> + <version>2.7</version>
> + </plugin>
> </plugins>
> </pluginManagement>
> </build>
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.