Application responsible for managing a snapshot of content originating from a DuraCloud space
In order to run the build with integration tests successfully a few conditions need to be in place:
- You need to specify appropriate -D properties on the maven commandline:
- you'll definitely need to specify -DskipTestITs=false -Daws.accessKey= -Daws.secretKey=
- additionally you'll likely need override the properties set in ./snapshot-webapp/pom.xml. Properties you'll likely need to override: snapshot.duracloud.spaceId, snapshot.duracloud.storeId etc.
- The duracloud instance referenced in those properties will need to be up and running.