trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
312 stars 123 forks source link

Remove dependency on java.xml.bind for ease of use with jdk9 #118

Closed sesuncedu closed 4 years ago

sesuncedu commented 7 years ago

This PR Fixes #112 . It's easier to add a dependency than make sure that the module gets added to MAVEN_OPTS.

  1. Add dependency on Apache Commons Codec for hex util
  2. Commons codec to generate hex strings from digests.
  3. Update commons-lang plug in to current version (just on principle )

Transfer of intellectual property rights and Disclaimer of liability:

  1. Unless required by applicable law this software is provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

  2. To the extent that any intellectual property rights may inhere in the changes associated with this pull request, I herein assert that I am the owner of any such rights, and hereby transfer any such rights to Tapio Rautonen.

ansell commented 7 years ago

The Travis failure seems to have been caused by a whitespace issue, caught by the checkstyle plugin:

https://travis-ci.org/trautonen/coveralls-maven-plugin/builds/250001068#L2268

johnou commented 6 years ago

@trautonen ping

bautrey37 commented 4 years ago

@trautonen Can a new release be pushed to the maven repository? How can I access these new changes from my pom.xml file?