Add dependency alias support

This commit allows to specify an arbitrary number of aliases for a
dependency. A project can be generated using that dependency either
referring to its main id or any of its registered aliases.

Fixes gh-29
This commit is contained in:
Stephane Nicoll
2014-08-19 11:55:26 +02:00
parent 50ee4a5a91
commit b5845ab3c4
5 changed files with 46 additions and 16 deletions

View File

@@ -20,6 +20,8 @@ initializr:
id: jdbc
- name: JPA
id: data-jpa
aliases:
- jpa
- name: MongoDB
id: data-mongodb
- name: Redis