servicecatalog / oscm-app

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

Introduce maven for oscm-app-aws component #4

Closed kowalczyka closed 5 years ago

kowalczyka commented 5 years ago

Summary oscm-app-aws component should be built using maven.

Details Introduce multi module maven project with common external dependencies which make it possible to build oscm-app-aws component

Acceptance criteria

  1. Running mvn clean install command inside oscm-app-aws directory should result with successfull build which provide: oscm-app-aws.ear
  2. Package should be deployable without any issues in oscm-app container
  3. All unit tests related to oscm-app-aws 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-aws to find out how oscm-app-openstack.ear is built. Please refer to https://github.com/servicecatalog/oscm/tree/master/oscm-app-aws-unittests to find out which unit tests should be migrated.