v2.0.0
Version Number
2.0.0-63
New Features
-
Dependency Analysis and Enforcement
Themaven-dependency-pluginhas been added to analyze the project's dependencies. By default warnings are added to the build log if dependency issues are found.The
enforceCorrectDependenciesproperty can be set so that any dependency issues result in build failures:<properties> <enforceCorrectDependencies>true</enforceCorrectDependencies> </properties>
Breaking Changes
- The
integration-testprofile has been removed. - The profiles that configured the
caf.integrationtests.fs.pathproperty have been removed. - Custom configuration of the
maven-surefire-pluginandmaven-failsafe-pluginhave been removed. - The reference to the
sonar-maven-pluginhas been removed. - Most version control properties have been removed.
Other Changes
- Updated Maven plugin versions
- Reduced verbosity of Javadoc logging
- Added JDK version hint for NetBeans
Known Issues
- None