sloppycoder / nfsx

building blocks for creating http based micro service using Spring Boot and Netflix OSS
4 stars 5 forks source link

massive code duplication in pom.xml #17

Open sloppycoder opened 8 years ago

sloppycoder commented 8 years ago

for modules that uses docker-maven-plugin, the plugin configuration must be specific at each module level, not at parent level, causes massive duplication.

this is caused by an issue in the plugin that the plugin will run even when packing type is POM, which causes error at parent pom level. The issue seems to have been fixed in upstream. pull request.

the configuration should be moved into parent pom when the new release arrives.