You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
finish #147 by adding info about verifying maven central jars using gpg; do #253 by adding maven and gradle examples; do #254 by adding what's new section
pgp key ID is 48D4B86E and it is available from pgp.mit.edu by installing gnupg and running the command:
69
+
70
+
$ gpg --keyserver pgp.mit.edu --recv-key 48D4B86E
71
+
72
+
Files can be verified with the command:
73
+
74
+
$ gpg java-client-api-3.0.1.jar.asc
75
+
76
+
77
+
### Building and Contributing
45
78
46
79
You can build the API in the same way as any Maven project on git:
47
80
@@ -52,5 +85,13 @@ You might want to skip the tests until you have configured a test database and R
52
85
53
86
$ mvn package -Dmaven.test.skip=true
54
87
88
+
See [Contributing.md](Contributing.md) for more on contributing to this github project.
89
+
90
+
### Running JUnit Tests
91
+
92
+
$ mvn test-compile
93
+
$ sh src/test/resources/boot-test.sh
94
+
$ mvn test
95
+
55
96
## Support
56
97
The MarkLogic Java Client API is maintained by MarkLogic Engineering and distributed under the [Apache 2.0 license](https://github.com/marklogic/java-client-api/blob/master/LICENSE). It is designed for use in production applications with MarkLogic Server. Everyone is encouraged to file bug reports, feature requests, and pull requests through GitHub. This input is critical and will be carefully considered, but we can’t promise a specific resolution or timeframe for any request. In addition, MarkLogic provides technical support for [release tags](https://github.com/marklogic/java-client-api/releases) of the Java Client API to licensed customers under the terms outlined in the [Support Handbook](http://www.marklogic.com/files/Mark_Logic_Support_Handbook.pdf). For more information or to sign up for support, visit [help.marklogic.com](http://help.marklogic.com).
0 commit comments