Uploaded image for project: 'IronJacamar'
  1. IronJacamar
  2. JBJCA-1395

Use HTTPS for JBoss artifact repository

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • Build
    • None
    • Hide
      git clone git@github.com:ironjacamar/ironjacamar.git
      cd ironjacamar
      git checkout ironjacamar-1.4.18.Final
      ant jars
      

      NOTE: maybe you will need to clear your .ivy2 cache in case you have problematic dependencies there to reproduce this issue.

      Show
      git clone git@github.com:ironjacamar/ironjacamar.git cd ironjacamar git checkout ironjacamar-1.4.18.Final ant jars NOTE: maybe you will need to clear your .ivy2 cache in case you have problematic dependencies there to reproduce this issue.

      JBoss repository now redirects from HTTP to HTTPS. As such we need to update build.xml file to use HTTPS for JBoss repository to avoid error with unresolved dependencies:

      22:22:20 [ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
      22:22:20 [ivy:retrieve] 		::          UNRESOLVED DEPENDENCIES         ::
      22:22:20 [ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
      22:22:20 [ivy:retrieve] 		:: apache-logging#commons-logging;1.1.0.jboss: not found
      22:22:20 [ivy:retrieve] 		:: org.jboss.naming#jnpserver;5.0.3.GA: not found
      22:22:20 [ivy:retrieve] 		:: org.apache#jasper;glassfish_2.1.0.v201004190952: not found
      22:22:20 [ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
      

              jstourac@redhat.com Jan Stourac
              jstourac@redhat.com Jan Stourac
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: