Re: maven-source-plugin question

2024-12-03 Thread Andrei Ivanov
Hi, I think you should just use the `jar-no-fork` goal. On Tue, Dec 3, 2024 at 2:01 PM Tamás Cservenák wrote: > Howdy, > > Could you provide a simple reproducer project (like a small project on > github or whatever service you prefer)? And provide commands and > explain what happens and what you

Re: maven-source-plugin question

2024-12-03 Thread Tamás Cservenák
Howdy, Could you provide a simple reproducer project (like a small project on github or whatever service you prefer)? And provide commands and explain what happens and what you think should happen? Thanks T On Tue, Dec 3, 2024 at 11:03 AM Grégory Jevardat De Fombelle wrote: > > I have a simple

maven-source-plugin question

2024-12-03 Thread Grégory Jevardat De Fombelle
I have a simple question that I could not answer myself by looking at documentations and trying to solve it different ways. My build lifecycle is : I use the jaxb maven plugin to generate sources in a custom folder, directly in my src/main/java/custompackage. I post process the generated sources