hi,

i am using m2eclipse 0.0.10. inside eclipse accessing dependencies in repositories configured in HOME/.m2/settings.xml does not work.
following settings.xml:

<settings>
<profiles>
 <profile>
  <id>internal</id>
  <repositories>
  <repository>
   <id>internalRep</id>
   <name>Internal Repository</name>
   <url>file:///d:/repository/</url>
  </repository>
 </repositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>internal</activeProfile>
</activeProfiles>
</settings>

when trying to access a dependency, which exists only in internal repository, m2eclipse cannot resolve it and thus not download it. when working with commandline resolving/downloading with same settings.xml works. is this a bug or maybe i need to configure something inside m2eclipse (though i think m2eclipse should use default behaviour...).

thanks for information.

--
manuel aldana
[EMAIL PROTECTED]
homepage: http://www.aldana-online.de


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to