2006-04-09 00:41:12 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2007-08-06 19:53:57 +00:00
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
* $Id$
|
|
|
|
|
*
|
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
|
* or more contributor license agreements. See the NOTICE file
|
|
|
|
|
* distributed with this work for additional information
|
|
|
|
|
* regarding copyright ownership. The ASF licenses this file
|
|
|
|
|
* to you under the Apache License, Version 2.0 (the
|
|
|
|
|
* "License"); you may not use this file except in compliance
|
|
|
|
|
* with the License. You may obtain a copy of the License at
|
|
|
|
|
*
|
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
*
|
|
|
|
|
* Unless required by applicable law or agreed to in writing,
|
|
|
|
|
* software distributed under the License is distributed on an
|
|
|
|
|
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
|
* KIND, either express or implied. See the License for the
|
|
|
|
|
* specific language governing permissions and limitations
|
|
|
|
|
* under the License.
|
|
|
|
|
*/
|
|
|
|
|
-->
|
2010-07-17 11:57:54 +00:00
|
|
|
<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">
|
2006-04-09 00:41:12 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<parent>
|
2006-07-02 00:16:06 +00:00
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-apps</artifactId>
|
2018-12-30 14:50:11 +03:30
|
|
|
<version>2.3.37</version>
|
2006-04-09 00:41:12 +00:00
|
|
|
</parent>
|
2013-05-20 07:29:24 +00:00
|
|
|
|
2006-07-02 00:16:06 +00:00
|
|
|
<artifactId>struts2-showcase</artifactId>
|
2006-04-09 00:41:12 +00:00
|
|
|
<packaging>war</packaging>
|
2013-12-31 11:29:15 +00:00
|
|
|
<name>Struts 2 Showcase Webapp</name>
|
2006-11-02 01:54:41 +00:00
|
|
|
|
2006-05-05 17:49:59 +00:00
|
|
|
<profiles>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>hostedqa</id>
|
2006-05-05 20:31:27 +00:00
|
|
|
<properties>
|
|
|
|
|
<resourceId>12</resourceId>
|
|
|
|
|
<suiteId>9</suiteId>
|
|
|
|
|
<clientConfigs>8</clientConfigs>
|
|
|
|
|
<appConfigs>7</appConfigs>
|
|
|
|
|
</properties>
|
2006-05-05 17:49:59 +00:00
|
|
|
</profile>
|
|
|
|
|
</profiles>
|
2006-04-09 00:41:12 +00:00
|
|
|
<dependencies>
|
2007-02-07 13:23:42 +00:00
|
|
|
|
2006-09-24 02:27:41 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
2006-09-27 05:59:22 +00:00
|
|
|
<artifactId>struts2-struts1-plugin</artifactId>
|
2006-09-24 02:27:41 +00:00
|
|
|
</dependency>
|
2007-03-12 04:31:08 +00:00
|
|
|
|
2007-03-04 18:51:30 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-dojo-plugin</artifactId>
|
|
|
|
|
</dependency>
|
2006-09-24 02:27:41 +00:00
|
|
|
|
2006-09-27 06:19:05 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-jsf-plugin</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2006-09-27 06:36:30 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-config-browser-plugin</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2006-09-27 07:31:21 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-sitemesh-plugin</artifactId>
|
|
|
|
|
</dependency>
|
2007-02-07 13:23:42 +00:00
|
|
|
|
2006-09-30 00:52:36 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-tiles-plugin</artifactId>
|
|
|
|
|
</dependency>
|
2006-11-14 02:53:02 +00:00
|
|
|
|
2008-04-12 10:33:33 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-dwr-plugin</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2011-08-09 07:20:09 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-json-plugin</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2007-05-23 14:44:28 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tiles</groupId>
|
|
|
|
|
<artifactId>tiles-jsp</artifactId>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2006-11-19 05:05:14 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
2011-04-26 20:18:52 +00:00
|
|
|
<artifactId>struts2-convention-plugin</artifactId>
|
2006-11-19 05:05:14 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
2006-11-14 02:53:02 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.struts</groupId>
|
|
|
|
|
<artifactId>struts2-spring-plugin</artifactId>
|
|
|
|
|
</dependency>
|
2007-02-07 13:23:42 +00:00
|
|
|
|
2006-04-09 00:41:12 +00:00
|
|
|
<dependency>
|
2010-07-14 20:01:40 +00:00
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
<scope>provided</scope>
|
2006-04-09 00:41:12 +00:00
|
|
|
</dependency>
|
2007-02-07 13:23:42 +00:00
|
|
|
|
2006-10-01 11:02:46 +00:00
|
|
|
<!-- Velocity -->
|
|
|
|
|
<dependency>
|
2007-11-15 20:20:59 +00:00
|
|
|
<groupId>org.apache.velocity</groupId>
|
2006-10-01 11:02:46 +00:00
|
|
|
<artifactId>velocity</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
2007-11-15 20:20:59 +00:00
|
|
|
<groupId>org.apache.velocity</groupId>
|
2006-10-01 11:02:46 +00:00
|
|
|
<artifactId>velocity-tools</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2006-05-06 16:51:26 +00:00
|
|
|
<dependency>
|
2006-05-07 02:32:25 +00:00
|
|
|
<groupId>opensymphony</groupId>
|
|
|
|
|
<artifactId>sitemesh</artifactId>
|
2006-05-06 16:51:26 +00:00
|
|
|
</dependency>
|
2006-12-31 16:10:19 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>uk.ltd.getahead</groupId>
|
|
|
|
|
<artifactId>dwr</artifactId>
|
|
|
|
|
</dependency>
|
2006-05-07 04:48:10 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
|
</dependency>
|
2006-05-08 15:53:37 +00:00
|
|
|
<dependency>
|
2006-12-31 16:10:19 +00:00
|
|
|
<groupId>commons-logging</groupId>
|
2012-10-19 18:49:39 +00:00
|
|
|
<artifactId>commons-logging</artifactId>
|
2006-05-08 15:53:37 +00:00
|
|
|
</dependency>
|
2006-07-23 15:02:22 +00:00
|
|
|
<dependency>
|
2010-07-14 20:01:40 +00:00
|
|
|
<groupId>org.apache.myfaces.core</groupId>
|
|
|
|
|
<artifactId>myfaces-impl</artifactId>
|
|
|
|
|
<version>1.1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.myfaces.core</groupId>
|
|
|
|
|
<artifactId>myfaces-api</artifactId>
|
|
|
|
|
<version>1.1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
|
</dependency>
|
2006-09-11 04:47:47 +00:00
|
|
|
|
2010-07-14 20:01:40 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sourceforge.jwebunit</groupId>
|
|
|
|
|
<artifactId>jwebunit-core</artifactId>
|
|
|
|
|
<version>1.4.1</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-httpclient</groupId>
|
|
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
|
|
<version>3.1</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2008-08-02 02:34:11 +00:00
|
|
|
|
2010-07-14 20:01:40 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sourceforge.jwebunit</groupId>
|
|
|
|
|
<artifactId>jwebunit-htmlunit-plugin</artifactId>
|
|
|
|
|
<version>1.4.1</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>xom</groupId>
|
|
|
|
|
<artifactId>xom</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
2008-08-02 02:34:11 +00:00
|
|
|
|
2006-04-09 00:41:12 +00:00
|
|
|
</dependencies>
|
2007-02-07 13:23:42 +00:00
|
|
|
|
2006-05-06 16:51:26 +00:00
|
|
|
<build>
|
2006-07-23 15:02:22 +00:00
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
2012-10-19 18:49:39 +00:00
|
|
|
<artifactId>jetty-maven-plugin</artifactId>
|
2015-04-18 21:15:48 +02:00
|
|
|
<version>8.1.16.v20140903</version>
|
2006-07-23 15:02:22 +00:00
|
|
|
<configuration>
|
2013-01-20 19:44:55 +00:00
|
|
|
<stopKey>CTRL+C</stopKey>
|
|
|
|
|
<stopPort>8999</stopPort>
|
2012-10-19 18:49:39 +00:00
|
|
|
<systemProperties>
|
|
|
|
|
<systemProperty>
|
|
|
|
|
<name>log4j.configuration</name>
|
|
|
|
|
<value>file:${basedir}/src/main/resources/log4j.properties</value>
|
|
|
|
|
</systemProperty>
|
|
|
|
|
<systemProperty>
|
|
|
|
|
<name>slf4j</name>
|
|
|
|
|
<value>false</value>
|
|
|
|
|
</systemProperty>
|
|
|
|
|
</systemProperties>
|
2006-11-19 05:08:41 +00:00
|
|
|
<scanIntervalSeconds>10</scanIntervalSeconds>
|
2012-10-19 18:49:39 +00:00
|
|
|
<webAppSourceDirectory>${basedir}/src/main/webapp/</webAppSourceDirectory>
|
|
|
|
|
<webAppConfig>
|
|
|
|
|
<contextPath>/struts2-showcase</contextPath>
|
|
|
|
|
<descriptor>${basedir}/src/main/webapp/WEB-INF/web.xml</descriptor>
|
|
|
|
|
</webAppConfig>
|
2006-07-23 15:02:22 +00:00
|
|
|
</configuration>
|
|
|
|
|
<dependencies>
|
2006-09-30 23:26:04 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
|
<artifactId>log4j</artifactId>
|
2013-01-20 19:57:56 +00:00
|
|
|
<version>1.2.17</version>
|
2010-07-14 20:01:40 +00:00
|
|
|
</dependency>
|
2006-07-23 15:02:22 +00:00
|
|
|
</dependencies>
|
|
|
|
|
</plugin>
|
2012-10-19 18:49:39 +00:00
|
|
|
|
2008-08-02 02:34:11 +00:00
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>it/**</exclude>
|
|
|
|
|
<exclude>**/*$*</exclude>
|
|
|
|
|
</excludes>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2006-07-23 15:02:22 +00:00
|
|
|
</plugins>
|
2008-08-02 02:34:11 +00:00
|
|
|
|
|
|
|
|
<resources>
|
|
|
|
|
<!-- Include resources under src/main/java in WEB-INF/classes -->
|
|
|
|
|
<resource>
|
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
|
</resource>
|
|
|
|
|
<resource>
|
|
|
|
|
<directory>src/main/java</directory>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/*.java</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</resource>
|
|
|
|
|
</resources>
|
2006-10-01 11:02:46 +00:00
|
|
|
|
2006-05-06 16:51:26 +00:00
|
|
|
</build>
|
2013-10-23 10:56:53 +00:00
|
|
|
<properties>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
</properties>
|
2006-04-09 00:41:12 +00:00
|
|
|
</project>
|