I have a maven project in eclipse that uses a class folder. This folder has .java and .class. The classes I use in the project are in the build path as class folder, when I do maven install gives me error:
[ERROR] location: class PushJobProcessor
[ERROR] xxx\java\com\xxx\Processor.java:[152,11] error: cannot find symbol
[ERROR] -> [Help 1]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
I've tried changing the java version, but nothing ... Can you give an idea of what it is?
Thanks for the attention