[jbosstools-issues] [JBoss JIRA] (JBDS-2904) Disable m2e indexing by default

Fred Bricon (JIRA) issues at jboss.org
Tue Feb 11 16:41:29 EST 2014


     [ https://issues.jboss.org/browse/JBDS-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Bricon updated JBDS-2904:
------------------------------

    Description: 
By default, m2e (<= 1.4) downloads remote nexus indexes on startup.
- expanding the nexus index is very CPU intensive
- each workspace eats up at least 500MB once m2e has started.

It can be disabled in the workspace preferences but ideally, we should disable it by default for all JBDS installation on new workspaces.

Stock Eclipse Java EE Kepler has this setting turned off by default (see plugins\org.eclipse.epp.package.jee_*\plugin_customization.ini)

m2e 1.5.0 (M6+) will turn it off by default (https://bugs.eclipse.org/bugs/show_bug.cgi?id=404417), so JBDS 8.0 will get the new setting for free.

We should just add org.eclipse.m2e.core/eclipse.m2.updateIndexes=false
to com.jboss.jbds.product\plugin_customization.ini for JBDS 7.1.1.

  was:
By default, m2e (<= 1.4) downloads remote nexus indexes on startup.
- expanding the nexus index is very CPU intensive
- each workspace eats up at least 500MB once m2e has started.

It can be disabled in the workspace preferences but ideally, we should disable it by default for all JBDS installation on new workspaces.

Stock Eclipse Java EE Kepler has this setting turned off by default (see plugins\org.eclipse.epp.package.jee_*\plugin_customization.ini)

m2e 1.5.0 (M6+) will turn it off by default (https://bugs.eclipse.org/bugs/show_bug.cgi?id=404417), so JBDS 8.0 get the new setting for free.

We should just add org.eclipse.m2e.core/eclipse.m2.updateIndexes=false
to com.jboss.jbds.product\plugin_customization.ini for JBDS 7.1.1.


    
> Disable m2e indexing by default
> -------------------------------
>
>                 Key: JBDS-2904
>                 URL: https://issues.jboss.org/browse/JBDS-2904
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: maven, p2-product
>    Affects Versions: 7.1.0.GA
>            Reporter: Fred Bricon
>            Assignee: Fred Bricon
>             Fix For: 7.1.1.CR1
>
>
> By default, m2e (<= 1.4) downloads remote nexus indexes on startup.
> - expanding the nexus index is very CPU intensive
> - each workspace eats up at least 500MB once m2e has started.
> It can be disabled in the workspace preferences but ideally, we should disable it by default for all JBDS installation on new workspaces.
> Stock Eclipse Java EE Kepler has this setting turned off by default (see plugins\org.eclipse.epp.package.jee_*\plugin_customization.ini)
> m2e 1.5.0 (M6+) will turn it off by default (https://bugs.eclipse.org/bugs/show_bug.cgi?id=404417), so JBDS 8.0 will get the new setting for free.
> We should just add org.eclipse.m2e.core/eclipse.m2.updateIndexes=false
> to com.jboss.jbds.product\plugin_customization.ini for JBDS 7.1.1.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list