Correction, in my case I was using cas-server-support-actions-aup-ldap which had the same maven dependency problem as cas-server-support-actions-aup-webflow.
On Tuesday, May 30, 2017 at 5:35:17 AM UTC-7, Duane Booher wrote: > > I also had this same problem. I was able to work around this (for now) by > building https://github.com/apereo/cas.git w/ tag v5.0.5 and then pull in > cas-server-support-actions-aup-webflow into the cas overlay using mvn a > dependency with scope=system. This got me to the next step of testing with > my ldap attribute. > > On Tuesday, April 25, 2017 at 2:32:51 PM UTC-7, Tj Krause wrote: >> >> Hi, we have an issue which looks to be a bug. Has anyone else had this? >> >> When building CAS with Acceptable Use Policy LDAP support it hangs up on >> downloading the dependencies. We are using the following code in our Maven >> pom.xml >> >> <dependency> >> <groupId>org.apereo.cas</groupId> >> <artifactId>cas-server-support-actions-aup-webflow</artifactId> >> <version>${cas.version}</version></dependency> >> >> >> Log file: >> >> [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] >> ------------------------------------------------------------------------ >> Downloading: >> http://oss.sonatype.org/content/repositories/releases/org/apereo/cas/cas-server-webapp-actions-aup-ldap/5.0.5/cas-server-webapp-actions-aup-ldap-5.0.5.pom >> Downloading: >> https://build.shibboleth.net/nexus/content/repositories/releases/org/apereo/cas/cas-server-webapp-actions-aup-ldap/5.0.5/cas-server-webapp-actions-aup-ldap-5.0.5.pom >> Downloading: >> https://repo.spring.io/milestone/org/apereo/cas/cas-server-webapp-actions-aup-ldap/5.0.5/cas-server-webapp-actions-aup-ldap-5.0.5.pom >> Downloading: >> https://repo.maven.apache.org/maven2/org/apereo/cas/cas-server-webapp-actions-aup-ldap/5.0.5/cas-server-webapp-actions-aup-ldap-5.0.5.pom >> [WARNING] The POM for >> org.apereo.cas:cas-server-webapp-actions-aup-ldap:jar:5.0.5 is missing, no >> dependency information available >> Downloading: >> http://oss.sonatype.org/content/repositories/releases/org/apereo/cas/cas-server-webapp-actions-aup-ldap/5.0.5/cas-server-webapp-actions-aup-ldap-5.0.5.jar >> Downloading: >> https://build.shibboleth.net/nexus/content/repositories/releases/org/apereo/cas/cas-server-webapp-actions-aup-ldap/5.0.5/cas-server-webapp-actions-aup-ldap-5.0.5.jar >> Downloading: >> https://repo.spring.io/milestone/org/apereo/cas/cas-server-webapp-actions-aup-ldap/5.0.5/cas-server-webapp-actions-aup-ldap-5.0.5.jar >> Downloading: >> https://repo.maven.apache.org/maven2/org/apereo/cas/cas-server-webapp-actions-aup-ldap/5.0.5/cas-server-webapp-actions-aup-ldap-5.0.5.jar >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 3.536 s (Wall Clock) >> [INFO] Finished at: 2017-04-25T12:11:04-07:00 >> [INFO] Final Memory: 28M/1489M >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal on project cas-overlay: Could not resolve >> dependencies for project org.apereo.cas:cas-overlay:war:1.0: Could not find >> artifact org.apereo.cas:cas-server-webapp-actions-aup-ldap:jar:5.0.5 in >> sonatype-releases (http://oss.sonatype.org/content/repositories/releases/) >> -> [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/DependencyResolutionException >> >> -- - 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/3ce872e3-e0d8-422b-a5dd-52a78d2f8931%40apereo.org.
