Closed sigiesec closed 6 years ago
Currently, a single maven module (resp. a single pom.xml) is generated for all ProjectTypes. This must be split up, in order to enable dependents to depend on the API only, e.g. and not pull in dependencies to ServiceComm, e.g.
Must be solved in connection with #42
Also started work on this, but cross-project dependencies need to be resolved properly.
Currently, a single maven module (resp. a single pom.xml) is generated for all ProjectTypes. This must be split up, in order to enable dependents to depend on the API only, e.g. and not pull in dependencies to ServiceComm, e.g.