Skip to content

Commit 599c6df

Browse files
committed
add Nexus part to BUILD.md
1 parent d92b7a1 commit 599c6df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

BUILD.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,12 @@ JavaFXLibrary uses Apache Maven as a build tool.
5858
</settings>
5959
````
6060
* Release snapshot or actual release (depending what is in version tag in pom.xml)``mvn clean deploy -P release``
61+
* In case of release log in to https://oss.sonatype.org:
62+
* from left choose `Staging repositories` and scroll down, choose `robotframework-*` repository and review
63+
* choose from top toolbar `Release`, add to reason field `x.y.z release` and submit
64+
* sync takes typically hours before visible in Maven Central
6165
* snapshots can be found from https://oss.sonatype.org/content/repositories/snapshots/org/robotframework/javafxlibrary/
62-
* actual releases can be found from https://search.maven.org/ and typing `javafxlibrary` in the search field.
66+
* actual releases can be found from https://search.maven.org/ and typing `javafxlibrary` in the search field.
6367

6468
## Announcements
6569

0 commit comments

Comments
 (0)