Hi All,


I was exploring on using Nexus. I installed and started Nexus repository and
enabled "Download Remote Indexes" to maven central and all other
repositories.



Then, i configured maven to use nexus using below in setting.xml.



<settings xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";

   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0

   http://maven.apache.org/xsd/settings-1.0.0.xsd";>

   <mirrors>

      <mirror>

         <id>prashu-nexus-mirror</id>

         <mirrorOf>*</mirrorOf>

         <url>http://localhost:8081/nexus/content/groups/public</url>

      </mirror>

   </mirrors>

</settings>





But, when working with m2eclipse, if i try to add lets say Springframework
dependencies, the "Select Dependency" window in eclipse always shows 0
results. The indexing takes only couple seconds. Is this the cause? If I
remove the above nexus configuration, the indexing takes lot of time and it
is able to search the dependencies.



How do i fix this problem?



Thanks,

Prashant

Reply via email to