Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6854a0f

Browse files
committed
tune documentation
1 parent f9c4c60 commit 6854a0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BUILD.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ JavaFXLibrary uses Apache Maven as a build tool.
3030
* push ``git push origin master`` and ``git push origin x.x.x``
3131
* create a new release and upload the jar file, html documentation and xml file to https://github.com/eficode/JavaFXLibrary/releases
3232
* upload to Maven Repository (uses release profile)
33+
* Create pgp key if not already: https://central.sonatype.org/pages/working-with-pgp-signatures.html
3334
* In your .m2/settings.xml
3435
````
3536
<settings>
@@ -56,7 +57,7 @@ JavaFXLibrary uses Apache Maven as a build tool.
5657
</profiles>
5758
</settings>
5859
````
59-
* ``mvn clean deploy -P release``
60+
* Release snapshot or actual release (depending what is in version tag in pom.xml)``mvn clean deploy -P release``
6061
* snapshots can be found from https://oss.sonatype.org/content/repositories/snapshots/org/robotframework/javafxlibrary/
6162
* actual releases can be found from https://search.maven.org/ and typing `javafxlibrary` in the search field.
6263

0 commit comments

Comments
 (0)