Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #8508
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Samuel Thibault <sthibault@debian.org> |
| Newsgroups | linux.debian.maint.java |
| Subject | Failed to obtain signature: org.codehaus.mojo.signature:java15:1.0 |
| Date | Sat, 24 Oct 2015 18:20:02 +0200 |
| Message-ID | <qn9HY-5nd-5@gated-at.bofh.it> (permalink) |
| X-Original-To | debian-java@lists.debian.org |
| X-Mailbox-Line | From debian-java-request@lists.debian.org Sat Oct 24 16:14:12 2015 |
| Old-Return-Path | <SRS0=0gKS=K4=ens-lyon.org=samuel.thibault@bounce.ens-lyon.org> |
| X-Amavis-Spam-Status | No, score=-7.609 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, FOURLA=0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7, T_RP_MATCHES_RCVD=-0.01] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -6.1 |
| Mail-Followup-To | Samuel Thibault <sthibault@debian.org>, debian-java@lists.debian.org |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
| X-Mailing-List | <debian-java@lists.debian.org> archive/latest/18826 |
| List-ID | <debian-java.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-java/> |
| List-Archive | https://lists.debian.org/msgid-search/20151024161354.GL21410@var.home |
| Approved | robomod@news.nic.it |
| Lines | 54 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Sat, 24 Oct 2015 18:13:54 +0200 |
| X-Original-Message-ID | <20151024161354.GL21410@var.home> |
| Xref | csiph.com linux.debian.maint.java:8508 |
Show key headers only | View raw
Hello,
I'm trying to build a newer release of joptsimple (source avaible in the
debian repository), and am getting this. I don't really understand what
this means and were to look at.
cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dproperties.file.manual=/build/joptsimple-4.9/debian/maven.properties -Dclassworlds.conf=/etc/maven2/m2-debian.conf org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml -Dmaven.repo.local=/build/joptsimple-4.9/debian/maven-repo package
[INFO]
NOTE: Maven is executing in offline mode. Any artifacts not already in your local
repository will be inaccessible.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building JOpt Simple
[INFO] task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 45 source files to /build/joptsimple-4.9/target/classes
[INFO] [animal-sniffer:check {execution: check-signature}]
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java15:1.0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to obtain signature: org.codehaus.mojo.signature:java15:1.0
Embedded error: System is offline.
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.codehaus.mojo.signature -DartifactId=java15 -Dversion=1.0 -Dpackaging=signature -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.codehaus.mojo.signature -DartifactId=java15 -Dversion=1.0 -Dpackaging=signature -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
org.codehaus.mojo.signature:java15:signature:1.0
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Sat Oct 24 18:05:59 CEST 2015
[INFO] Final Memory: 20M/337M
[INFO] ------------------------------------------------------------------------
/usr/share/cdbs/1/class/maven.mk:93: recipe for target 'mvn-build' failed
Samuel
Back to linux.debian.maint.java | Previous | Next — Next in thread | Find similar
Failed to obtain signature: org.codehaus.mojo.signature:java15:1.0 Samuel Thibault <sthibault@debian.org> - 2015-10-24 18:20 +0200
Re: Failed to obtain signature: org.codehaus.mojo.signature:java15:1.0 Emmanuel Bourg <ebourg@apache.org> - 2015-10-24 18:40 +0200
Re: Failed to obtain signature: org.codehaus.mojo.signature:java15:1.0 Samuel Thibault <sthibault@debian.org> - 2015-10-24 19:00 +0200
csiph-web