Maven changes necessary to publish to Sonatype Central Portal#50
Maven changes necessary to publish to Sonatype Central Portal#50absurdfarce merged 0 commit into1.xfrom
Conversation
pom.xml
Outdated
There was a problem hiding this comment.
Probably better to also change the plugin above in the pluginManagement section, declare the version there (and remove the nexus one).
There was a problem hiding this comment.
Excellent catch @emerkle826 ... I think you're exactly right!
emerkle826
left a comment
There was a problem hiding this comment.
Small nitpick, otherwise looks good to me
emerkle826
left a comment
There was a problem hiding this comment.
This looks fine, but Travis is complaining about not finding the plugin it seems:
https://app.travis-ci.com/github/datastax/native-protocol/jobs/631355525
Not sure if that is expected or not.
|
I noticed those failures as well @emerkle826 . I cannot for the life of me find any reason why this build should be looking at Google's Maven Central repo only; at this point my best guess is that it's somehow stored in the settings.xml maintained in the cache directory. I'm strongly considering porting that Travis build to GH Actions with hopes that it'll simplify things... so for now I'm not going to worry about it. |
|
#51 for reference |
I am 👍 with this. |
No description provided.