Skip to content

Commit

Permalink
Issue #75: Run pom.xml through tidy:pom and always show PMD/CPD reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
mk23 committed Feb 23, 2016
1 parent 6bce83b commit 8c1312b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<description>JMX to HTTP Proxy</description>
<url>https://mk23.github.io/jmxproxy</url>
<inceptionYear>2011</inceptionYear>

<licenses>
<license>
<name>MIT License</name>
Expand All @@ -31,31 +30,29 @@
</developer>
</developers>

<prerequisites>
<maven>3.0.4</maven>
</prerequisites>

<scm>
<connection>scm:git:git://github.com/mk23/jmxproxy.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mk23/jmxproxy.git</developerConnection>
<url>https://github.com/mk23/jmxproxy</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/mk23/jmxproxy/issues</url>
</issueManagement>

<ciManagement>
<system>Travis CI</system>
<url>https://travis-ci.org/mk23/jmxproxy</url>
</ciManagement>

<scm>
<connection>scm:git:git://github.com/mk23/jmxproxy.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mk23/jmxproxy.git</developerConnection>
<url>https://github.com/mk23/jmxproxy</url>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jmxproxy.test.port>11123</jmxproxy.test.port>
</properties>

<prerequisites>
<maven>3.0.4</maven>
</prerequisites>

<dependencies>
<dependency>
<groupId>io.dropwizard</groupId>
Expand Down Expand Up @@ -120,6 +117,7 @@
</dependencies>

<build>
<pluginManagement/>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -355,6 +353,7 @@
</plugin>
</plugins>
</build>

<reporting>
<excludeDefaults>true</excludeDefaults>
<plugins>
Expand Down Expand Up @@ -404,6 +403,7 @@
<version>3.6</version>
<configuration>
<linkXRef>false</linkXRef>
<skipEmptyReport>false</skipEmptyReport>
</configuration>
<reportSets>
<reportSet>
Expand Down

0 comments on commit 8c1312b

Please sign in to comment.