blob: bea5a1523cc0e5d1877ac54143c86034d3b2d5bb [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
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.
-->
<!-- -*- coding: mule-utf-8-unix; -*- -->
<project>
<extend>${basedir}/../project.xml</extend>
<pomVersion>3</pomVersion>
<name>Fulcrum OSWorkflow Example Webapp</name>
<id>fulcrum-osworkflow-example</id>
<package>org.apache.fulcrum.osworkflow.example</package>
<shortDescription>An example application implementing workflow.</shortDescription>
<description>This is a small example application using the Turbine framework with the Fulcrum OSWorkflow component. The engine underneath
is provided by OpenSymphony's OSWorkflow project.</description>
<developers>
<developer>
<name>Eric Pugh</name>
<id>epugh</id>
<email>epugh@upstate.com</email>
<organization/>
</developer>
</developers>
<contributors>
<contributor>
<name>Youngho Cho</name>
<email>youngho@nannet.co.kr</email>
</contributor>
<contributor>
<name>Tim Müller-Seydlitz</name>
<email>tms@nagler-company.com</email>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>turbine</groupId>
<artifactId>turbine</artifactId>
<version>2.3.2</version>
<url>http://jakarta.apache.org/turbine/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>fulcrum</groupId>
<artifactId>fulcrum-osworkflow</artifactId>
<version>1.0.1</version>
<url>http://turbine.apache.org/fulcrum/fulcrum-osworkflow/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>osworkflow</artifactId>
<version>2.7.0</version>
<url>http://www.opensymphony.com/osworkflow</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>oscore</artifactId>
<version>2.2.4</version>
<url>http://www.opensymphony.com/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>propertyset</artifactId>
<version>1.3</version>
<url>http://www.opensymphony.com/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<!--dependency>
<groupId>opensymphony</groupId>
<artifactId>osuser</artifactId>
<version>1.0-dev</version>
<url>http://www.opensymphony.com/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency-->
<dependency>
<groupId>taglibs</groupId>
<artifactId>taglibs-response</artifactId>
<version>1.0.1</version>
<url>http://jakarta.apache.org/taglibs/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>bsh</groupId>
<artifactId>bsh</artifactId>
<version>1.2b7</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>bsf</groupId>
<artifactId>bsf</artifactId>
<version>2.3.0</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<!-- Boilerplate Turbine Dependency List -->
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
<url>http://commons.apache.org/beanutils/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
<url>http://commons.apache.org/codec/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.1</version>
<url>http://commons.apache.org/collections/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<version>1.2</version>
<url>http://commons.apache.org/configuration/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>1.5</version>
<url>http://commons.apache.org/digester/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-email</groupId>
<artifactId>commons-email</artifactId>
<version>1.0</version>
<url>http://commons.apache.org/email/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.2</version>
<url>http://commons.apache.org/fileupload/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
<url>http://commons.apache.org/lang/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<url>http://commons.apache.org/logging/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.3</version>
<url>http://commons.apache.org/pool/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<url>http://www.dom4j.org/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>ecs</groupId>
<artifactId>ecs</artifactId>
<version>1.4.2</version>
<url>http://jakarta.apache.org/ecs/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>excalibur-component</groupId>
<artifactId>excalibur-component</artifactId>
<version>2.1</version>
<url>http://excalibur.apache.org/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>excalibur-instrument</groupId>
<artifactId>excalibur-instrument-api</artifactId>
<version>2.1</version>
<url>http://excalibur.apache.org/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>excalibur-logger</groupId>
<artifactId>excalibur-logger</artifactId>
<version>2.1</version>
<url>http://excalibur.apache.org/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>excalibur-pool</groupId>
<artifactId>excalibur-pool-api</artifactId>
<version>2.1</version>
<url>http://excalibur.apache.org/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>fulcrum</groupId>
<artifactId>fulcrum-localization</artifactId>
<version>1.0.6-dev</version>
<url>http://turbine.apache.org/fulcrum/fulcrum-localization/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.0.2</version>
<url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.3.3</version>
<url>http://java.sun.com/products/javamail/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<!-- Maybe not needed?
<dependency>
<groupId>jdbc</groupId>
<artifactId>jdbc</artifactId>
<version>2.0</version>
<url>http://java.sun.com/products/jdbc/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>jndi</groupId>
<artifactId>jndi</artifactId>
<version>1.2.1</version>
<url>http://java.sun.com/products/jndi/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
-->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
<url>http://logging.apache.org/log4j/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>avalon-logkit</groupId>
<artifactId>avalon-logkit</artifactId>
<version>2.1</version>
<url>http://excalibur.apache.org/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
<version>2.3</version>
<url>http://java.sun.com/products/servlet/</url>
</dependency>
<dependency>
<groupId>stratum</groupId>
<artifactId>stratum</artifactId>
<version>1.0</version>
<url>http://turbine.apache.org/stratum/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>torque</groupId>
<artifactId>torque</artifactId>
<version>3.2</version>
<url>http://db.apache.org/torque/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.4</version>
<url>http://velocity.apache.org/engine/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>village</groupId>
<artifactId>village</artifactId>
<version>2.0</version>
<url>http://share.whichever.com/index.php?SCREEN=village</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.5.1</version>
<url>http://xml.apache.org/xalan-j/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>
<version>2.3.0</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
</unitTest>
</build>
<reports>
<report>maven-jdepend-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-changes-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-javadoc-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-pmd-plugin</report>
<!-- maven site-all chokes on these.
<report>maven-linkcheck-plugin</report>
<report>maven-checkstyle-plugin</report>
<report>maven-tasklist-plugin</report>
-->
</reports>
</project>