You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am currently working on a multi module maven project. I've added jandex-maven-plugin to the root pom.xml of the project to have it executed on all sub modules.
The 'problem' now is that is also executes on the root project and generates an jandex.idx file.
Since projects with packaging type pom don't have a compile phase there isn't really anything to index. My idea would be to skip the execution if no other FileSet is configured.
Hey, I am currently working on a multi module maven project. I've added
jandex-maven-plugin
to the root pom.xml of the project to have it executed on all sub modules.The 'problem' now is that is also executes on the root project and generates an
jandex.idx
file.Since projects with packaging type
pom
don't have a compile phase there isn't really anything to index. My idea would be to skip the execution if no other FileSet is configured.Example:
The text was updated successfully, but these errors were encountered: