Re: Side effects of import scope?

2022-08-19 Thread Laird Nelson
Indeed. I didn’t write it. On Fri, Aug 19, 2022 at 4:45 AM Delany wrote: > >> I don't see how any property from the imported model could affect the > >> importing model > >> > > > OK, good to know. > > It also can't be overwritten from the importing model, so what purpose does > it serve to publ

[ANN] Maven PDF Plugin 1.6.1 released

2022-08-19 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven PDF Plugin version 1.6.1. https://maven.apache.org/plugins/maven-pdf-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-pdf-plugin 1.6.1 Release Notes - Ma

[ANN] Apache Maven JXR 3.3.0 released

2022-08-19 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven JXR version 3.3.0 This module generates browsable HTML pages from Java source code. https://maven.apache.org/jxr/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins m

Re: Side effects of import scope?

2022-08-19 Thread Delany
>> I don't see how any property from the imported model could affect the >> importing model >> > OK, good to know. It also can't be overwritten from the importing model, so what purpose does it serve to publish these properties in a bom? Regards, Delany On Thu, 18 Aug 2022 at 20:56, Laird Nelso