ibm-cloud-architecture / refarch-cloudnative-netflix-eureka

A component of the https://github.com/ibm-cloud-architecture/refarch-cloudnative-netflix reference application. This repository contains a basic Netflix Eureka application.
3 stars 20 forks source link

Consolidate build scripts with optional flags #4

Closed osowski closed 8 years ago

osowski commented 8 years ago

Combine build-gradle.sh and build-maven.sh into a single script that should be the happy path by default, with command flags to alter operation as needed.

Let's use Eureka as the first component to consolidate these build options and then we can replicate the same script to other repositories.

edwinvandegrift commented 8 years ago

Initial version committed to repo.

osowski commented 8 years ago

Completed.