aerospike-community / spring-data-aerospike-starters

spring-data-aerospike-starters
https://github.com/aerospike-community/spring-data-aerospike
15 stars 7 forks source link

Add flatten-maven-plugin (fixes: issue #69) #71

Closed roimenashe closed 3 years ago

roimenashe commented 3 years ago

Solves the issue of "POM files without a version" caused by the usage of ${revision} property in a multi module project with Maven version below 3.5. Issue described here: https://blog.soebes.de/blog/2017/04/02/maven-pom-files-without-a-version-in-it/

Related StackOverFlow questions:

  1. https://stackoverflow.com/questions/41086512/maven-issue-to-build-one-module-using-revision-property
  2. https://stackoverflow.com/questions/52173260/how-to-resolve-parent-pom-dependency-issue-failed-to-read-artifact-descriptor/52173650#52173650