spring-projects-experimental / spring-boot-migrator

Spring Boot Migrator (SBM) is a tool for automated code migrations to upgrade or migrate to Spring Boot
Apache License 2.0
431 stars 87 forks source link

Decouple sbm-support-rewrite from Maven #945

Closed fabapp2 closed 9 months ago

fabapp2 commented 10 months ago

What needs to be done

The RewriteProjectParser in sbm-support-rewrite starts Maven to provide the input data for OpenRewrite's Maven plugin code. It should be refactored to not require Maven.

Why it needs to be done

Acceptance Criteria

/info panel Given precondition When action Then result

Additional Information

fabapp2 commented 9 months ago

Closed by #946