Manuel, I think you'll find if you switch to the 0.0.11.20070603-1200 SNAPSHOT found at
http://m2eclipse.codehaus.org/update-dev/ You will get your profiles as it allows configuration of the location of the user and global settings files. William -----Original Message----- From: manuel aldana [mailto:[EMAIL PROTECTED] Sent: Sunday, 19 August 2007 8:51 PM To: [email protected] Subject: [***POSSIBLE SPAM***] - [m2eclipse-user] possible bug: <repositories> in settings.xml ignored - Email found in subject 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 --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
