Files
struts/pom.xml
T
Patrick Lightbody e82758a961 complete maven build
all tests pass now


git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@392647 13f79535-47bb-0310-9956-ffa450edef68
2006-04-09 00:41:12 +00:00

76 lines
3.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.struts.action2</groupId>
<version>2.0-SNAPSHOT</version>
<artifactId>project</artifactId>
<packaging>pom</packaging>
<name>Struts Action Framework 2.0 Project</name>
<description>
WebWork is a Java web-application development framework.
It is built specifically with developer productivity and
code simplicity in mind, providing robust support for building
reusable UI templates, such as form controls, UI themes,
internationalization, dynamic form parameter mapping to JavaBeans,
robust client and server side validation, and much more.
</description>
<licenses>
<license>
<name>The OpenSymphony Software License 1.1</name>
<url>http://opensymphony.com/webwork/license.action</url>
<comments>
This license is derived and fully compatible with the Apache Software
License - see http://www.apache.org/LICENSE.txt
</comments>
</license>
</licenses>
<url>http://www.opensymphony.com/webwork/</url>
<organization>
<name>OpenSymphony</name>
<url>http://www.opensymphony.com/</url>
</organization>
<issueManagement>
<system>JIRA</system>
<url>http://jira.opensymphony.com/browse/WW</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>WebWork users list</name>
<post>mailto:users@webwork.dev.java.net</post>
<subscribe>https://webwork.dev.java.net/servlets/ProjectMailingListList</subscribe>
<archive>https://webwork.dev.java.net/servlets/SummarizeList?listName=users</archive>
<otherArchives>
<otherArchive>http://forums.opensymphony.com/forum.jspa?forumID=1</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>WebWork developers list</name>
<post>mailto:dev@webwork.dev.java.net</post>
<subscribe>https://webwork.dev.java.net/servlets/ProjectMailingListList</subscribe>
<archive>https://webwork.dev.java.net/servlets/SummarizeList?listName=dev</archive>
<otherArchives>
<otherArchive>http://forums.opensymphony.com/forum.jspa?forumID=32</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>WebWork cvs commit list</name>
<post>mailto:cvs@webwork.dev.java.net</post>
<subscribe>https://webwork.dev.java.net/servlets/ProjectMailingListList</subscribe>
<archive>https://webwork.dev.java.net/servlets/SummarizeList?listName=cvs</archive>
<otherArchives>
<otherArchive>http://forums.opensymphony.com/forum.jspa?forumID=9</otherArchive>
</otherArchives>
</mailingList>
</mailingLists>
<modules>
<module>action</module>
<module>webapps</module>
</modules>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/webwork2/trunk/</connection>
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/webwork2/trunk/</developerConnection>
<url>http://svn.apache.org/repos/asf/incubator/webwork2/trunk/</url>
</scm>
</project>