-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @fcebk17 cool to see your progress. I would suggest using the pom from out starter, add you spring dependencies and try again. If it keeps failing, please check the log we are producing if there are any errors. |
Beta Was this translation helpful? Give feedback.
Hi @fcebk17 cool to see your progress.
I have tested it with the moderneinc/rewrite-recipe-starter as we advise this as a starting point for recipe development. It comes with a working preconfigured maven configuration.
From what I can see your declarative recipe
ntou.cse.soselab.recipe.spring.FindSpringDependencies
and your imperative recipentou.cse.soselab.recipe.spring.FindSpringDependenciesJava
both look good and in the end I would expect two recipes loaded.What I also see is that your pom file has significant differences from the moderneinc/rewrite-recipe-starter one.
I would suggest using the pom from out starter, add you spring dependencies and try again. If it keeps failing, ple…