blob: effb91699b31b16475a52961081f88ccfab77d92 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven-site</groupId>
<artifactId>npanday-apache-site</artifactId>
<packaging>pom</packaging>
<version>0.9.6-RC3</version>
<name>NPanday</name>
<url>http://incubator.apache.org/npanday</url>
<description>NPanday provides Maven 2.x plugins to support building of .NET applications</description>
<mailingLists>
<mailingList>
<name>NPanday Dev List</name>
<subscribe>npanday-dev-subscribe@incubator.apache.org</subscribe>
<unsubscribe>npanday-dev-unsubscribe@incubator.apache.org</unsubscribe>
<post>npanday-dev@incubator.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/incubator-npanday-dev/</archive>
<otherArchives>
<otherArchive>http://www.nabble.com/npanday-dev-f17655.html</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>NPanday Commits List</name>
<subscribe>npanday-commits-subscribe@incubator.apache.org</subscribe>
<unsubscribe>npanday-commits-unsubscribe@incubator.apache.org</unsubscribe>
<post>npanday-commits@incubator.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/incubator-npanday-commits/</archive>
<otherArchives>
<otherArchive>http://www.nabble.com/npanday-commits-f17656.html</otherArchive>
</otherArchives>
</mailingList>
</mailingLists>
<scm>
<url>https://svn.apache.org/repos/asf/incubator/npanday/</url>
<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/npanday/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/npanday/trunk</developerConnection>
<tag>REL_0_14_SNAPSHOT</tag>
</scm>
<organization>
<name>NPanday</name>
<url>http://incubator.apache.org/npanday</url>
</organization>
<issueManagement>
<system>JIRA Bugtracking</system>
<url>http://jira.codehaus.org/browse/NPANDAY</url>
</issueManagement>
<licenses>
<license>
<name>Apache 2.0</name>
<url>LICENSE.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Brett Porter</name>
<id>brett</id>
<email>brett@apache.org</email>
<roles>
<role>champion</role>
<role>mentor</role>
</roles>
</developer>
<developer>
<name>Jason van Zyl</name>
<id>jvanzyl</id>
<email>jvanzyl@apache.org</email>
<roles>
<role>champion</role>
<role>mentor</role>
</roles>
</developer>
<developer>
<name>Shane Isbell</name>
<id>sisbell</id>
<email>sisbell@apache.org</email>
<url>http://jroller.com/page/random7</url>
<roles>
<role>committer</role>
</roles>
</developer>
<developer>
<name>Dan Fabulich</name>
<id>dfabulich</id>
<email>dfabulich@apache.org</email>
<roles>
<role>committer</role>
</roles>
</developer>
<developer>
<name>Chris Stevenson</name>
<id>chrisjs</id>
<email>chrisjs@apache.org</email>
<roles>
<role>committer</role>
</roles>
</developer>
<developer>
<name>Trygve Laugstol</name>
<id>trygvis</id>
<email>trygvis@apache.org</email>
<roles>
<role>committer</role>
</roles>
</developer>
<developer>
<name>James Strachan</name>
<id>jstrachan</id>
<email>jstrachan@apache.org</email>
<roles>
<role>committer</role>
</roles>
</developer>
</developers>
<reporting>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
</plugins>
</reporting>
<distributionManagement>
<site>
<id>npanday-apache-site</id>
<name>NPanday Site</name>
<url>file://${basedir}/../../www</url>
</site>
</distributionManagement>
</project>