Skip to content

Improved Update and Merge

Compare
Choose a tag to compare
@reiz reiz released this 11 Jan 08:54
· 19 commits to master since this release

This update brings 3 improvements:

  • ADD: Now the project license is read from the pom.xml file and added to the pom.json. Now the project license is displayed in the web interface as well.
  • CHANGE: Merging sub projects into the parent project was done by GAV. That caused some problems because it was not always unique. It is possible that the same parent project is monitored twice by VersionEye. The new merge method relies only on the unique Project IDs from the VersionEye API. That is much more reliable.
  • BUGFIX: The goal mvn versioneye:update didn't work if a new module was added to an existing Maven reactor project. That is fixed now. The current version will simply create a new project for the newly added module and merge it into the parent project at VersionEye.