zalando-stups / api-first-hand-service

API-First-Hand activator template
Other
10 stars 5 forks source link

Simplify dependency setup #1

Open slavaschmidt opened 8 years ago

slavaschmidt commented 8 years ago

For now we have different repositories for different dependencies from Zalando's ecosystem.

We probably should consider putting all of them into one single repo.

We also definitely should stick to uniform repository layout (compare IvyStyle for sat-plugins to maven style for beard)

slavaschmidt commented 8 years ago

It seems that we cannot do the simplification in easy way. SBT expects the repository to have an ivy layout for plugins. Other dependencies like beard and son-reference-... published in maven style. Therefore we need two different repos with different layouts.