You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2014/07/28 14:36:43 UTC

[jira] [Created] (SLING-3807) Consider adding the Maven central artifact repository by default

Robert Munteanu created SLING-3807:
--------------------------------------

             Summary: Consider adding the Maven central artifact repository by default
                 Key: SLING-3807
                 URL: https://issues.apache.org/jira/browse/SLING-3807
             Project: Sling
          Issue Type: Improvement
          Components: IDE
    Affects Versions: Sling Eclipse IDE 1.0.2
            Reporter: Robert Munteanu
            Priority: Critical
             Fix For: Sling Eclipse IDE 1.0.4


Since m2e 1.5 repository index updates are no longer automatically downloaded ( [m2e 1.5 improvements|http://tools.jboss.org/blog/2014-07-08-m2e-1_5-improvements.html#nexus-index-download-disabled-by-default] ) . We should consider adding the Maven Central artifact index by default for a better out-of-the-box experience:

{code:xml}<extension point="org.eclipse.m2e.core.archetypeCatalogs">
  <remote url="http://repo1.maven.org/maven2/"
    description="Maven Central"/>
</extension>{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)