How to change repository url from https://oss.sonatype.org to https://s01.oss.sonatype.org?

This page summarizes the projects mentioned and recommended in the original post on /r/scala

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • subtract2numbers

  • name := "subtract2numbers" version := "0.0.3" scalaVersion := "2.13.5" organization:="com.github.batmanwannab" sonatypeCredentialHost := "s01.oss.sonatype.org" publishTo := sonatypePublishToBundle.value sonatypeRepository := "https://s01.oss.sonatype.org/service/local" developers := List( Developer( id = "TEAM", name = "TaAM", email = "[email protected]", url = url("https://github.com/batmanwannab/subtract2numbers") ) ) publishMavenStyle := true crossPaths := false pomExtra := https://github.com/batmanwannab/subtract2numbers https://github.com/batmanwannab/subtract2numbers scm:git:[email protected]:batmanwannab/subtract2numbers licenses := Seq( "Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0") )

  • sbt-sonatype

    A sbt plugin for publishing Scala/Java projects to the Maven central.

  • If you look at what sonatypePublishToBundle.value is, it's not pointing to your url, so I think your publishTo needs to be a resolver pointing to the correct url.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts