1 Reply Latest reply on Nov 17, 2013 9:03 PM by gaohoward

    Building HornetQ

    pldayo

      I've been trying to build the hornetq project and having issues when it gets to building the docs. any hints on the maven error below? it says it timed out but the jar is accessible at the specified url and even though it says unresolvable build extension, the jdocbook extension is defined.

       

      [ERROR] The build could not read 2 projects -> [Help 1]

      [ERROR]

      [ERROR]   The project org.hornetq.docs:user-manual:1.0 (D:\git\hornetq\docs\user-manual\pom.xml) has 2 errors

      [ERROR]     Unresolveable build extension: Plugin org.jboss.maven.plugins:maven-jdocbook-plugin:2.3.8 or one of its dependencies could not be resolved:Could not transfer artifact org.jboss.maven.plugins:maven-jdocbook-plugin:jar:2.3.8 from/to jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/): connection timed out to https://repository.jboss.org/nexus/content/groups/public/org/jboss/maven/plugins/maven-jdocbook-plugin/2.3.8/maven-jdocbook-plugin-2.3.8.jar -> [Help 2]

      [ERROR]     Unknown packaging: jdocbook @ line 30, column 16

      [ERROR]

      [ERROR]   The project org.hornetq.docs:quickstart-guide:1.0 (D:\git\hornetq\docs\quickstart-guide\pom.xml) has 2 errors

      [ERROR]     Unresolveable build extension: Plugin org.jboss.maven.plugins:maven-jdocbook-plugin:2.3.5

        • 1. Re: Building HornetQ
          gaohoward

          You need to checkout the recent commits on master, I believe this has been fixed by updating the pom with this commit:

           

          commit a18ce392303018cc8873139490346a95ac21625a

          Merge: e920fb4 7061fd3

          Author: Justin Bertram <jbertram@redhat.com>

          Date:   Mon Nov 11 06:46:43 2013 -0800

           

           

              Merge pull request #1378 from andytaylor/master

             

              update quick start pom to use correct dependencies