-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
jboss-fuse-6.2.1
-
None
-
%
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.