8 Commits

Author SHA1 Message Date
Fabian Krüger
a900ed4ab2 Update README.adoc 2024-03-15 21:51:16 +01:00
Fabian Krüger
53fe6999bf Add Maven launcher using Maven Invoker 2024-03-05 16:55:23 +01:00
Fabian Krüger
861eabc700 Refactoring
* Fix package name
* Move classes to the application root package
* Change class names
* Polish
2024-01-26 14:20:40 +01:00
Fabian Krüger
8fc77a20bc Fix Windows build
* Fix paths for all OS

* Tweak build file

* Provide correct class to logger

* Download dependencies before comparing parse reults

When local Maven repo is empty the Markers added by the RewriteMavenProjectParser (comparing) and the RewriteProjectParser (under test) differ.
This is because one downloads the dependencies and the next takes them form local Maven and the URIs for dependencies then differ.
By builing the projects with Maven first the dependencies will be available in local Maven repo and taken from there by both parsers.

* Add logging

* fix formatting

* Ignore test when using Windows
2023-12-21 10:13:31 +01:00
Fabian Krüger
ef0cc5be1f Merge pull request #4 from spring-projects/fix/readme-typo
Fix version in README
2023-12-14 11:48:33 +01:00
Fabian Krüger
77b2917c71 Fix version in README 2023-12-14 01:46:54 +01:00
Fabian Krüger
a50224e32d Replace broken includes in README 2023-12-14 01:42:11 +01:00
Fabian Krüger
96abad9b8c initial commit 2023-12-14 01:38:10 +01:00