All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning
install
andverify
goals no longer require theserverName
configuration parameter. TheserverName
configuration parameter can add stability to theverify
goal for very active builds, but it is not strictly necessary nor desirable for most use cases.
- Contrast Scan support
profile
configuration which the Contrast server has not supported since before 3.7.7.- support for JRE 1.7. Requires minimum JRE 1.8
- Tested with JDK 1.8, 11, and 15
- Targets JRE 1.7
- Maven version > 3.6.1 (Released April 2019) is required to build the plugin
- Vulnerabilities now reconciled using an app version instead of a timestamp
- App version can be generated using
$TRAVIS_BUILD_NUMBER
or$CIRCLE_BUILD_NUM
- Source packaging changed to
com.contrastsecurity.maven.plugin