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
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] /Users/larssonp/Downloads/carrot-nexus/carrot-nexus-aws-s3-publish-plugin/src/main/java/com/carrotgarden/nexus/aws/s3/publish/repository/CarrotRepositoryCustomizer.java: Some input files use or override a deprecated API.
[WARNING] /Users/larssonp/Downloads/carrot-nexus/carrot-nexus-aws-s3-publish-plugin/src/main/java/com/carrotgarden/nexus/aws/s3/publish/repository/CarrotRepositoryCustomizer.java: Recompile with -Xlint:deprecation for details.
[WARNING] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[INFO] 3 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/larssonp/Downloads/carrot-nexus/carrot-nexus-aws-s3-publish-plugin/src/main/java/com/carrotgarden/nexus/aws/s3/publish/task/ScannerTask.java:[202,81] incompatible types: java.lang.InterruptedException cannot be converted to boolean
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.488 s
[INFO] Finished at: 2015-02-18T15:34:21+00:00
[INFO] Final Memory: 48M/353M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project carrot-nexus-aws-s3-publish-plugin: Compilation failure
[ERROR] /Users/larssonp/Downloads/carrot-nexus/carrot-nexus-aws-s3-publish-plugin/src/main/java/com/carrotgarden/nexus/aws/s3/publish/task/ScannerTask.java:[202,81] incompatible types: java.lang.InterruptedException cannot be converted to boolean
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[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
The text was updated successfully, but these errors were encountered:
Hi,
I tried to compile using:
This fails like so
The text was updated successfully, but these errors were encountered: