This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push: new 2b2a047 use makeAggregateBom (#196) 2b2a047 is described below commit 2b2a0474431a64592e9a03ca29040db42f6c845b Author: Hervé Boutemy <herve.bout...@free.fr> AuthorDate: Thu Jan 5 20:21:13 2023 +0100 use makeAggregateBom (#196) --- pom.xml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index eb675ab..172e64b 100644 --- a/pom.xml +++ b/pom.xml @@ -830,22 +830,11 @@ <id>make-bom</id> <phase>package</phase> <goals> - <goal>makeBom</goal> + <goal>makeAggregateBom</goal> </goals> </execution> </executions> <configuration> - <projectType>library</projectType> - <schemaVersion>1.4</schemaVersion> - <includeBomSerialNumber>true</includeBomSerialNumber> - <includeCompileScope>true</includeCompileScope> - <includeProvidedScope>true</includeProvidedScope> - <includeRuntimeScope>true</includeRuntimeScope> - <includeSystemScope>true</includeSystemScope> - <includeTestScope>false</includeTestScope> - <includeLicenseText>false</includeLicenseText> - <outputReactorProjects>true</outputReactorProjects> - <outputFormat>all</outputFormat> <outputName>${project.artifactId}-${project.version}-bom</outputName> </configuration> </plugin>