servers
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.cibuddy</groupId>
<artifactId>servers</artifactId>
<version>1.0.0</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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>servers</artifactId>
<packaging>pom</packaging>
<name>${application.domain}.${project.artifactId}</name>
<description>Subproject containing adaptors to fetch status information of various build servers.</description>
<parent>
<groupId>com.cibuddy</groupId>
<artifactId>cibuddy</artifactId>
<version>1.0.0</version>
</parent>
<modules>
<module>travis</module>
<module>jenkins</module>
</modules>
</project>