-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add configuration option * add configuration option to allow pom download failure * code formatting and typo * Apply formatter to minimize diff * Update rewrite-maven/src/test/java/org/openrewrite/maven/internal/MavenPomDownloaderTest.java Co-authored-by: Tim te Beek <[email protected]> * add test for the expected behaviour * file scheme handling * we don't nedd a property anymore * prepare test for remote repository case * tests updates * try for jar if remote pom doesn't exist * Don't download the jar bytes; only check if response is successful * Minimize diff as compared to main for now * Record the absence of the pom file when jar is found * Minor polish --------- Co-authored-by: Stef <[email protected]> Co-authored-by: Tim te Beek <[email protected]> Co-authored-by: Tim te Beek <[email protected]>
- Loading branch information
1 parent
5cb3945
commit abb80e1
Showing
3 changed files
with
283 additions
and
28 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