File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,21 +4,9 @@ Consider Contributing OpenSextant
44OpenSextant is our umbrella project, not a particular module.
55The contributors are loosely affiliated, but largely volunteers.
66
7- If you have ideas it is best to contact the author, here for Xponents == Marc Ubaldino, mubaldino@gmail.com
7+ * If you have ideas it is best to contact the author, here for Xponents == Marc Ubaldino, mubaldino@gmail.com
8+ * If you have specific requests or bug fixes related to current APIs, please file an issue at https://github.com/OpenSextant/XText/issues
89
9- If you have specific requests or bug fixes related to current APIs, please file an issue.
10-
11- This is a research prototype, and consistently funded.
12- So please have some patience and willingness to do some of the work.
10+ This is a research prototype that is consistently funded, but please have some patience and willingness to do some of the work.
1311Collaborators that have a sincere interest may be considered to join the group.
1412
15- Maven Publishing
16- ----------------
17-
18- ```
19-
20- # Fix all versions to be release versions.
21- # Ensure GPG key is known...
22- # and OSSRH login is set in settings.xml
23- mvn clean deploy -P release
24- ```
Original file line number Diff line number Diff line change @@ -74,6 +74,14 @@ Basic Usage
7474 Or
7575
7676 mvn install
77+
78+
79+ Publish via Maven:
80+ //
81+ // Fix all versions to be release versions.
82+ // Ensure GPG key is known...
83+ // and OSSRH login is set in settings.xml
84+ mvn clean deploy -P release
7785```
7886
7987
You can’t perform that action at this time.
0 commit comments