WebSocket-Resources icon indicating copy to clipboard operation
WebSocket-Resources copied to clipboard

Updates project versions, minor build fixes

Open dannypurcell opened this issue 8 years ago • 7 comments

Fixes https://github.com/WhisperSystems/WebSocket-Resources/issues/3

https://github.com/WhisperSystems/WebSocket-Resources/issues/2 will be resolved after a redeploy from the parent directory. I'm guessing the last deployment was done from the library directory to avoid deploying the sample projects so I added a deploy-plugin skip config to those for future convenience.

Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/org/whispersystems/websocket-resources/0.3.3/websocket-resources-0.3.3.jar
Uploading: https://oss.sonatype.org/service/local/staging/deploy/maven2/org/whispersystems/websocket-resources/0.3.3/websocket-resources-0.3.3.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Dropwizard Websocket Resources .................... SUCCESS [0.339s]
[INFO] WebSocket-Resources ............................... FAILURE [10.331s]
[INFO] WebSocket-Resources Sample Server Project ......... SKIPPED
[INFO] WebSocket-Resources Sample Client Project ......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.800s
[INFO] Finished at: Sun Jul 24 18:43:16 CDT 2016
[INFO] Final Memory: 38M/981M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy (default-deploy) on project websocket-resources: Failed to deploy artifacts: Could not transfer artifact org.whispersystems:websocket-resources:jar:0.3.3 from/to ossrh (https://oss.sonatype.org/service/local/staging/deploy/maven2/): Failed to transfer file: https://oss.sonatype.org/service/local/staging/deploy/maven2/org/whispersystems/websocket-resources/0.3.3/websocket-resources-0.3.3.jar. Return code is: 401, ReasonPhrase:Unauthorized. -> [Help 1]

I can also confirm that https://github.com/WhisperSystems/WebSocket-Resources/issues/1 is fixed in the latest version. mvn clean install -D gpg.skip completes successfully with JDK 1.8 on Windows 10.

dannypurcell avatar Jul 24 '16 23:07 dannypurcell

👍 Can this get merged, please?

jnorgan avatar Aug 09 '16 18:08 jnorgan

I require to add GPG skip in order to build success

org.apache.maven.plugins maven-gpg-plugin true

keithyau avatar Dec 04 '16 22:12 keithyau

Another positive feedback: this PR fixes #3 and #2.

paride avatar Dec 27 '16 16:12 paride

Would be nice to have this merged.

mohd-akram avatar Mar 01 '17 21:03 mohd-akram

@mohd-akram but #3 is already fixed, see the latest "Bump version" commits. @moxie0 I think you can close #3 and consequently this PR.

paride avatar Mar 01 '17 22:03 paride

#2 is still an issue however.

mohd-akram avatar Mar 01 '17 22:03 mohd-akram

@mohd-akram True, but this PR won't fix that. I think they are not publishing the package in the maven repository on purpose for some reason I can't guess. Could be related to the fact that this package is GPG signed by default, and they don't want to release the signed version. Even here I can't tell why this package is GPG signed while the other aren't. I really don't know.

paride avatar Mar 01 '17 23:03 paride