Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-1921

Trunk build is broken due to dependence on XBean 3.3

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.2.0
    • 5.2.0
    • None
    • None
    • Patch Available

    Description

      The trunk build is failing because the xbean-spring-3.3.jar cannot be located:

      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Failed to resolve artifact.
      
      Missing:
      ----------
      1) org.apache.xbean:xbean-spring:jar:3.3-SNAPSHOT
      
        Try downloading the file manually from the project website.
      
        Then, install it using the command: 
            mvn install:install-file -DgroupId=org.apache.xbean -DartifactId=xbean-spring -Dversion=3.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
      
        Alternatively, if you host your own repository you can deploy the file there: 
            mvn deploy:deploy-file -DgroupId=org.apache.xbean -DartifactId=xbean-spring -Dversion=3.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
      
        Path to dependency: 
              1) org.apache.xbean:maven-xbean-plugin:maven-plugin:3.3
              2) org.apache.xbean:xbean-spring:jar:3.3-SNAPSHOT
      
      ----------
      1 required artifact is missing.
      
      for artifact: 
        org.apache.xbean:maven-xbean-plugin:maven-plugin:3.3
      
      from the specified remote repositories:
        nexus (http://localhost:8081/nexus/content/groups/public)
      

      The attached patch updates the XBean version to 3.4 and the build succeeds.

      Attachments

        Activity

          People

            gtully Gary Tully
            bsnyder Bruce Snyder
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: