You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I run mvn clean package it fails with the following message
ROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project test
: Compilation failure
[ERROR] plug-in not found: jabel
I noticed that @bsideup you have a pom example in your blog website but it covers version 0.2 which requires annotation processor, not sure if it's a case with 0.4.2
How can I make it work with maven ? Regards !
The text was updated successfully, but these errors were encountered:
Hello I am trying to install it locally using maven , I have a minimal pom xml file with the following lines from the README
First is a dependency
Then intellij profiler
And then here is the compiler declaration
But when I run
mvn clean package
it fails with the following messageI noticed that @bsideup you have a pom example in your blog website but it covers version 0.2 which requires annotation processor, not sure if it's a case with 0.4.2
How can I make it work with maven ? Regards !
The text was updated successfully, but these errors were encountered: