I have made a Maven plugin that validates and instantiates the classes in the project. When does a Maven plugin have on the classpath the classes in the project?
The pluging keeps throwing a ClassNotFoundException.
Asking the question after looking through the Maven documentation and searching.
Any help would be greatly appreciated. Thank you!