Building Projects - StreamSimple/uber-poms GitHub Wiki
Add the following to ~/.m2/settings.xml
<servers>
<server>
<id>StreamSimple-release</id>
<username>AKIAIM5HCLF5X3PCZ7DQ</username>
<password>P0W7Z70LsybupNaxnVV+m27QxJSHmdSvp555RWnQ</password>
</server>
<server>
<id>StreamSimple-snapshot</id>
<username>AKIAIM5HCLF5X3PCZ7DQ</username>
<password>P0W7Z70LsybupNaxnVV+m27QxJSHmdSvp555RWnQ</password>
</server>
</servers>
This configures the access keys to give you read-only access to the StreamSimple maven repository.
mvn clean install