devhub-tud / devhub

DevHub is a software system designed to give students a simple practical introduction into modern software development.
15 stars 8 forks source link

Target/metamodel keeps resetting in IntelliJ #434

Closed TimvdLippe closed 7 years ago

TimvdLippe commented 7 years ago

Just as a tracking issue, as far as I know @LiamClark is already looking into this.

Every time a maven dependency is changed or a maven command is run in IntelliJ, the target/metamodel is marked as a resources directory, while it should be an generated sources root directory.

Would be nice if this folder could be moved somewhere or if we can somehow teach IntelliJ that this folder should remain the generated sources root.

jwgmeligmeyling commented 7 years ago

We don't need to use a specific folder anymore, as Lombok doesn't utilise the generated-sources anymore and thus doesn't conflict. So we can just use generated-sources.

TimvdLippe commented 7 years ago

@LiamClark ping, you fixed this one?