Hi,
When i try to package my app (mvn clean package), i get this error :
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project ..
[ERROR] JWTParser.java:[64,16] error: cannot access DataProvider
the error comes from that line:
messageContext.setVariable("X-OIDC-VALIDATION-RESULT", "FAIL");
is seems that i have a problem with messageContext.setVariable.
I'm using the same POM then the one used in the tutorials
Can some one help me plz
Solved! Go to Solution.
t works for me
I was using fish shell lol.
I come back to my /bin/bash and I can package my app
Thank you @wwitman