Fix modules that are orphaned when using maven versions plugin
GENERAL
TESTING
GENERAL
TESTING
Description
In order to get the maven versions plugin to update all sakai versions there are some minor pom changes that need to happen to clean up modules that are not used anywhere.
Okay, I renamed all of these profiles remove-10. I had to create a separate one for jobscheduler since that one was out-of-date and broke the build if it was included in the existing profile.
I'll create a new ticket so we go and review and fix/remove these modules for a future release.
Matthew Jones June 25, 2014 at 10:55 AM
Thanks I'll look through this file, A few of the changes here should be improved either with properties, just using dependencyManagement or removed completely.
But is a blocker for the release, shouldn't take more than an hour to clean it up though.
Sam Ottenhoff May 29, 2014 at 12:41 PM
These changes look good to me. Matt or Aaron any comments?
In order to get the maven versions plugin to update all sakai versions there are some minor pom changes that need to happen to clean up modules that are not used anywhere.
The approach chosen was to put them in a profile.