-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Publish snapshot on maven for testing the java-libkiwix #52
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #52 +/- ##
=========================================
Coverage 92.38% 92.38%
Complexity 213 213
=========================================
Files 44 44
Lines 289 289
Branches 3 3
=========================================
Hits 267 267
Misses 19 19
Partials 3 3 ☔ View full report in Codecov by Sentry. |
f8d6456
to
5183b78
Compare
* Introduce publish_snapshot.yml for uploading the snapshot artifact on the mavenCentral. * We have added the `SNAPSHOT` env variable in publish_snapshot.yml and match it our code if found then it means this workflow triggered to publish the snapshot on maven so on behalf of this we have rectify our code.
5183b78
to
4751ef1
Compare
@MohitMaliDeveloper Can you please put a status here? |
@kelson42, Our staging profile id has no access to upload the snapshot on the nexus, we only have access to upload the release artifact on the nexus. There is no option to create a snapshot repo ourselves (Apart from the offline manager) so I have searched over the internet for the official docs and other articles take me to this URL https://www.sonatype.com/products/sonatype-nexus-pro/trial, IMO it is a pro pannel for nexus management but I not sure there will an option to create staging profile there since there is no much information available. Apart from this one article suggested creating a Jira ticket for this and IMO it would be more appropriate to ask them, what should do at this point, or might be, by default snapshots are disabled on our staging profile id which they will enable after creating the ticket. |
@MohitMaliDeveloper OK, lets put side aside for the moment. Either we get somehow these snapshots activated or we should extend the README to explain how to use the latest dev version |
@kelson42 We can create a Jira ticket on
Currently For building the binary(generating aar file) instructions are already mentioned in the |
Fixes #49