scalatest / scalatest-maven-plugin

ScalaTest Maven Plugin
Apache License 2.0
34 stars 61 forks source link

Update the project to build again. #30

Closed isomarcte closed 7 years ago

isomarcte commented 7 years ago

This project hasn't been updated in some time, causing it to be unbuildable for a variety of reasons. In general this commit attempted to perform the minimal amount of changes to make this project build again. There is still more work to be done to fix a few bugs and update versions of dependencies. This will come in another commit so as to attempt to only do one thing per commit as much as is possible. As many build warnings were dealt with as possible while maintaining a balance of changing build semantics and dependency versions. As far as I can tell there is only 1 internal API change in this commit, documented below, and should be compatible with existing builds. However, even though the plugin API hasn't changed in a binary incompatible manner, this commit does drop support for scala 2.10 and maven2.

adamdec commented 7 years ago

Most of these thing I have already done at my fork: https://github.com/adamdec/scalatest-maven-plugin There is no "movement" in this project and I consider it dead.

adamdec commented 7 years ago

Please see also my old PR (1st Oct 2016) which does more or less the same: https://github.com/scalatest/scalatest-maven-plugin/pull/24