-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract migration logic into separate class and use in inside maven p…
…lugin and main class (#6152) * Make new module and copy initial code there. * Extract mojo functionality to external class and use it from main Java class * Move migration logic to the standalone module * Transfer code from pending PR and add javadocs * Adapt the code for the latest master branch state. * Review fixes. * Add check for faulty migration folder. * Merge branch 'master' into 6095-migration-stand-alone # Conflicts: # flow-migration/src/test/java/com/vaadin/flow/migration/CopyResourcesStepTest.java * Fix sonar issues * Add happy-path test for Migration.migration * Don't use clone. * Remove clone * Clone File arrays to keep them separate from given configuration. * null check * No actuall install. Check executions to be expected command chains
- Loading branch information
Denis
authored and
Johannes Eriksson
committed
Aug 13, 2019
1 parent
03bb687
commit 413a4b7
Showing
46 changed files
with
2,224 additions
and
504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.