I want to roll out Maven in a corporate environment with an internal plugin repository. My approach is to define and activate a profile in the global settings.xml, which normally works fine. Problem: When running Maven in a directory that does not contain a pom.xml, the profile from settings.xml does not become active: Maven does not use the pluginRegistry setting and connects to the public repository at repo1.maven.org instead. Seems like a bug to me?
Thanks! Arne -- View this message in context: http://www.nabble.com/-2.0.4-+Bug-+Profile+not+used+when+running+outside+a+Maven+project-t1699843.html#a4612873 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
