tasks
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.netbeans.nbbuild</groupId>
<artifactId>tasks</artifactId>
<version>6.7</version>
</dependency><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>
<groupId>org.netbeans.nbbuild</groupId>
<artifactId>tasks</artifactId>
<version>6.7</version>
<packaging>jar</packaging>
<name>NetBeans module harness Ant tasks</name>
<url>http://nbbuild.netbeans.org</url>
<description>Custom Ant tasks used in NetBeans module development harness.</description>
<licenses>
<license>
<name>Common Development And Distribution License (CDDL) Version 1.0</name>
<url>http://www.netbeans.org/cddl-gplv2.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU General Public License Version 2 with classpath exception</name>
<url>http://www.netbeans.org/cddl-gplv2.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://hg.netbeans.org/release67/file/39160ac5d2e3/nbbuild</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.7.1</version>
</dependency>
</dependencies>
</project>