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
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Swift Maven Wagon
2
-
This project is a [Maven Wagon][wagon] for [OpenStack Swift][swift]. In order to to publish artifacts to an swift container, the user (as identified by their access key) must be listed as an owner on the container.
2
+
This project is a [Maven Wagon][wagon] for [OpenStack Swift][swift]. In order to publish artifacts to an swift container, the user (as identified by their username and password) must have access to the container.
3
3
4
4
## Usage
5
5
To publish Maven artifacts to swift a build extension must be defined in a project's `pom.xml`. The latest version of the wagon can be found on the [`swift-maven`][swift-maven] page in Maven Central.
@@ -45,7 +45,7 @@ Once the build extension is configured distribution management repositories can
45
45
</project>
46
46
```
47
47
48
-
Finally the `~/.m2/settings.xml` must be updated to include access and secret keys for the account. The access key should be used to populate the `username` element, and the secret access key should be used to populate the `password` element.
48
+
Finally the `~/.m2/settings.xml` must be updated to include username and password for the account.
0 commit comments