blob: 4f75e55979b3f8b3c076744815847e36f3c60ee4 [file] [log] [blame]
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>struts.apache.org</groupId>
<artifactId>struts2examples</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>form_xml_validation</artifactId>
<name>form_xml_validation</name>
<description>Form XML validation example application for the
Struts 2 getting started tutorials</description>
<packaging>war</packaging>
<build>
<finalName>form_xml_validation</finalName>
</build>
</project>