This is an automated email from the ASF dual-hosted git repository. solomax pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openmeetings.git
commit d1304449905bb4f4e31d0f59f552a7f5195ee8c1 Author: Maxim Solodovnik <[email protected]> AuthorDate: Fri Dec 6 10:42:40 2024 +0700 [OPENMEETINGS-2786] SBOM generation is skipped for the quick build --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 9b22b5df4..1e0f33331 100644 --- a/pom.xml +++ b/pom.xml @@ -1656,6 +1656,7 @@ </execution> </executions> <configuration> + <skip>${om.quick.build}</skip> <outputName>${project.artifactId}-${project.version}-bom</outputName> </configuration> </plugin> @@ -1672,6 +1673,9 @@ </goals> </execution> </executions> + <configuration> + <skip>${om.quick.build}</skip> + </configuration> </plugin> </plugins> </pluginManagement>
