Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-1828

doc build fails due to missing dependencies

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 5.0.0.M4
    • 5.0.0.M3
    • Testing
    • None
    • Hide

      Manually install the missing artifacts:

      curl -O https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/net/sf/docbook/docbook/1.74.0/docbook-1.74.0.jar
      curl -O https://repository.jboss.org/nexus/content/repositories/releases/org/jboss/jdocbook/jdocbook-core/1.0.7/jdocbook-core-1.0.4.jar
      
      mvn install:install-file -DgroupId=org.jboss.jdocbook -DartifactId=jdocbook-core -Dversion=1.0.4 -Dpackaging=jar -Dfile=./jdocbook-core-1.0.4.jar 
      mvn install:install-file -DroupId=net.sf.docbook -DartifactId=docbook -Dversion=1.74.0 -Dpackaging=jar -Dfile=docbook-1.74.0.jar
      
      Show
      Manually install the missing artifacts: curl -O https: //repository.jboss.org/nexus/content/repositories/thirdparty-releases/net/sf/docbook/docbook/1.74.0/docbook-1.74.0.jar curl -O https: //repository.jboss.org/nexus/content/repositories/releases/org/jboss/jdocbook/jdocbook-core/1.0.7/jdocbook-core-1.0.4.jar mvn install:install-file -DgroupId=org.jboss.jdocbook -DartifactId=jdocbook-core -Dversion=1.0.4 -Dpackaging=jar -Dfile=./jdocbook-core-1.0.4.jar mvn install:install-file -DroupId=net.sf.docbook -DartifactId=docbook -Dversion=1.74.0 -Dpackaging=jar -Dfile=docbook-1.74.0.jar

    Description

      The build depends on the staging repository for jdocbook dependencies but when this is down the build fails. We should be relying on a more accessible repository. See the workaround on how to manually install the dependencies.

      Attachments

        Activity

          People

            rhn-engineering-mmusgrov Michael Musgrove
            rhn-engineering-mmusgrov Michael Musgrove
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: