Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[11:14:16 CDT(-0500)] <kickehy> here's a helpful hint for a windows CA box, make sure you don't select Enterprise CA (as long as you're not publishing to AD) and make sure to select Standalone CA
[14:49:40 CDT(-0500)] <foxnesn1> hello, i successfully installed and have running CAS relying on the "best practices" walkthrough
[14:50:02 CDT(-0500)] <foxnesn1> i am now attempting to replace th default auth
[14:50:48 CDT(-0500)] <foxnesn1> i followed the instructiont to edit the pom.xml file in the workspace/local-cas dir
[14:51:15 CDT(-0500)] <foxnesn1> and grabbed the deployerConfigContext.xml file and edited that as well
[14:51:26 CDT(-0500)] <foxnesn1> but on build i received Access denied to: http://repository.jboss.com/maven2/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom -> [Help 1]
[14:58:41 CDT(-0500)] <wgthom> welcome to maven. (smile)
[14:58:42 CDT(-0500)] <serac> That's likely a transient build error.
[14:58:48 CDT(-0500)] <serac> The JBoss repos are a mess.
[14:59:08 CDT(-0500)] <foxnesn1> oh anyway around the problem?
[14:59:14 CDT(-0500)] <foxnesn1> i dont mind getting my hands dirty
[14:59:20 CDT(-0500)] <serac> Best bet is to download the opensaml 1.1b artifact and manually install into your local maven repo via installFile goal.
[14:59:31 CDT(-0500)] <serac> http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html
[14:59:55 CDT(-0500)] <serac> See Examples on left-hand side.
[15:00:00 CDT(-0500)] <serac> That's best guide IMO.