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

Last steps making javaslang-gwt deployable #4

Closed
danieldietrich opened this issue Dec 15, 2016 · 3 comments
Closed

Last steps making javaslang-gwt deployable #4

danieldietrich opened this issue Dec 15, 2016 · 3 comments

Comments

@danieldietrich
Copy link
Member

Hi Ruslan,

could you please create a ticket at sonatype (same as for javaslang-jackson)? See OSSRH Guide.

Then the last todo is to add your credentials to our .travis.yml (see Travis Encryption Keys):

$ travis encrypt --org -r javaslang/javaslang 'SONATYPE_USER=<secret>' --add
$ travis encrypt --org -r javaslang/javaslang 'SONATYPE_PASS=<secret>' --add

Alright?

@danieldietrich
Copy link
Member Author

@ruslansennov Hi, I made an error above... the repository is javaslang/javaslang-gwt, not javaslang/javaslang. The correct statements are:

$ travis encrypt --org -r javaslang/javaslang-gwt 'SONATYPE_USER=<secret>' --add
$ travis encrypt --org -r javaslang/javaslang-gwt 'SONATYPE_PASS=<secret>' --add

@ruslansennov
Copy link
Member

Yes, I see, will try

@ruslansennov
Copy link
Member

It works. I just recreated my credentials with your last suggestion
https://oss.sonatype.org/content/repositories/snapshots/io/javaslang/javaslang-gwt/2.1.0-SNAPSHOT/

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

2 participants