You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding oss staging repo url to maven buck target(s)
need to figure out how to do authorization, it's specified in ~/.m2/settings.xml in this format:
<settings>
<servers>
<server>
<id>sonatype-nexus-staging</id>
<username>USER</username>
<password>PASS</password>
</server>
</servers>
</settings>
0 commit comments