File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments