mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
23380d8728
WW-1305 git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@400415 13f79535-47bb-0310-9956-ffa450edef68
208 lines
7.6 KiB
XML
208 lines
7.6 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>core</module>
|
|
<module>thirdparty</module>
|
|
<module>apps</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>
|
|
|
|
</project>
|