[jbosstools-issues] [JBoss JIRA] (JBIDE-12152) A *-redhat version of org.jboss.spec:jboss-javaee-web-6.0 cannot be found (at maven.repository.redhat.com/jboss-eap/6.0.0-cr1/maven-repository)

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Mon Jun 11 08:54:04 EDT 2012


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

Snjezana Peco commented on JBIDE-12152:
---------------------------------------

You can try the following:

- configure a proxy in the Maven's settings.xml like this:

{code}
...
<proxies>
  <proxy>
    <id>redhat-http</id>
    <active>true</active>
    <protocol>http</protocol>
    <host>squid.rdu.redhat.com</host>
    <port>3128</port>
    <nonProxyHosts>local.net</nonProxyHosts>
  </proxy>
  <proxy>
    <id>redhat-redhat-https</id>
    <active>true</active>
    <protocol>https</protocol>
    <host>squid.rdu.redhat.com</host>
    <port>3128</port>
    <nonProxyHosts>local.net</nonProxyHosts>
  </proxy>
</proxies>
...
{code}

- index the http://maven.repository.redhat.com/jboss-eap/6.0.0-cr1/maven-repository Maven repository 
                
> A *-redhat version of org.jboss.spec:jboss-javaee-web-6.0 cannot be found (at maven.repository.redhat.com/jboss-eap/6.0.0-cr1/maven-repository)
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-12152
>                 URL: https://issues.jboss.org/browse/JBIDE-12152
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>         Environment: Build id: v20120605-2229-H183-CR1
> JBDS 5 CR1b with EAP6 from universal installer
>            Reporter: Burr Sutter
>            Priority: Critical
>         Attachments: archetype_new_project_wizard.png, firefox.png, os_proxy_setings.png, proxy_setup.png, Screen Shot 2012-06-08 at 3.14.00 PM.png
>
>
> squid.rdu.redhat.com:3128
> http://maven.repository.redhat.com/jboss-eap/6.0.0-cr1/maven-repository/org/jboss/spec/jboss-javaee-web-6.0/3.0.0.Final-redhat-1/
> See screenshots
> note: I tried Eclipse proxy settings and then tried OS proxy settings

--
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 jbosstools-issues mailing list