cruisecontrol
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sourceforge.cruisecontrol</groupId>
<artifactId>cruisecontrol</artifactId>
<version>2.7.2</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>net.sourceforge.cruisecontrol</groupId>
<artifactId>cruisecontrol</artifactId>
<version>2.7.2</version>
<name>Cruisecontrol</name>
<url>http://cruisecontrol.sourceforge.net</url>
<description>
CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email
notification, Ant, and various source control tools. A web interface is provided to view the details of the current
and previous builds.
</description>
<licenses>
<license>
<name>Berkeley Software Distribution (BSD) License</name>
<url>http://cruisecontrol.sourceforge.net/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>