blob: abd5c3a40438b4f089897f57d44076b63e2791da [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>coding_actions</artifactId>
<name>Coding Struts 2 Action</name>
<description>Struts 2 example application for the Getting
Started coding Struts 2 actions</description>
<build>
<finalName>coding_actions</finalName>
</build>
<packaging>war</packaging>
</project>