mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
1d0f8d9592
git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@400382 13f79535-47bb-0310-9956-ffa450edef68
549 lines
19 KiB
XML
549 lines
19 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 2</name>
|
|
<description>
|
|
Struts Action 2 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 Apache Software License, Version 2.0</name>
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
<distribution>repo</distribution>
|
|
<comments/>
|
|
</license>
|
|
</licenses>
|
|
<url>http://struts.apache.org</url>
|
|
<organization>
|
|
<name>Apache Software Foundation</name>
|
|
<url>http://www.apache.org</url>
|
|
</organization>
|
|
|
|
|
|
<scm>
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/action/trunk</connection>
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/action/trunk</developerConnection>
|
|
<url>http://svn.apache.org/viewcvs.cgi/struts/action/trunk</url>
|
|
</scm>
|
|
|
|
<issueManagement>
|
|
<system>JIRA</system>
|
|
<url>http://issues.apache.org/struts/</url>
|
|
</issueManagement>
|
|
|
|
<ciManagement/>
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>apache-maven-test-builds</id>
|
|
<name>Apache Maven Repository (Test Builds)</name>
|
|
<url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
|
|
</repository>
|
|
<site>
|
|
<id>apache-site</id>
|
|
<url>scp://people.apache.org/www/struts.apache.org/struts-action2/</url>
|
|
</site>
|
|
</distributionManagement>
|
|
|
|
|
|
<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-api</module>
|
|
<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>
|
|
</modules>
|
|
</profile>
|
|
<profile>
|
|
<id>all</id>
|
|
<modules>
|
|
<module>uber</module>
|
|
</modules>
|
|
</profile>
|
|
<profile>
|
|
<id>xwork</id>
|
|
<modules>
|
|
<module>../xwork</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.5</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.5</source>
|
|
<target>1.5</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>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.struts.action2</groupId>
|
|
<artifactId>action-api</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.struts.action2</groupId>
|
|
<artifactId>action</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.struts.action2</groupId>
|
|
<version>${project.version}</version>
|
|
<artifactId>action-jasperreports</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.struts.action2</groupId>
|
|
<version>${project.version}</version>
|
|
<artifactId>action-jfreechart</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.struts.action2</groupId>
|
|
<version>${project.version}</version>
|
|
<artifactId>action-pell-file-upload</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>opensymphony</groupId>
|
|
<artifactId>xwork</artifactId>
|
|
<version>1.2-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>freemarker</groupId>
|
|
<artifactId>freemarker</artifactId>
|
|
<version>2.3.4</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>servlet-api</artifactId>
|
|
<version>2.4</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>jsp-api</artifactId>
|
|
<version>2.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<version>1.0.4</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
<version>2.0</version>
|
|
</dependency>
|
|
|
|
<!-- Ajax -->
|
|
<dependency>
|
|
<groupId>uk.ltd.getahead</groupId>
|
|
<artifactId>dwr</artifactId>
|
|
<version>1.1-beta-3</version>
|
|
</dependency>
|
|
|
|
<!-- Velocity -->
|
|
<dependency>
|
|
<groupId>velocity</groupId>
|
|
<artifactId>velocity</artifactId>
|
|
<version>1.4</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>velocity-tools</groupId>
|
|
<artifactId>velocity-tools</artifactId>
|
|
<version>1.1</version>
|
|
</dependency>
|
|
|
|
<!-- File upload -->
|
|
<dependency>
|
|
<groupId>commons-fileupload</groupId>
|
|
<artifactId>commons-fileupload</artifactId>
|
|
<version>1.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>servlets.com</groupId>
|
|
<artifactId>cos</artifactId>
|
|
<version>05Nov2002</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>opensymphony</groupId>
|
|
<artifactId>pell-multipart</artifactId>
|
|
<version>2.1.5</version>
|
|
</dependency>
|
|
|
|
<!-- Sitemesh -->
|
|
<dependency>
|
|
<groupId>opensymphony</groupId>
|
|
<artifactId>sitemesh</artifactId>
|
|
<version>2.2.1</version>
|
|
</dependency>
|
|
|
|
<!-- Quickstart -->
|
|
<dependency>
|
|
<groupId>jetty</groupId>
|
|
<artifactId>org.mortbay.jetty</artifactId>
|
|
<version>5.1.4</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>eclipse</groupId>
|
|
<artifactId>jdtcore</artifactId>
|
|
<version>3.1.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>ant</groupId>
|
|
<artifactId>ant</artifactId>
|
|
<version>1.6.5</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>tomcat</groupId>
|
|
<artifactId>jasper-runtime</artifactId>
|
|
<version>5.5.12</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>tomcat</groupId>
|
|
<artifactId>jasper-compiler</artifactId>
|
|
<version>5.5.12</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>tomcat</groupId>
|
|
<artifactId>jasper-compiler-jdt</artifactId>
|
|
<version>5.5.12</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>commons-el</groupId>
|
|
<artifactId>commons-el</artifactId>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>commons-io</groupId>
|
|
<artifactId>commons-io</artifactId>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
<version>2.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>jspapi</groupId>
|
|
<artifactId>jsp-api</artifactId>
|
|
<version>2.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>commons-collections</groupId>
|
|
<artifactId>commons-collections</artifactId>
|
|
<version>2.1.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>xstream</groupId>
|
|
<artifactId>xstream</artifactId>
|
|
<version>1.1.2</version>
|
|
</dependency>
|
|
|
|
<!-- Tiles -->
|
|
<dependency>
|
|
<groupId>org.apache.struts.tiles</groupId>
|
|
<artifactId>tiles-core</artifactId>
|
|
<version>0.2-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-digester</groupId>
|
|
<artifactId>commons-digester</artifactId>
|
|
<version>1.7</version>
|
|
</dependency>
|
|
|
|
<!-- Portlet -->
|
|
<dependency>
|
|
<groupId>portlet-api</groupId>
|
|
<artifactId>portlet-api</artifactId>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.pluto</groupId>
|
|
<artifactId>pluto</artifactId>
|
|
<version>1.0.1-rc4</version>
|
|
</dependency>
|
|
|
|
<!-- Plexus -->
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-container-default</artifactId>
|
|
<version>1.0-alpha-10-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Spring -->
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-beans</artifactId>
|
|
<version>1.2.6</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-core</artifactId>
|
|
<version>1.2.6</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-context</artifactId>
|
|
<version>1.2.6</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-web</artifactId>
|
|
<version>1.2.6</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-mock</artifactId>
|
|
<version>1.2.6</version>
|
|
</dependency>
|
|
|
|
<!-- Test dependencies -->
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>3.8.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>jmock</groupId>
|
|
<artifactId>jmock</artifactId>
|
|
<version>1.0.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>easymock</groupId>
|
|
<artifactId>easymock</artifactId>
|
|
<version>2.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>easymock</groupId>
|
|
<artifactId>easymockclassextension</artifactId>
|
|
<version>1.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>jmock</groupId>
|
|
<artifactId>jmock-cglib</artifactId>
|
|
<version>1.0.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>mockobjects</groupId>
|
|
<artifactId>mockobjects-core</artifactId>
|
|
<version>0.09</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>mockobjects</groupId>
|
|
<artifactId>mockobjects-jdk1.3</artifactId>
|
|
<version>0.09</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>mockobjects</groupId>
|
|
<artifactId>mockobjects-alt-jdk1.3</artifactId>
|
|
<version>0.09</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>mockobjects</groupId>
|
|
<artifactId>mockobjects-alt-jdk1.3-j2ee1.3</artifactId>
|
|
<version>0.09</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>mockobjects</groupId>
|
|
<artifactId>mockobjects-jdk1.3-j2ee1.3</artifactId>
|
|
<version>0.09</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
<version>1.2.9</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>jasperreports</groupId>
|
|
<artifactId>jasperreports</artifactId>
|
|
<version>1.1.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>jasperreports</groupId>
|
|
<artifactId>jasperreports</artifactId>
|
|
<version>1.1.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>jfree</groupId>
|
|
<artifactId>jfreechart</artifactId>
|
|
<version>1.0.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>opensymphony</groupId>
|
|
<artifactId>pell-multipart</artifactId>
|
|
<version>2.1.5</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>cewolf</groupId>
|
|
<artifactId>cewolf</artifactId>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
</project>
|