blob: f3ecfcb47451cc6267cfbb3624116fc37be433d7 [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>debugging_struts</artifactId>
<name>Debugging Struts</name>
<description>Exception handling example application for the
Struts 2 getting started tutorials</description>
<packaging>war</packaging>
<dependencies>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-config-browser-plugin</artifactId>
<version>${struts2.version}</version>
</dependency>
</dependencies>
<build>
<finalName>debugging_struts</finalName>
</build>
</project>