Re: Dependabot breaks things again.

2022-06-27 Thread Ralph Goers
Yup. Probably for the same reasons. It seems something is generating bad FOP XML for stuff we don’t even include in the pdf we generate. From what I can tell it fails building a list of dependencies. Ralph > On Jun 27, 2022, at 12:46 PM, Piotr P. Karwasz > wrote: > > Hi Ralph, > > On Mon, 2

Re: Dependabot breaks things again.

2022-06-27 Thread Piotr P. Karwasz
Hi Ralph, On Mon, 27 Jun 2022 at 20:27, Ralph Goers wrote: > I ran mvn site and now the pdf plugin is failing. It seems no-one validated > that the build worked after the plugin was updated. That seems to be an old commit. Since then Volkan added a "Maven site" build job, that is run on each de

Re: Dependabot breaks things again.

2022-06-27 Thread Ralph Goers
I reverted the plugin back to 1.2 and the site build works again. Ralph > On Jun 27, 2022, at 11:31 AM, Matt Sicker wrote: > > It’s why I don’t merge dependency updates for reporter plugins unless I can > verify it still works. Some of these reporter plugins are tricky to configure > properly

Re: Dependabot breaks things again.

2022-06-27 Thread Matt Sicker
It’s why I don’t merge dependency updates for reporter plugins unless I can verify it still works. Some of these reporter plugins are tricky to configure properly. — Matt Sicker > On Jun 27, 2022, at 13:27, Ralph Goers wrote: > > I ran mvn site and now the pdf plugin is failing. It seems no-

Dependabot breaks things again.

2022-06-27 Thread Ralph Goers
I ran mvn site and now the pdf plugin is failing. It seems no-one validated that the build worked after the plugin was updated. Ralph