-
Notifications
You must be signed in to change notification settings - Fork 10
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
release in maven central #20
Comments
@stokpop Hi! We are working on adding it to the maven central repository. I will let you know once it is available. /Artem |
@artemlos Hi Artem, is there progress to report on this issue? Thanks. |
@stokpop Hi! Sorry, it took longer than expected. We will try to get it done by the end of next week. |
@artemlos Hi Artem, just wanted to ask if there is any update on the issue? |
@sergey-oplavin thanks for offering your help! I think we got stuck on either creating the correct configuration. There is already a package registered on Sonatype (https://issues.sonatype.org/browse/OSSRH-61669), which I believe was the first step that was necessary. I will look into it and get back where exactly we had issues. We use IntelliJ, so I will look for a tutorial and try it again. |
@sergey-oplavin Just wanted to check with you if you recognize the following authentication error when running mvn deloy? https://s01.oss.sonatype.org/content/repositories/snapshots/io/cryptolens/cryptolens/1.24-SNAPSHOT/cryptolens-1.24-20211117.134324-1.pom.asc I will look into it more, but I just wanted to check in case you have seen this error before and know the possible cause. |
@artemlos Did you provide your username/password for sonatype server in settings.xml? |
@sergey-oplavin Yep, that was done. I followed the following tutorial: https://central.sonatype.org/publish/publish-maven/# I will double check that the folder is correct, etc. It might be that IntelliJ does not find the file. |
@artemlos Just verified - if I don't have the following section in my ~/.m2/settings.xml file, it shows the same error on deploy. <server>
<id>ossrh</id>
<username>user</username>
<password>pwd</password>
</server> Where user and pwd are credentials for sonatype (https://s01.oss.sonatype.org/) |
@sergey-oplavin I have the configuration that you listed above, but it appears that when I authenticate on https://s01.oss.sonatype.org/, I get an authentication error: I will look into how new credentials can be created for that page. I thought that I could just use the same as for Sonatype Jira. |
Hi,
to help with our packaging of this library it would really help if it got released in maven central.
Is it possible for you to release to maven central?
Thanks.
The text was updated successfully, but these errors were encountered: