Note
|
M2_HOME env must be set to run integration tests!Docker must be installed to run (some) integration tests! To build SBM ignoring integration tests you can run mvn clean install -DskipITs
|
# clone project
git clone0 [email protected]:spring-projects-experimental/spring-boot-migrator.git
# build project
cd spring-boot-migrator
mvn clean install
# Ignore all tests
mvn clean install -DskipTests
# Ignore all tests marked with @Tag("integration")
mvn clean install -DskipITs
# Run the jar
java -jar applications/spring-shell/target/spring-boot-migrator.jar