diff --git a/build.sbt b/build.sbt index 67cad2b..0a53e86 100644 --- a/build.sbt +++ b/build.sbt @@ -1,9 +1,3 @@ -import xerial.sbt.Sonatype.sonatypeCentralHost - -ThisBuild / sonatypeCredentialHost := sonatypeCentralHost - -publishTo := sonatypePublishToBundle.value - name:= "HL7-PET" //githubOwner := "cdc.gov" diff --git a/sonatype.sbt b/sonatype.sbt deleted file mode 100644 index 8452669..0000000 --- a/sonatype.sbt +++ /dev/null @@ -1,28 +0,0 @@ -// Your profile name of the sonatype account. The default is the same with the organization value -sonatypeProfileName := "CDC" - -// To sync with Maven central, you need to supply the following information: -publishMavenStyle := true - -// Open-source license of your choice -licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")) - -// Where is the source code hosted: GitHub or GitLab? -import xerial.sbt.Sonatype._ -// set these fields manually -homepage := Some(url("https://github.com/cdcent/hl7-pet")) -scmInfo:= Some ( - ScmInfo( - url("https://github.com/cdcgov/hl7-pet"), - "scm:git@github.com/cdcgov/hl7-pet.git" - ) -) - -developers := List( - Developer( - id="mcq1", - name="Marcelo Caldas", - email = "mcq1@cdc.com", - url = url ("https://github.com/cdcent/hl7-pet") - ) -)