Running unit test uses the maven installed package instead of the project build classes. #754
Unanswered
allancomar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone.
I tried to search for answers in this matter and could not find one. I am having a interesting issue that I am not sure if it is related to my configuration, and probably is.
I have a large java project that has tests on its own pom project for many reasons. that test pom includes a core pom.
Up to a few versions ago, 2 I believe I was able to make changes to the core project and run the unit test and it would run my changes.
I updated yesterday to version 0.58.1 of the java-debuger and version 1.44.0 of the jdtls
now to be able to run my code changes I need to install the core package.
Any ideas of what might have gone wrong? But I admit I am kind of lost here.
*I double check and the root dir the correct folder that has the pom with the sub projects.
Thanks, Allan.
Beta Was this translation helpful? Give feedback.
All reactions