Feature: Change references to migration utils classes to reference Baton utils classes in anticipation of new Baton release #176
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 an initial utils class from aiSSEMBLE from com.boozallen.aissemble.upgrade to Baton in order to set the pattern for the remaining classes FileUtils.java will be migrated from aiSSEMBLE to Baton
Test Strategy/Script
h2. Test Steps
git clone [email protected]:TechnologyBrewery/baton
mvn clean install -Pbootstrap
mvn clean install
git clone [email protected]:boozallen/aissemble
git checkout #176
./mvnw clean install -pl :foundation-upgrade
The text was updated successfully, but these errors were encountered: