Hm I think i have found something. It looks like if my local repository is
beeing ignored.
Instead of downloading the plugin in the specified directory from the
settings.xml my maven3 is creating
a repository for the plugin in my users .m2 dir? Why, all other dependencies
are going in the specified local repository.

Does anyone now why?

Here is my effective-settings:

<?xml version="1.0" encoding="UTF-8"?>













<settings xmlns="http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org
/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1
.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd";>
  <localRepository
xmlns="http://maven.apache.org/SETTINGS/1.1.0";>d:\dev\maven-3
.0.3\repository</localRepository>
  <pluginGroups xmlns="http://maven.apache.org/SETTINGS/1.1.0";>
    <pluginGroup>org.codehaus.cargo</pluginGroup>
    <pluginGroup>org.apache.maven.plugins</pluginGroup>
    <pluginGroup>org.codehaus.mojo</pluginGroup>
  </pluginGroups>
</settings>

[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1.162s
[INFO] Finished at: Thu Aug 04 23:27:19 CEST 2011
[INFO] Final Memory: 4M/90M
[INFO]
------------------------------------------------------------------------
C:\Users\Stefan\.m2>

--
View this message in context: 
http://maven-users.828.n2.nabble.com/Maven-3-and-cargo-plugin-tp6007841p6654331.html
Sent from the maven users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to