Re: Local jar not recognized from maven repository

2017-10-05 Thread Robert Patrick
That error message does not look like a Maven error message. Try running your build with -X and look at the output of the maven-compiler-plugin. If the class was not found during compilation, I would expect a different error message from the Java compiler... > On Oct 5, 2017, at 4:25 AM, Jul

Local jar not recognized from maven repository

2017-10-05 Thread Juleian
I need to do edit some code in a maven project. Therefore, I need to include a jar I made. I am not really experienced in using maven, however I tried an approach I found on StackoverFlow and the web. First I added the jar to my m2 repository (just selected some terms for the IDs): mvn install:in