[jboss-jira] [JBoss JIRA] (DROOLS-436) Cannot access to remote kie maven repository - Access denied

Rogério Disciolli (JIRA) issues at jboss.org
Tue Feb 18 09:17:47 EST 2014


Rogério Disciolli created DROOLS-436:
----------------------------------------

             Summary: Cannot access to remote kie maven repository - Access denied
                 Key: DROOLS-436
                 URL: https://issues.jboss.org/browse/DROOLS-436
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 6.0.1.Final
         Environment: - Windows 7 64 bits
- JDK 1.7.0.45
- Drools 6.0.1.Final
            Reporter: Rogério Disciolli
            Assignee: Mark Proctor


- Start JBPM 6.0.1.Final binding a specific IP 192.168.0.10
- Run maven in a remote machine with the pom.xml like this

<repository>
  <id>guvnor-m2-repo</id>
  <name>Guvnor M2 Repo</name>
  <url>http://192.168.0.10:8080/jbpm-console/maven2/</url>
</repository>

Also having username/password in ~/.m2/settings.xml

  <servers>
    <server>
      <id>guvnor-m2-repo</id>
      <username>admin</username>
      <password>admin</password>
    </server>
  </servers>

And returned "Access denied (401)" when try get maven-metadata.xml from project.

Can not authenticate at kie maven repository.

The same happens when try run Java Project with VM arguments "-Dkie.maven.settings.custom=settings.xml"



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jboss-jira mailing list