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
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# MarkLogic Unit Test
2
+
1
3
marklogic-unit-test includes the [original Roxy unit test framework for MarkLogic](https://github.com/marklogic-community/roxy/wiki/Unit-Testing) and
2
4
provides a few new features:
3
5
@@ -8,3 +10,16 @@ provides a few new features:
8
10
To try this out locally, check out the [ml-gradle example project](https://github.com/marklogic-community/ml-gradle/tree/dev/examples/unit-test-project).
9
11
You can use that project's build.gradle file as an example of how to use marklogic-unit-test in your own project.
10
12
13
+
## Publishing
14
+
15
+
To publish this project, you need to publish both marklogic-unit-test-modules and marklogic-unit-test-client.
16
+
17
+
1. In `{PROJECT}/gradle.properties`:
18
+
- Increment the `version` property
19
+
- Add these properties to your `myBintrayUser`, `myBintrayKey`
20
+
2.`cd marklogic-unit-test-client`
21
+
3.`gradle bintrayUpload`
22
+
4.`cd ../marklogic-unit-test-modules`
23
+
5.`gradle bintrayUpload`
24
+
6. Point a browser to `https://bintray.com/marklogic-community/Maven/marklogic-unit-test-modules` and click "Publish"
25
+
6. Point a browser to `https://bintray.com/marklogic-community/Maven/marklogic-unit-test-client` and click "Publish"
0 commit comments