|
When I run the QS Tool against the current JBoss EAP 7 quickstarts, I see this error:
[INFO] Running Checker: ValidXMLSchemaChecker [INFO] --> This Checker can take several minutes to run [INFO] Validating src/main/webapp/WEB-INF/beans.xml [INFO] Validating pom.xml [WARNING] It was not possible to contact the repository at http://maven.apache.org/maven-v4_0_0.xsd . Cause hostname in certificate didn't match: <maven.apache.org> != <.openoffice.org> OR <.openoffice.org> OR <openoffice.org> [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.258 s [INFO] Finished at: 2016-02-24T13:27:15-05:00 [INFO] Final Memory: 26M/296M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.jboss.maven.plugins:qstools:1.6.2.Final:check (default-cli) on project jboss-helloworld: An error has occurred in Quickstarts Checker Report report generation. java.lang.RuntimeException: java.io.IOException: javax.net.ssl.SSLException: hostname in certificate didn't match: <maven.apache.org> != <.openoffice.org> OR <.openoffice.org> OR <openoffice.org> -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
The quickstarts are in the 7.0.x-develop branch here: https://github.com/jboss-developer/jboss-eap-quickstarts/
|