Feature: Change references to migration utils classes to reference Baton utils classes in anticipation of new Baton release: POM Utils #186
Labels
enhancement
New feature or request
Milestone
Description
In order to allow Baton migrations to be more reusable and general, we should pull out key features from aiSSEMBLE foundation-upgrade and move them directly into baton so they can be extended.
Related issue on the Baton side
DOD
This ticket will focus on moving POM utils classes from aiSSEMBLE from com.boozallen.aissemble.upgrade to Baton.
The intention of this ticket is to migrate the utilities that perform migration logic for Maven's POM files:
The implementation process for doing so is:
Test Strategy/Script
git clone [email protected]:TechnologyBrewery/baton
mvn clean install -Pbootstrap
mvn clean install
git clone [email protected]:boozallen/aissemble
./mvnw clean install -pl :foundation-upgrade
References/Additional Context
Follow-Ons
The following classes will also be migrated from aiSSEMBLE to Baton either in this ticket or in future tickets:
The text was updated successfully, but these errors were encountered: