I\'ve been working on a GWT project for a while, and I believe since I\'ve added new dependencies, I get the error below.
Failed to execute goal org.codeh
I ran mvn package -X and found the following errors
[INFO] [ERROR] Errors in 'gwtupload/client/DecoratedFileUpload.java'
[INFO] [ERROR] Line 371: Rebind result 'gwtupload.client.DecoratedFileUpload.DecoratedFileUploadImpl' cannot be abstract
So I updated the dependency gwtupload
to a newer version which resolved my problem.
The reason I had ignored this error in a previous attempt, was that mvn package
was successful before, using this dependency in this specific version. So I thought this error must have always been there, still leading to a successful package.