I am attempting to install the CAS Services Management webapp for the first time on a new CAS 5.1.x test server. The maven build is failing.
Here are my steps: 1. git clone https://github.com/apereo/cas-services-management-overlay.git 2. cd cas-services-management-overlay 3. git checkout 4. ./build.sh package The build fails with the following error: ERROR] Failed to execute goal com.github.s4u.plugins:pgpverify-maven-plugin:1.1.0:check (default) on project cas-overlay: Connection refused (Connection refused) -> [Help 1] I am not sure what to make of this error. Do I need to make some changes in pom.xml prior to building? Here is the result from my build: ----BEGIN RESULTS---- [INFO] Scanning for projects... [INFO] [INFO] Using the MultiThreadedBuilder implementation with a thread count of 5 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building cas-overlay 1.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cas-overlay --- [INFO] [INFO] --- pgpverify-maven-plugin:1.1.0:check (default) @ cas-overlay --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.756 s (Wall Clock) [INFO] Finished at: 2017-07-11T17:14:38-04:00 [INFO] Final Memory: 14M/212M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.s4u.plugins:pgpverify-maven-plugin:1.1.0:check (default) on project cas-overlay: Connection refused (Connection refused) -> [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/MojoFailureException Creating configuration directory under /etc/cas Copying configuration files from etc/cas to /etc/cas ‘etc/cas/config/log4j2-management.xml’ -> ‘/etc/cas/config/log4j2-management.xml’ ‘etc/cas/config/management.properties’ -> ‘/etc/cas/config/management.properties’ ‘etc/cas/config/users.properties’ -> ‘/etc/cas/config/users.properties’ ----END RESULTS---- Thanks in advance for your assistance. -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/c49a20d4-2ec0-4aa4-ba89-696cc5dddcfc%40apereo.org.
