Why the Error : java: cannot find symbol?
Context
I was working on a Maven project where I had to use the Maven Compiler Plugin for some requirements.
Here is the environment setup I used:
JDK: 8
Maven Compiler Plugin: 3.3
Below is my Maven Compiler Plugin configuration:
<plugin>...
techiewolf.hashnode.dev2 min read