Navigation Menu

Skip to content

Commit

Permalink
FIXED JENKINS-30215 a license needs to be declared explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssogabe committed Sep 10, 2015
1 parent 167fcea commit 085299e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pom.xml
Expand Up @@ -13,6 +13,14 @@
<name>Jenkins Clover PHP plugin</name>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Clover+PHP+Plugin</url>

<licenses>
<license>
<name>The MIT license</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>ssogabe</id>
Expand All @@ -24,8 +32,8 @@
<connection>scm:git:git://github.com/jenkinsci/cloverphp-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/cloverphp-plugin.git</developerConnection>
<url>http://github.com/jenkinsci/cloverphp-plugin</url>
<tag>HEAD</tag>
</scm>
<tag>HEAD</tag>
</scm>

<properties>
<mockito.version>1.10.19</mockito.version>
Expand Down

0 comments on commit 085299e

Please sign in to comment.