[jboss-jira] [JBoss JIRA] (JBBUILD-682) http://repository.jboss.org/maven2/ serving HTTP 403 to hosts outside RedHat VPN

Tim Costermans (Commented) (JIRA) jira-events at lists.jboss.org
Thu Dec 1 04:39:42 EST 2011


    [ https://issues.jboss.org/browse/JBBUILD-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647024#comment-12647024 ] 

Tim Costermans commented on JBBUILD-682:
----------------------------------------

The information provided by Paul an Trenton work. I ended up defining a mirror in my settins.xml file.
Adding the jboss-as-tomcat still caused problems due to missing dependencies.

[WARNING] The POM for com.sun.istack:istack-commons-runtime:jar:1.1 is missing, no dependency information available
[WARNING] The POM for woodstox:wstx-asl:jar:3.2.1 is missing, no dependency information available
[WARNING] The POM for ws-commons:policy:jar:1.0 is missing, no dependency information available

Workaround:
        <dependency>
            <groupId>org.jboss.jbossas</groupId>
            <artifactId>jboss-as-tomcat</artifactId>
            <version>6.1.0.Final</version>
            <scope>provided</scope>
              <exclusions>  
          <exclusion>  
            <groupId>com.sun.istack</groupId>  
            <artifactId>istack-commons-runtime</artifactId>  
          </exclusion>  
          <exclusion>  
            <groupId>woodstox</groupId>  
            <artifactId>wstx-asl</artifactId>  
          </exclusion>  
          <exclusion>  
            <groupId>ws-commons</groupId>  
            <artifactId>policy</artifactId>  
          </exclusion>  
        </exclusions>
        </dependency>

But this is maybe not the place to discus this issue.
                
> http://repository.jboss.org/maven2/ serving HTTP 403 to hosts outside RedHat VPN
> --------------------------------------------------------------------------------
>
>                 Key: JBBUILD-682
>                 URL: https://issues.jboss.org/browse/JBBUILD-682
>             Project: JBoss Build System
>          Issue Type: Bug
>            Reporter: Marek Schmidt
>            Assignee: Paul Gier
>            Priority: Critical
>             Fix For: Build Support 2011
>
>
> The legacy maven repository http://repository.jboss.org/maven2/ is serving HTTP 403 to hosts outside RedHat VPN, causing lots of builds to fail.
> e.g. http://community.jboss.org/message/606819?tstart=0 with error:
> Access denied to: http://repository.jboss.org/maven2/trove/trove/2.1.1/trove-2.1.1.pom

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list