-
Notifications
You must be signed in to change notification settings - Fork 0
Building Projects
Timothy Farkas edited this page Dec 31, 2017
·
2 revisions
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