Skip to content

Commit 0f351c5

Browse files
committed
adding publishing notes
1 parent 1e187a1 commit 0f351c5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# MarkLogic Unit Test
2+
13
marklogic-unit-test includes the [original Roxy unit test framework for MarkLogic](https://github.com/marklogic-community/roxy/wiki/Unit-Testing) and
24
provides a few new features:
35

@@ -8,3 +10,16 @@ provides a few new features:
810
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).
911
You can use that project's build.gradle file as an example of how to use marklogic-unit-test in your own project.
1012

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

Comments
 (0)