Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 480 Bytes

File metadata and controls

15 lines (11 loc) · 480 Bytes

If running from command line

mkdir NewDir cd NewDir git clone

    TO obtain the Rollbar Access token follow these steps
    Login to Rollbar.com
    Click on settings
    click on  your project
    Project access tokens
    Copy the token next to where it says 'post_server_item'

export ROLLBAR_ACCESS_TOKEN=<post_server_item>; export ENVIRONMENT= export CODE_VERSION=; mvn -X clean install compile test