btc-ag / service-idl

Xtext-based Service IDL (Interface Definition Language) and Code Generators for Protobuf, C++, Java and .NET
Eclipse Public License 2.0
8 stars 8 forks source link

The directory name of a generated Java module should correspond with its Maven artifactId #64

Closed sigiesec closed 6 years ago

sigiesec commented 6 years ago

@GerrietReents @huttenlocher Do you have any concerns that changing this will break your current uses? If yes, I would add the new behaviour as a new option, but retain the existing behaviour. Otherwise, I would just change it.

GerrietReents commented 6 years ago

This means having the root directory named like the artifactId in pom file?

sigiesec commented 6 years ago

Yes, I meant the artifactId, I changed the description of the issue to reflect this.