8000 Update Sonatype profile name and documentation · simplexspatial/osm4scala@e114c27 · GitHub
[go: up one dir, main page]

Skip to content

Commit e114c27

Browse files
committed
Update Sonatype profile name and documentation
1 parent 729d29a commit e114c27

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ The publication into Maven Central has been removed from the release process, so
4242
After set the right credentials file at [`$HOME/.sbt/1.0/sonatype.sbt`](https://github.com/xerial/sbt-sonatype#homesbtsbt-version-013-or-10sonatypesbt):
4343
```shell script
4444
git checkout v1.*.*
45-
PATCH_211=false sbt clean +publishSigned sonatypeBundleRelease
46-
47-
git checkout v1.*.*
48-
PATCH_211=true sbt clean +publishSigned sonatypeBundleRelease
45+
sbt clean
46+
PATCH_211=false sbt +publishSigned
47+
PATCH_211=true sbt +publishSigned
48+
# In this point, tree target/sonatype-staging/ will show all artifacts to publish.
49+
sbt sonatypeBundleRelease
4950
```
5051
3. Publish documentation and site.
5152
```bash

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ lazy val root = (project in file("."))
213213
.aggregate( listOfProjects(): _*)
214214
.settings(
215215
name := "osm4scala-root",
216+
sonatypeProfileName := "com.acervera.osm4scala",
216217
// crossScalaVersions must be set to Nil on the aggregating project
217218
crossScalaVersions := Nil,
218219
publish / skip := true,

0 commit comments

Comments
 (0)
0