maven-plugins/ant/project.xml
2005-04-09 17:05:23 +00:00

99 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-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.
*/
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-ant-plugin</id>
<name>Maven Ant Plugin</name>
<currentVersion>1.9</currentVersion>
<description>Generates ant build files from a maven project, so that plain ant users can build your project</description>
<shortDescription>Generate Ant build file</shortDescription>
<url>http://maven.apache.org/reference/plugins/ant/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPANT</issueTrackingUrl>
<siteDirectory>/www/maven.apache.org/reference/plugins/ant/</siteDirectory>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/ant/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/ant/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/ant/</url>
</repository>
<versions>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_ANT_1_5</tag>
</version>
<version>
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_ANT_1_6</tag>
</version>
<version>
<id>1.7</id>
<name>1.7</name>
<tag>MAVEN_ANT_1_7</tag>
</version>
<version>
<id>1.8</id>
<name>1.8</name>
<tag>MAVEN_ANT_1_8</tag>
</version>
<version>
<id>1.8.1</id>
<name>1.8.1</name>
<tag>MAVEN_ANT_1_8_1</tag>
</version>
<version>
<id>1.9</id>
<name>1.9</name>
<tag>MAVEN_ANT_1_9</tag>
</version>
</versions>
<developers>
<developer>
<name>Jason van Zyl</name>
<id>jvanzyl</id>
<email>jason@zenplex.com</email>
<organization>Zenplex</organization>
<roles>
<role>Architect</role>
</roles>
</developer>
<developer>
<name>Arnaud Heritier</name>
<id>aheritier</id>
<email>aheritier@apache.org</email>
<organization/>
<roles>
<role>Developer</role>
<role>Release Manager</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20040613.030723</version>
</dependency>
</dependencies>
</project>