I think there is a bug in the "Home/Maven Settings".

when you create the default settings.xml the name of the repositories are"

  <profiles>
    <profile>
      <repositories>
        <repository>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
          <id>central</id>
          <name>libs-releases</name>
          <url>http://server.com:8081/artifactory*/libs-releases*</url>
        </repository>
        <repository>
          <snapshots />
          <id>snapshots</id>
          <name>libs-snapshots</name>
          <url>http://server.com:8081/artifactory/*libs-snapshots*</url>
        </repository>
      </repositories>

while the real address of the repo (when you browse them) has a -local
suffix.

<distributionManagement>
    <repository>
        <id>server.com</id>
        <name>server.com-releases</name>
        <url>http://server.com:8081/artifactory/libs-releases-local</url>
    </repository>
</distributionManagement>
-- 
Eyal Edri
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to