Hi,
I've unable configure setting.xml that will be accepted by Artifactory
(2.1.1) as known user.
In log I've see :
2009-11-02 11:03:10,137 [DENIED DEPLOY]
repo1-cache:org/apache/ws/commons/XmlSchema/1.1/XmlSchema-1.1.pom for
anonymous/175.70.105.181.

and settings.xml looks like this (mostly generated by Artifactory):
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd";>
  <localRepository>file://d:\maven_repository</localRepository>
  <servers>
     <server>
        <id>bmr008-01</id>
        <username>Michael</username>
        <password>{DESede}erYBTtl0dlc=</password>
     </server>
  </servers>    
  <mirrors>
    <mirror>
      <mirrorOf>*</mirrorOf>
      <name>bmr008-01</name>
      <url>http://bmr008-01:8080/artifactory/repo</url>
      <id>bmr008-01</id>
    </mirror>
  </mirrors>
  <profiles>
    <profile>
      <repositories>
        <repository>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
          <id>bmr008-01</id>
          <name>bmr008-01</name>
          <url>http://bmr008-01:8080/artifactory/repo</url>
        </repository>
        <repository>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
          <id>central</id>
          <name>libs-releases</name>
          <url>http://bmr008-01:8080/artifactory/libs-releases</url>
        </repository>
        <repository>
          <snapshots />
          <id>snapshots</id>
          <name>libs-snapshots</name>
          <url>http://bmr008-01:8080/artifactory/libs-snapshots</url>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
          <id>central</id>
          <name>plugins-releases</name>
          <url>http://bmr008-01:8080/artifactory/plugins-releases</url>
        </pluginRepository>
        <pluginRepository>
          <snapshots />
          <id>snapshots</id>
          <name>plugins-snapshots</name>
          <url>http://bmr008-01:8080/artifactory/plugins-snapshots</url>
        </pluginRepository>
      </pluginRepositories>
      <id>artifactory</id>
    </profile>
  </profiles>
  <activeProfiles>
    <activeProfile>artifactory</activeProfile>
  </activeProfiles>
</settings>

The question is - how I have to configure it ?
(I was able configure it for Artifactory 2.0.9 but not now)
-- 
View this message in context: 
http://old.nabble.com/2009-11-02-11%3A03%3A10%2C137--DENIED-DEPLOY--repo1-cache%3A-tp26156635p26156635.html
Sent from the Artifactory-Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to