github
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.coravy.hudson.plugins.github</groupId> <artifactId>github</artifactId> <version>0.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> <parent> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>plugin</artifactId> <version>1.312</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>com.coravy.hudson.plugins.github</groupId> <artifactId>github</artifactId> <packaging>hpi</packaging> <version>0.2</version> <name>Github plugin</name> <url>http://wiki.hudson-ci.org/display/HUDSON/Github+Plugin</url> <dependencies> <dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>git</artifactId> <version>0.5</version> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-junit4</artifactId> <version>2.5.1</version> <scope>test</scope> </dependency> </dependencies> <scm> <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/github-0.2</connection> <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/github-0.2</developerConnection> <url>https://hudson.dev.java.net/source/browse/hudson/hudson/plugins/github/tags/github-0.2</url> </scm> </project>