Skip to content

Building Projects

Timothy Farkas edited this page Dec 31, 2017 · 2 revisions

Setup

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.

Build

mvn clean install
Clone this wiki locally