<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/maven-v4_0_0.xsd">
-----Original Message----- From: Trevor Harmon [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2008 9:49 AM To: Maven Users List Subject: Validate POM The Maven 1.x documentation describes a way to validate a POM file: http://maven.apache.org/maven-1.x/plugins/pom/validation.html This uses the XML schema to determine whether the POM is well-formed. However, the "pom" plugin apparently no longer exists in Maven 2.x. In that case, how does one validate a POM file? Trevor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
