Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.3.1-01 fails to compile #7

Open
pjelar opened this issue Feb 18, 2015 · 0 comments
Open

2.3.1-01 fails to compile #7

pjelar opened this issue Feb 18, 2015 · 0 comments

Comments

@pjelar
Copy link

pjelar commented Feb 18, 2015

Hi,

I tried to compile using:

<nexus.version>2.3.1-01</nexus.version>
<app-lifecycle.version>1.7</app-lifecycle.version>
<nexus-capabilities.version>2.4</nexus-capabilities.version>

This fails like so

[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant