Note that there are some explanatory texts on larger screens.

plurals
  1. POEclipse - Maven - Dependencies not getting automatically reflected
    primarykey
    data
    text
    <p>I have installed</p> <ul> <li>Java 1.7</li> <li>Eclipse Juno</li> <li>From Eclipse Market place have installed - Maven Integration for Eclipse WTP (a.k.a m2e-wtp), m2e-apt, Spring IDE, The Spring Tool Suite™ (STS)</li> <li>Have defined <code>M2_HOME</code> as directory where Maven is installed. PATH updated as <code>%M2_HOME%/bin</code></li> </ul> <p>I am working on Windows XP.</p> <p>I am able to create a Maven project but when trying to add Dependencies (select <code>pom.xml</code> - Dependencies - Add) <code>artifactId</code>'s "<code>Enter groupId, artifactId or sha1 prefix or pattern</code>" which are inputted are not getting displayed. Say if I input "springframework", it only reflect the jars that installed locally and don't search over the internet. Also if I check Maven Repositories (select by Windows - Show Views - Others - Maven - Maven Repositories), nothing is shown in Global Repositories - central (<a href="http://repo.maven.apache.org/maven2" rel="nofollow">http://repo.maven.apache.org/maven2</a>).</p> <p>In case, if I manually put required <code>artifactID</code> in <code>pom.xml</code>and then update maven it downloads the required jars.</p> <p>I am working on my home computer where I don't have any proxies and has set following in local m2 settings (<code>C:\Documents and Settings\Sandy\.m2\Settings.xml</code>)</p> <p> </p> <p>Can you please advise, what setting I need to do so that inputted artifact's can be added using add Dependencies option?</p> <p>Thanks in advance</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload