Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-6285

Integration quickstart switchyard-rules-multithreaded does not specify wildfly-maven-plugin version

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • jboss-fuse-6.2.1
    • Examples, Integration Pack
    • None
    • % %

    Description

      When the quickstart is build as it is, it fails with message:

      [INFO] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 4.827 s
      [INFO] Finished at: 2016-11-16T16:24:47+01:00
      [INFO] Final Memory: 58M/435M
      [INFO] ------------------------------------------------------------------------
      [ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.1.0.Alpha11:undeploy (undeploy) on project switchyard-rules-multithreaded: Failed to execute undeploy goal. java.net.ConnectException: WFLYPRT0053: Could not connect to remote://localhost:9999. The connection failed: Connection refused -> [Help 1]
      

      After I added

      <version>${version.wildfly.maven}</version>

      to the quickstart pom, it is succesful.
      There seems to be some version conflict between wildfly-maven-plugin:1.1.0.Alpha11 and wildfly-maven-plugin:1.0.2.Final

      Also, if I add

      <pluginRepository>
      	<id>jb-fuse-6.2-build</id>
      	<name>JBoss Fuse prod repo</name>
      	<url>http://download-ipv4.eng.brq.redhat.com/brewroot/repos/jb-fuse-6.2-build/latest/maven</url>
      </pluginRepository>

      to settings.xml, the version changes to wildfly-maven-plugin:1.1.0.Alpha6 and quickstart builds succesfuly.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jkasztur@redhat.com Jan Kasztura (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: