Skip to content

Commit d2e29a6

Browse files
committed
Merge pull request #99 from lorijoan/patch-1
Update readme with notes regarding artifactory
2 parents da5c8fc + 5e9505c commit d2e29a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

USAGE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ Add the following to the `pom.xml` plugins section.
111111
<!-- out of the box, you shoud not need to have these, as they'll use sensible defaults -->
112112
<!-- (optional) your installed version -->
113113
<version>1.13</version>
114-
<!-- (optional) if you want to push to a private repo -->
114+
<!-- (optional) if you want to push to a private repo, all of these are required if using artifactory -->
115115
<username>alexec</username>
116+
<password>password</password>
116117
<email>[email protected]</email>
117118
<serverAddress>https://index.docker.io/v1/</serverAddress>
118119
<!-- (optional) change here if you are using another port/host, e.g. 4243 -->

0 commit comments

Comments
 (0)