nant
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.hudsonci.plugins</groupId>
<artifactId>nant</artifactId>
<version>1.4.3-h-1</version>
</dependency><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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.eclipse.hudson.plugins</groupId>
<artifactId>hudson-plugin-parent</artifactId>
<version>3.0.0</version>
<relativePath />
</parent>
<groupId>org.hudsonci.plugins</groupId>
<artifactId>nant</artifactId>
<packaging>hpi</packaging>
<version>1.4.3-h-1</version>
<name>NAnt Plugin</name>
<description>NAnt Plugin</description>
<url>http://wiki.hudson-ci.org/display/HUDSON/NAnt+Plugin</url>
<developers>
<developer>
<name>Justin Holzer</name>
<id>jholzer</id>
<email>jsholzer@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/hudson3-plugins/nant-plugin.git</connection>
<developerConnection>scm:git:git@github.com:hudson3-plugins/nant-plugin.git</developerConnection>
<url>https://github.com/hudson3-plugins/nant-plugin</url>
</scm>
<licenses>
<license>
<name>The MIT license</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<hudsonTags>builder</hudsonTags>
</properties>
</project>