mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
e744621054
However, this doesn't mean that I don't think that rule is stupid. Because it is. git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@393566 13f79535-47bb-0310-9956-ffa450edef68
177 lines
7.0 KiB
XML
177 lines
7.0 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>
|
|
<repositories>
|
|
<repository>
|
|
<id>snapshots-maven-codehaus</id>
|
|
<name>snapshots-maven-codehaus</name>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
<updatePolicy>always</updatePolicy>
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
</snapshots>
|
|
<releases>
|
|
<enabled>false</enabled>
|
|
</releases>
|
|
<url>http://snapshots.maven.codehaus.org/maven2</url>
|
|
</repository>
|
|
<repository>
|
|
<id>apache</id>
|
|
<name>apache</name>
|
|
<layout>legacy</layout>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
<updatePolicy>always</updatePolicy>
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
</snapshots>
|
|
<releases>
|
|
<enabled>false</enabled>
|
|
</releases>
|
|
<url>http://cvs.apache.org/repository</url>
|
|
</repository>
|
|
<repository>
|
|
<id>opensymphony</id>
|
|
<name>opensymphony</name>
|
|
<layout>legacy</layout>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
<updatePolicy>always</updatePolicy>
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
</snapshots>
|
|
<releases>
|
|
<enabled>false</enabled>
|
|
</releases>
|
|
<url>http://maven.opensymphony.com</url>
|
|
</repository>
|
|
</repositories>
|
|
<profiles>
|
|
<profile>
|
|
<id>thirdparty</id>
|
|
<modules>
|
|
<module>thirdparty</module>
|
|
<module>uber</module>
|
|
</modules>
|
|
</profile>
|
|
<profile>
|
|
<activation>
|
|
<jdk>1.4</jdk>
|
|
</activation>
|
|
<dependencies>
|
|
<!-- should have the org.w3c.dom dependency here -->
|
|
</dependencies>
|
|
</profile>
|
|
</profiles>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-idea-plugin</artifactId>
|
|
<configuration>
|
|
<jdkName>1.4</jdkName>
|
|
<exclude>target,test-output,.clover</exclude>
|
|
<useShortDependencyNames>true</useShortDependencyNames>
|
|
<libraries>
|
|
<library>
|
|
<name>xwork</name>
|
|
<sources>file://$xwork$/src/java</sources>
|
|
</library>
|
|
<library>
|
|
<name>xwork-tiger</name>
|
|
<sources>file://$xwork$/tiger/src/java</sources>
|
|
</library>
|
|
</libraries>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<configuration>
|
|
<source>1.4</source>
|
|
<target>1.4</target>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<configuration>
|
|
<includes>
|
|
<include>**/*Test.java</include>
|
|
</includes>
|
|
<excludes>
|
|
<exclude>**/TestBean.java</exclude>
|
|
</excludes>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
<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>
|