Update the POM to include the right URLs and some developer information

This commit is contained in:
R. Tyler Croy 2013-02-11 04:58:39 -08:00
parent f3fe26bb80
commit b7fc43c2eb
1 changed files with 12 additions and 3 deletions

15
pom.xml
View File

@ -11,11 +11,20 @@
<artifactId>cucumber-reports</artifactId> <artifactId>cucumber-reports</artifactId>
<version>0.0.18</version> <version>0.0.18</version>
<packaging>hpi</packaging> <packaging>hpi</packaging>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Reports+Plugin</url>
<developers>
<developer>
<id>rtyler</id>
<name>R. Tyler Croy</name>
<email>tyler@linux.com</email>
</developer>
</developers>
<scm> <scm>
<connection>scm:git:git://github.com/masterthought/jenkins-cucumber-jvm-reports-plugin-java.git</connection> <connection>scm:git:git://github.com/jenkinsci/cucumber-reports-plugin.git</connection>
<developerConnection>scm:git:git@github.com:masterthought/jenkins-cucumber-jvm-reports-plugin-java.git</developerConnection> <developerConnection>scm:git:git@github.com:jenkinsci/cucumber-reports-plugin.git</developerConnection>
<url>http://github.com/masterthought/jenkins-cucumber-jvm-reports-plugin-java</url> <url>http://github.com/jenkinsci/cucumber-reports-plugin</url>
</scm> </scm>
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need --> <!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->