Author: seade Date: Sat May 19 05:45:06 2007 New Revision: 539741 URL: http://svn.apache.org/viewvc?view=rev&rev=539741 Log: A maven 2 pom for execution only, not building - try it out. This was based on the 2.3.2 version found maven 2 repository.
Added: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml Added: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml?view=auto&rev=539741 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml (added) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/pom.xml Sat May 19 05:45:06 2007 @@ -0,0 +1,860 @@ +<?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. + +--> + +<!-- +Note: While this pom includes many of the elements required in order to build +the project, maven 1 is the only supported build system for turbine. + +This pom is provided to make it easier for projects built with maven 2 to use +turbine. +--> + +<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> + <parent> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>3</version> + </parent> + <groupId>org.apache.turbine</groupId> + <artifactId>turbine</artifactId> + <name>jakarta-turbine-2</name> + <version>2.3.3-dev</version> + <description>Turbine is a servlet based framework that allows experienced Java + developers to quickly build secure web applications. Parts of Turbine + can also be used independently of the web portion of Turbine as + well. In other words, we strive to make portions of Turbine easily + available for use in other applications.</description> + <url>http://jakarta.apache.org/turbine/turbine/development/turbine-2.3/</url> + <issueManagement> + <url>http://issues.apache.org/jira/browse/TRB</url> + </issueManagement> + <inceptionYear>2000</inceptionYear> + <mailingLists> + <mailingList> + <name>Turbine User List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/jakarta-turbine-user/</archive> + </mailingList> + <mailingList> + <name>Turbine Developer List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/jakarta-turbine-dev/</archive> + </mailingList> + </mailingLists> + <developers> + <developer> + <id>brekke</id> + <name>Jeff Brekke</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </developer> + <developer> + <id>daveb</id> + <name>Dave Bryson</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </developer> + <developer> + <id>burton</id> + <name>Kevin A. Burton</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </developer> + <developer> + <id>dobbs</id> + <name>Eric Dobbs</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </developer> + <developer> + <id>seade</id> + <name>Scott Eade</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization>Backstage Technologies Pty. Ltd.</organization> + <timezone/> + </developer> + <developer> + <id>fedor</id> + <name>Fedor Karpelevitch</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </developer> + <developer> + <id>legassick</id> + <name>Sean Legassick</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </developer> + <developer> + <id>jmcnally</id> + <name>John McNally</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization>CollabNet, Inc.</organization> + <timezone/> + </developer> + <developer> + <id>quintonm</id> + <name>Quinton McCombs</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization>NEqualsOne</organization> + <roles> + <role>Java Developer</role> + </roles> + <timezone/> + </developer> + <developer> + <id>mpoeschl</id> + <name>Martin Poeschl</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization>tucana.at</organization> + <timezone/> + </developer> + <developer> + <id>epugh</id> + <name>Eric Pugh</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </developer> + <developer> + <id>dlr</id> + <name>Daniel Rall</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization>CollabNet, Inc.</organization> + <timezone/> + </developer> + <developer> + <id>henning</id> + <name>Henning P. Schmiedehausen</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization>INTERMETA - Gesellschaft fuer Mehrwertdienste mbH</organization> + <roles> + <role>Java Developer</role> + </roles> + <timezone>2</timezone> + </developer> + <developer> + <id>kschrader</id> + <name>Kurt Schrader</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization>University of Michigan</organization> + <timezone/> + </developer> + <developer> + <id>jon</id> + <name>Jon Scott Stevens</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization>CollabNet, Inc.</organization> + <timezone/> + </developer> + </developers> + <contributors> + <contributor> + <name>Gary Bartlett</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Youngho Cho</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Frank Conradie</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Gonzalo A. Diethelm</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>David Duddleston</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Christopher Elkins</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>M. Sean Gilligan</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Jian He</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Humberto Hernandez</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Nissim Karpenstein</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Rafal Krzewski</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Chris Kimpton</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Brian Lawler</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Josh Lucas</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Carl Ludwig</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Jonas Mauras</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Brett McLaughlin</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Leon Messerschmidt</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Chris Meyer</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Steven Nagy</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Kasper Nielsen</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Paul O'Leary</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Giacomo Pati</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Mark Porter</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Jeff Prickett</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Ilkka Priha</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Cameron Riley</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Greg Ritter</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Ingo Schuster</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Costas Stergiou</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>George Stewart</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Ralf Stranzenbach</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Hakan Tandogan</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Scott C. Tavares</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>John Thorhauer</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Magn??s ????r Torfason</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Thomas Vandahl</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + <contributor> + <name>Scott Weaver</name> + <email>[EMAIL PROTECTED]</email> + <url/> + <organization/> + <timezone/> + </contributor> + </contributors> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> + <comments/> + </license> + </licenses> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/turbine/branches/TURBINE_2_3_BRANCH</developerConnection> + <url>http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/</url> + </scm> + <organization> + <name>Apache Software Foundation</name> + <url>http://jakarta.apache.org/</url> + </organization> + <build> + <sourceDirectory>target/src</sourceDirectory> + <testSourceDirectory>src/test</testSourceDirectory> + <testResources> + <testResource> + <targetPath/> + <directory>conf/test</directory> + <includes> + <include>commons-logging.properties</include> + </includes> + </testResource> + </testResources> + <plugins> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <includes> + <include>**/*Test.java</include> + <include>**/Test*.java</include> + </includes> + <excludes> + <exclude>**/test/*.java</exclude> + </excludes> + </configuration> + </plugin> +<!-- <plugin>--> +<!-- <groupId>org.apache.torque</groupId>--> +<!-- <artifactId>maven-torque-plugin</artifactId>--> +<!-- <version>3.3</version>--> +<!-- <configuration/>--> +<!-- </plugin>--> + <plugin> + <groupId>torque</groupId> + <artifactId>maven-torque-plugin</artifactId> + <version>3.2</version> + <configuration/> + </plugin> + <plugin> + <artifactId>maven-ant-plugin</artifactId> + <version>1.9</version> + <configuration/> + </plugin> + <plugin> + <artifactId>maven-artifact-plugin</artifactId> + <version>1.5.2</version> + <configuration/> + </plugin> + <plugin> + <artifactId>maven-changelog-plugin</artifactId> + <version>1.8.2</version> + <configuration/> + </plugin> + <plugin> + <artifactId>maven-developer-activity-plugin</artifactId> + <version>1.5.2</version> + <configuration/> + </plugin> + <plugin> + <artifactId>maven-file-activity-plugin</artifactId> + <version>1.5.2</version> + <configuration/> + </plugin> + <plugin> + <groupId>maven-plugins</groupId> + <artifactId>maven-findbugs-plugin</artifactId> + <version>0.9.2</version> + <configuration/> + </plugin> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <version>1.7</version> + <configuration/> + </plugin> + <plugin> + <artifactId>maven-plugin-plugin</artifactId> + <version>1.6</version> + <configuration/> + </plugin> + <plugin> + <artifactId>maven-scm-plugin</artifactId> + <version>1.5</version> + <configuration/> + </plugin> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <version>1.6.1</version> + <configuration/> + </plugin> + <plugin> + <artifactId>maven-tasklist-plugin</artifactId> + <version>2.4</version> + <configuration/> + </plugin> + <plugin> + <artifactId>maven-xdoc-plugin</artifactId> + <version>1.9.2</version> + <configuration/> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>avalon-framework</groupId> + <artifactId>avalon-framework-api</artifactId> + <version>4.3</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>avalon-framework</groupId> + <artifactId>avalon-framework-impl</artifactId> + <version>4.3</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>avalon-logkit</groupId> + <artifactId>avalon-logkit</artifactId> + <version>2.1</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils-core</artifactId> + <version>1.7.0</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.3</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-configuration</groupId> + <artifactId>commons-configuration</artifactId> + <version>1.4</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-digester</groupId> + <artifactId>commons-digester</artifactId> + <version>1.8</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-email</groupId> + <artifactId>commons-email</artifactId> + <version>1.0</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>1.2</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>1.3.1</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.3</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.1</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-pool</groupId> + <artifactId>commons-pool</artifactId> + <version>1.3</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>cryptix</groupId> + <artifactId>cryptix</artifactId> + <version>3.2.0</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>1.6.1</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>ecs</groupId> + <artifactId>ecs</artifactId> + <version>1.4.2</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>fulcrum</groupId> + <artifactId>fulcrum-yaafi</artifactId> + <version>1.0.4</version> + <type>jar</type> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>excalibur-component</groupId> + <artifactId>excalibur-component</artifactId> + <version>2.1</version> + <type>jar</type> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>excalibur-instrument</groupId> + <artifactId>excalibur-instrument-api</artifactId> + <version>2.1</version> + <type>jar</type> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>excalibur-logger</groupId> + <artifactId>excalibur-logger</artifactId> + <version>2.1</version> + <type>jar</type> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>excalibur-pool</groupId> + <artifactId>excalibur-pool-api</artifactId> + <version>2.1</version> + <type>jar</type> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>javax.activation</groupId> + <artifactId>activation</artifactId> + <version>1.0.2</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>javax.mail</groupId> + <artifactId>mail</artifactId> + <version>1.3.3</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>oro</groupId> + <artifactId>oro</artifactId> + <version>2.0.8</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>jython</groupId> + <artifactId>jython</artifactId> + <version>2.1</version> + <type>jar</type> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>com.metaparadigm</groupId> + <artifactId>json-rpc</artifactId> + <version>1.0</version> + <type>jar</type> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.14</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>servletapi</groupId> + <artifactId>servletapi</artifactId> + <version>2.3</version> + <type>jar</type> + <scope>compile</scope> + </dependency> +<!-- <dependency>--> +<!-- <groupId>org.apache.torque</groupId>--> +<!-- <artifactId>runtime</artifactId>--> +<!-- <version>3.3</version>--> +<!-- <type>jar</type>--> +<!-- <scope>compile</scope>--> +<!-- </dependency>--> + <dependency> + <groupId>torque</groupId> + <artifactId>torque</artifactId> + <version>3.2</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.velocity</groupId> + <artifactId>velocity</artifactId> + <version>1.5</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>village</groupId> + <artifactId>village</artifactId> + <version>2.0</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>xmlrpc</groupId> + <artifactId>xmlrpc</artifactId> + <version>2.0</version> + <type>jar</type> + <scope>compile</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <type>jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>commons-dbcp</groupId> + <artifactId>commons-dbcp</artifactId> + <version>1.2.2</version> + <type>jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>hsqldb</groupId> + <artifactId>hsqldb</artifactId> + <version>1.7.1</version> + <type>jar</type> + <scope>test</scope> + </dependency> + </dependencies> + <distributionManagement> + <repository> + <id>default</id> + <name>Default Repository</name> + <url>cvs.apache.org//www/cvs.apache.org/dist/jakarta/turbine/releases/rc/turbine-2.3.3-rc1</url> + </repository> + <site> + <id>default</id> + <name>Default Site</name> + <url>scp://people.apache.org//www/cvs.apache.org/dist/jakarta/turbine/releases/rc/turbine-2.3.3-rc1/docs</url> + </site> + </distributionManagement> +</project> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]