There is a wiki display issue on the page 
https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method

The example pom if you edit the page is:
<project xmlns="http://maven.apache.org/POM/4.0.0";
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

if you view the page it's showing as:
<project xmlns="http://maven.apache.org/POM/4.0.0";
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 >

Notice the schema is wrong the xsd url is missing as well as the final quote. 
Was helping a new deployer and they copied the example pom right from the site 
and got an error. I was going to just add the missing quote until I saw it was 
a larger issue, I'm not a heavy wiki editor so I'm not sure what needs to be 
done so the wiki doesn't display the code incorrectly.


-Andrew


-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to