Utilizing OpenRewrite without using the build tool plugin/creating a .jar file #3079
-
Utilizing OpenRewrite without using the build tool plugin/creating a .jar fileQuestionsHello, apologies for my ignorance but I was wondering if someone could quickly help me to answer the two following questions:
GoalMy goal here is to be able to clone a repository and apply a recipe without building the project/ I currently have a proof of concept console app where I am importing the maven dependencies and I am not using the build tool plugin. Current IssuesMy proof of concept has two issue:
Any feedback would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hi @seanpmyers ; Sounds like you're building a POC towards a tool that we already have internally, and make available to our customers: the Could you tell us a bit more about the context of your POC, what types and number or projects you aim to run this on? Remember that the documentation on running without build tool plugins starts with the following caveat; it's not a trivial undertaking, and could prove limiting if you want to apply this broadly.
|
Beta Was this translation helpful? Give feedback.
hi @seanpmyers ; Sounds like you're building a POC towards a tool that we already have internally, and make available to our customers: the
moderne-cli
. This abstracts over project specifics such as Maven/Gradle/other, and allows users to easily ingest projects into their moderne instance, and quickly run recipes across a broad set of projects. Perhaps we can have you up and running a lot quicker without duplicating any effort with this existing CLI.Could you tell us a bit more about the context of your POC, what types and number or projects you aim to run this on?
We hope to learn from your answers how we can improve our CLI, to make it fit your purpose as well.
Remember that the docume…