maven-plugins/native/project.xml
brett 453a3f0448 PR: MPNATIVE-3
more configurable


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115046 13f79535-47bb-0310-9956-ffa450edef68
2004-04-25 02:34:08 +00:00

79 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 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>../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-native-plugin</id>
<name>Maven Native Plug-in</name>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<description>Plugin for native compilation c,c++, fortran</description>
<shortDescription>Native plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/native/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/native/</siteDirectory>
<issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10451</issueTrackingUrl>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/native/</connection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/native/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/native/</url>
</repository>
<versions>
<version>
<id>1.0</id>
<name>1.0</name>
<tag>MAVEN_NATIVE_1_0</tag>
</version>
</versions>
<developers>
<developer>
<name>Kasper Nielsen</name>
<id>knielsen</id>
<email>apache@kav.dk</email>
<organization>it.edu</organization>
<roles>
<role>Architect</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>Joachim Bader</name>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>ant-contrib</groupId>
<artifactId>cpptasks</artifactId>
<version>20030309.134440</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>bcel</groupId>
<artifactId>bcel</artifactId>
<version>5.0</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
</dependencies>
</project>