-
Bug
-
Resolution: Done
-
Critical
-
7.0
-
Week 3 of Mar-2017, Week 12 of 52 (Mar 19 - 24)
In the Installation section, Chapter 2, under 2.1 Prerequisites it is documented that Maven 3.2 is required to run the examples. RHEL 7 does not ship with a Maven package and the only options to obtain such a package are via the Software Collections or the Unsupported server-optional channels.
In the optional channel the only version available is 3.0.5 which will not work.
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireMavenVersion failed with message:
Detected Maven Version: 3.0.5 is not in the allowed range 3.1.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.993s
[INFO] Finished at: Fri Oct 21 13:06:33 EDT 2016
[INFO] Final Memory: 10M/225M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.4:enforce (enforce-maven) on project jms-examples: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]
A couple of questions here to answer:
1. Do customers with A-MQ 7 entitlements also have access to Software Collections. We must verify this, https://access.redhat.com/solutions/472793. It may be that with a paid subscription that you do.
2. Document that you must enable Software Collections in order to install the correct version of Maven.
If the software collections are not enabled the provided command will fail or if optional is enabled the incorrect version will be installed.
- relates to
-
AMQDOC-2162 Installation: Update Broker Installation info in chapter 2
- Closed