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
.gitignore
Updated the .gitignore to ignore emacs dir local files.
pom.xml
Updated the B level version to indicate this update adds new API
features.
Added the version for the maven-gpg-plugin.
Updated the parent version.
Updated the scala version to 2.11.8
Updated the scalatest version to 2.2.6
Added property to track the maven-project-info-reports-plugin
version, and added this plugin to management in the integration
tests.
Updated lift version in integration tests.
Removed exit(0) call from integration tests, as it is no longer
part of the API.
Updated usage of trait Application to App for new Scala version.
Updated usage of expression=${..} syntax in Javadoc plugin
annotations to the non-deprecated property=".."
API CHANGE - the scalatest-reports location was formerly set to
expression="${project.build.directory}/scalatest-reports. This has
been changed so that the default value sets it to that location, but
the property is called, scalatest.reportsDirectory. Formerly this
property had no name and the user could not set it as a user
property, but now he can. This should be a superset of the former
configuration settings and should not break an builds. This was
updated based on the inferred intent of the prior, deprecated,
syntax.
.gitignore
.gitignore
to ignore emacs dir local files.pom.xml
maven-gpg-plugin
.maven-project-info-reports-plugin
version, and added this plugin to management in the integration tests.exit(0)
call from integration tests, as it is no longer part of the API.Application
toApp
for new Scala version.expression=${..}
syntax in Javadoc plugin annotations to the non-deprecatedproperty=".."
expression="${project.build.directory}/scalatest-reports
. This has been changed so that the default value sets it to that location, but the property is called,scalatest.reportsDirectory
. Formerly this property had no name and the user could not set it as a user property, but now he can. This should be a superset of the former configuration settings and should not break an builds. This was updated based on the inferred intent of the prior, deprecated, syntax.