[
https://issues.apache.org/jira/browse/JCRSITE-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved JCRSITE-21.
----------------------------------
Resolution: Fixed
OK, I committed the changes with Eclipse plugin version set to 2.6 in revision
812887.
Michael D. mentioned using version 2.5.1 for similar reasons, but if 2.6 works
for you then it's probably better to use that. I'm nowadays using the M2Eclipse
plugin (http://m2eclipse.sonatype.org/) so I haven't used maven-eclipse-plugin
for some while.
> 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.