Skip to content

Commit c630357

Browse files
hansenmcrjrudin
authored andcommitted
correct path to local maven repository in user home
path was missing "repository/"
1 parent f136f76 commit c630357

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/local-testing-project/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ that you've published to your local Maven repository.
44
To publish an instance of ml-gradle locally, just do the following:
55

66
1. From the ml-gradle root directory, run "publish -Pversion=DEV publishToMavenLocal" (you can pick any version name that you want)
7-
1. Verify manually that the library was published to ~/.m2/com/marklogic/ml-gradle
7+
1. Verify manually that the library was published to ~/.m2/repository/com/marklogic/ml-gradle
88

99
You should then be able to run "gradle tasks" on this project, and that will use your
1010
locally published copy of ml-gradle. Again, feel free to change the version name to whatever
1111
you want, there's no requirement to use "DEV".
1212

13-
Note that the "src" directory is gitignore'd in this project so that you can add any artifacts you want.
14-
13+
Note that the "src" directory is gitignore'd in this project so that you can add any artifacts you want.

0 commit comments

Comments
 (0)