ctubbsii commented on issue #1323: ZOOKEEPER-3797 Conflict between fatjar and full-build Maven profiles URL: https://github.com/apache/zookeeper/pull/1323#issuecomment-615814548 Okay, the part where I was confused is how to activate all the modules during version-bumping when `release:prepare` runs. Apparently the way to activate this would be `mvn -Pfull-build release:prepare`, rather than add it to `<preparationGoals>`. I've never run a Maven project where all modules weren't activated by default, so I was a little confused on how to deal with that for releases. You will still need to fix the project parent version in zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml and zookeeper-it/pom.xml so it matches the rest of the project.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
