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.
30
30
* push `` git push origin master `` and `` git push origin x.x.x ``
31
31
* create a new release and upload the jar file, html documentation and xml file to https://github.com/eficode/JavaFXLibrary/releases
32
32
* upload to Maven Repository (uses release profile)
33
+ * Create pgp key if not already: https://central.sonatype.org/pages/working-with-pgp-signatures.html
33
34
* In your .m2/settings.xml
34
35
````
35
36
<settings>
@@ -56,7 +57,7 @@ JavaFXLibrary uses Apache Maven as a build tool.
56
57
</profiles>
57
58
</settings>
58
59
````
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 ``
60
61
* snapshots can be found from https://oss.sonatype.org/content/repositories/snapshots/org/robotframework/javafxlibrary/
61
62
* actual releases can be found from https://search.maven.org/ and typing ` javafxlibrary ` in the search field.
62
63
You can’t perform that action at this time.
0 commit comments