Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[REQ] Allow modelsToGenerate to have multiline input #19628

Open
BladeReaver opened this issue Sep 20, 2024 · 0 comments
Open

[REQ] Allow modelsToGenerate to have multiline input #19628

BladeReaver opened this issue Sep 20, 2024 · 0 comments

Comments

@BladeReaver
Copy link

Problem

We are using a lot of override values for what to generate and how, this results in a big list of models we want to generate. Our maven pom looks something like:

<modelsToGenerate>object1,object2,object3......object24</modelsToGenerate>
when trying to make it better readable we tried placing these objects onto new line but that results in only the first one to be generated and the rest are not generated. Example:

<modelsToGenerate>object1,
object2,
object3
</modelsToGenerate>

this results in

[7,42] error: cannot find symbol
[ERROR]   symbol:   class object2
[ERROR]   location: package com.example.model

Preferred solution

Make it so that modelsToGenerate works when placing each object on a new line, example:

<modelsToGenerate>object1,
object2,
object3
</modelsToGenerate>
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant