1 Reply Latest reply on Feb 2, 2012 11:51 AM by mazz

    Build RHQ mising dependencies

    kbielecki

      Ive done everythink like in instruction:

       

      http://rhq-project.org/display/RHQ/Building+RHQ

       

      But I've still the same error when I use maven:

       

      [INFO] Building RHQ JBossAS 5.x Plugin 4.3.0-SNAPSHOT

      [INFO] ------------------------------------------------------------------------

      [WARNING] The POM for org.rhq:rhq-jboss-as-common:jar:4.3.0-SNAPSHOT is missing,

      no dependency information available

      [WARNING] The POM for org.rhq:rhq-jmx-plugin:jar:4.3.0-SNAPSHOT is missing, no d

      ependency information available

      [WARNING] The POM for org.rhq:rhq-core-domain:jar:4.3.0-SNAPSHOT is missing, no

      dependency information available

      [WARNING] The POM for org.rhq:rhq-core-plugin-api:jar:4.3.0-SNAPSHOT is missing,

      no dependency information available

      [WARNING] The POM for org.rhq:rhq-core-native-system:jar:4.3.0-SNAPSHOT is missi

      ng, no dependency information available

      [WARNING] The POM for org.rhq:rhq-core-plugin-container:jar:4.3.0-SNAPSHOT is mi

      ssing, no dependency information available

      [WARNING] The POM for org.rhq:rhq-core-plugin-container:jar:tests:4.3.0-SNAPSHOT

      is missing, no dependency information available

      [WARNING] The POM for org.rhq:test-utils:jar:4.3.0-SNAPSHOT is missing, no depen

      dency information available

      Downloading: https://repository.jboss.org/maven2/org/apache/commons/commons-io/1

      .3.2/commons-io-1.3.2.jar

      Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1

      .3.2/commons-io-1.3.2.jar

      Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.

      3.2/commons-io-1.3.2.jar (86 KB at 96.1 KB/sec)

      [INFO] ------------------------------------------------------------------------

      [INFO] BUILD FAILURE

       

      Where I will find this dependencies?

        • 1. Re: Build RHQ mising dependencies
          mazz

          ah.. I think this might be the problem where our maven setup is screwy. You need to build the test jar perhaps.

           

          cd modules/test-utils

          mvn install

           

          then try to build everything again. Just a thought. John Sanda knows more about that test-utils and the way it interacts with the rest of the build. Maybe he can chime in. Usually the problem happens when you use -Dmaven.test.skip. We have been using -DskipTests to help avoid this kind of problem. Maybe that's something you should try. If you are using -Dmaven.test.skip, try using -DskipTests instead. I think there is a thread on that somewhere.