Skip to content

Commit f9271dc

Browse files
cleanup readme + fast release
1 parent 37bce4b commit f9271dc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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.
33

44
## Usage
55
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
4545
</project>
4646
```
4747

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.
4949

5050
```xml
5151
<settings>

shortcuts.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
mvn -P release release:clean release:prepare
4+
mvn -P release release:perform

0 commit comments

Comments
 (0)