mirror of
https://github.com/apache/struts.git
synced 2026-08-31 03:14:28 +00:00
26a9473fa4
- added maven archetype for saf2 git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@416415 13f79535-47bb-0310-9956-ffa450edef68
10 lines
270 B
XML
10 lines
270 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.struts.action2</groupId>
|
|
<artifactId>saf2-archetype-quickstart</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<packaging>maven-plugin</packaging>
|
|
</project>
|