blob: 96af2443dad5a46dce3a679c3a33c0fb2e4d0380 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright 2003-2005 The Apache Software Foundation.
Licensed 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.
-->
<!-- =================================================================== -->
<!-- -->
<!-- Maven project.xml Datei -->
<!-- -->
<!-- $Id$ -->
<!-- -->
<!-- =================================================================== -->
<project>
<pomVersion>3</pomVersion>
<id>maven-turbine-plugin</id>
<name>Maven Environment for Turbine Applications Plugin</name>
<groupId>turbine</groupId>
<currentVersion>1.4-dev</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://turbine.apache.org/</url>
<logo>/images/turbine.png</logo>
</organization>
<logo>/images/logo.gif</logo>
<inceptionYear>2003</inceptionYear>
<description>
The Maven Environment for Turbine Applications (M.E.T.A.) is a replacement
for the Turbine Development Kit. It is based on Maven and contains a well
defined setup for starting new Turbine applications.
</description>
<shortDescription>Maven Environment for Turbine Applications</shortDescription>
<url>http://turbine.apache.org/meta/</url>
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
<siteAddress>people.apache.org</siteAddress>
<siteDirectory>/www/turbine.apache.org/meta</siteDirectory>
<distributionSite>cvs.apache.org</distributionSite>
<distributionDirectory>/www/cvs.apache.org/dist/jakarta/turbine/java-repository</distributionDirectory>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/turbine/core/trunk/extensions/maven-plugin/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/turbine/core/trunk/extensions/maven-plugin/</developerConnection>
<url>http://svn.apache.org/viewcvs/jakarta/turbine/core/trunk/extensions/maven-plugin/</url>
</repository>
<mailingLists>
<mailingList>
<name>Turbine User List</name>
<subscribe>user-subscribe@turbine.apache.org</subscribe>
<unsubscribe>user-unsubscribe@turbine.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/turbine-user/</archive>
</mailingList>
<mailingList>
<name>Turbine Developer List</name>
<subscribe>dev-subscribe@turbine.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@turbine.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/turbine-dev/</archive>
</mailingList>
</mailingLists>
<versions>
<version>
<id>1.2-rc1</id>
<name>1.2-rc1</name>
<tag>META_1_2_RC1</tag>
</version>
<version>
<id>1.2</id>
<name>1.2</name>
<tag>META_1_2</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>META_1_3</tag>
</version>
</versions>
<developers>
<developer>
<name>Eric Pugh</name>
<id>epugh</id>
<email>epugh@opensourceconnections.com</email>
<organization>OpenSource Connections</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Henning P. Schmiedehausen</name>
<id>henning</id>
<email>hps@intermeta.de</email>
<organization>INTERMETA - Gesellschaft fuer Mehrwertdienste mbH</organization>
<roles>
<role>Java Developer</role>
</roles>
<timezone>2</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>Lester Ward</name>
<email>lward@tagaudit.com</email>
<roles>
<role>Java Contributor</role>
</roles>
</contributor>
</contributors>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>torque</groupId>
<artifactId>maven-torque-plugin</artifactId>
<version>3.1.1</version>
<url>http://db.apache.org/torque/</url>
<type>plugin</type>
</dependency>
</dependencies>
<build>
<defaultGoal>plugin:plugin</defaultGoal>
<resources>
<resource>
<directory>${basedir}/src/plugin-resources</directory>
<targetPath>plugin-resources</targetPath>
</resource>
<resource>
<directory>${basedir}/src/plugin</directory>
<targetPath>/</targetPath>
</resource>
<resource>
<directory>${basedir}</directory>
<includes>
<include>project.xml</include>
</includes>
</resource>
</resources>
</build>
<reports>
<report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-license-plugin</report>
<report>maven-linkcheck-plugin</report>
</reports>
</project>