POM validation, is there any reason why project.xml is validated using pom:validate rather than adding a DOCTYPE element to the project.xml? So allowing my xml editor to worry about the validity of my project.xml.
I tried adding this
<!DOCTYPE web-app PUBLIC "maven-project" "maven-project.xsd">
with maven-project.xsd in the same dir as the project.xml. This didn't work, but I'm assuming this is due to me knowing very little about xml, rather than something wrong with the xsd.
thanks Nathan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
