From my settings.xml...

Also remember to make sure this profile is active, generally it would be added with the <activeProfile/> tag under <activeProfiles/> so it is always enabled by default. I think that should work ;)

        *<profiles>*
                *<profile>*
                        /<!-- define standard TSI developer repository settings 
-->/
                        *<id>*tdrepo*</id>*
                        *<repositories>*
                                *<repository>*
                                        *<releases>*
                                                *<enabled>*true*</enabled>*
                                        *</releases>*
                                        *<snapshots>*
                                                *<enabled>*true*</enabled>*
                                                
*<updatePolicy>*always*</updatePolicy>*
                                        *</snapshots>*
                                        *<id>*TSIDevGroup*</id>*
                                        *<name>*TSI Development Group 
Repository*</name>*
                                                
*<url>*file:///mnt/deltaopt/development/repository*</url>*
                                        /<!--        
<url>file:///mnt/deltaopt/development/testrepository</url> -->/
                                        *<layout>*default*</layout>*
                                *</repository>*
                        *</repositories>*
                *</profile>*



[EMAIL PROTECTED] wrote:
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



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

   http://xircles.codehaus.org/manage_email

Reply via email to