We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98dd763 commit 86140ecCopy full SHA for 86140ec
devdocs/PUBLISHING.md
@@ -1,4 +1,4 @@
1
-### Publishing to local Maven Repository
+### Publishing to Local Maven Repository
2
3
> **Note**: our custom local Maven repository is located at `<project root>/.maven-publish-dev-repo`.
4
@@ -20,6 +20,7 @@ In the `local.properties` file add the following properties:
20
```properties
21
sonatype.username=<your Sonatype username>
22
sonatype.password=<your Sonatype password>
23
+sonatype.profileID=<your Sonatype profile ID>
24
```
25
26
#### SNAPSHOT version
local.properties.template
@@ -17,4 +17,5 @@
17
# -------------------------------------------------------------------
18
#sonatype.username=
19
#sonatype.password=
+#sonatype.profileID=
0 commit comments