mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00

This commit adds a 'tags' attribute to each type. Two tags are currently available: 1. build defines the build system that should be included in the project (maven and gradle) 2. format defines the format of the project (build for the build file and project for a project archive) When a type id is specified, the build tag is used to figure out which build system should be used. If no type is specified we fallback to Maven as we were already doing. Fixes gh-43