Hi,

I have downloaded the new version of the m2eclipse plugin, it's working a 
lot better for me than the previous one, Thanks a lot Eugene and your team 
for all the efforts which made this happen!!

However I do have a problem with remote repository configuration.
I cannot get the plugin to download dependencies which only exist in my 
own snapshot repository (which is not local !).

In the messages the plugin produces the central repository is mentioned as 
being the only specified remote repository.
I have the profiles section in the maven-2.0.4/conf/settings.xml defines 
my snapshot repository.

To try to fix my problem I placed the repositories section in my 
~/.m2/settings.xml. but that did not help either.

A snippet from my repositories definition :

...
...
<profiles>
<profile>
<id>klamy-default</id>
<repositories>
<repository>
<id>klaverblad-snapshot-repository</id>
<name>Repository for snapshot artifacts</name>
<url>
http://cib01.klamy.nl/binaries/snapshots
</url>
<layout>default</layout>
<snapshots>
<updatePolicy>interval:60</updatePolicy>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
...
...


Is there a solution to my problem ?

Thanks in advance for the response.
Met vriendelijke groet / With kind regards,

Thijs Volders


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

    http://xircles.codehaus.org/manage_email

Reply via email to