diff --git a/pom.xml b/pom.xml index b366736..0f86fbe 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.sonatype.oss oss-parent - 7 + 9 org.graylog2 @@ -14,7 +14,12 @@ jar syslog4j-graylog2 - http://maven.apache.org + https://github.com/Graylog2/syslog4j-graylog2 + + + Syslog4j provides client and server implementations of the BSD Syslog protocol (RFC 3164) and the draft "structured syslog" protocol (RFC Draft). + This is a repackaged fork used in Graylog2, as the original package has no recent versions published to Maven Central. + @@ -23,17 +28,23 @@ - Syslog4j provides client and server implementations of the BSD Syslog protocol (RFC 3164) and the draft "structured syslog" protocol (RFC Draft). - This is a repackaged fork used in Graylog2, as the original package has no recent versions published to Maven Central. - - https://github.com/Graylog2/syslog4j-graylog2 scm:git:git@github.com:Graylog2/syslog4j-graylog2.git scm:git:git@github.com:Graylog2/syslog4j-graylog2.git HEAD - + + + GitHub Issues + https://github.com/Graylog2/syslog4j-graylog2/issues + + + + Travis CI + https://travis-ci.org/Graylog2/syslog4j-graylog2 + + UTF-8 @@ -92,6 +103,80 @@ v@{project.version} + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-source-plugin + 2.3 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.4 + + true + + + + com.github.github + site-maven-plugin + 0.9 + + ${project.version} + Maven site for ${project.name} ${project.version} + true + true + + + + + site + + site-deploy + + + + + + + java8-disable-strict-javadoc + + [1.8,) + + + -Xdoclint:none + + +