You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2009/09/09 13:09:57 UTC

[jira] Created: (JCRSITE-21) Specify IDE plugin versions

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.


[jira] Resolved: (JCRSITE-21) Specify IDE plugin versions

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Commented: (JCRSITE-21) Specify IDE plugin versions

Posted by "Alexander Klimetschek (JIRA)" <ji...@apache.org>.
    [ 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.