servicecatalog / oscm-app

OSCM Asynchronous Provisioning Proxy.
Apache License 2.0
1 stars 3 forks source link

Introduce maven for oscm-app-sample component #16

Closed kowalczyka closed 5 years ago

kowalczyka commented 5 years ago

Summary oscm-app-samplecomponent should be built using maven.

Details Introduce maven project with common external dependencies which make it possible to build oscm-app-samplecomponent

Acceptance criteria

  1. Running mvn clean install command inside oscm-app-sample directory should result with successfull build which provide: oscm-app-sample.war
  2. Package should be deployable without any issues in oscm-app container
  3. All unit tests related to oscm-app-sample component should be migrated and running 'mvn clean test' command should result with successfull build.

Additional context Please refer to https://github.com/servicecatalog/oscm/tree/master/oscm-app-sample to find out how oscm-app-sample.war is built.