The CycloneDX Maven plugin contains the following three goals: makeBom: creates a BOM for each Maven module with its dependencies, makeAggregateBom: creates an aggregate BOM at build root (with dependencies from the whole multi-modules build), and eventually a BOM for each module, ...
The CycloneDX Maven plugin contains the following three goals:makeBom: creates a BOM for each Maven module with its dependencies, makeAggregateBom: creates an aggregate BOM at build root (with dependencies from the whole multi-modules build), and eventually a BOM for each module, makePackageBom...
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 (#447)@dependabot Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.1 to 3.10.2 (#445)@dependabot Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 (#442)@dependabo...
<artifactId>cyclonedx-maven-plugin</artifactId> <packaging>maven-plugin</packaging> <version>2.2.0</version> <name>CycloneDX Maven plugin</name> <description>The CycloneDX Maven plugin creates an aggregate of all dependencies and transitive dependencies of a project and creates a valid CycloneDX ...
{maven.javadoc.plugin.version}</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-maven-plugin</artifactId> <version>${maven.cyclonedx.plugin...
Re: [PR] Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.11 to 2.8.0 in /lang/java [avro] via GitHub Mon, 25 Mar 2024 03:04:50 -0700 martin-g merged PR #2817: URL: https://github.com/apache/avro/pull/2817 -- This is an automated message from the Apache Git Service. To ...
Bumps [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.7.11 to 2.8.0. Release notes Sourced from org.cyclonedx:cyclonedx-maven-plugin's releases. <blockquote> 2.8.0 <!-- raw HTML omitted --> Update CycloneDX Description Text (#461) ...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} CycloneDX / cyclonedx-maven-plugin Public Notifications You must be signed in to change notification settings Fork 85 Star 298 ...
<plugin> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-maven-plugin</artifactId> <version>2.8.0</version> <executions> <execution> <phase>package</phase> <goals> <goal>makeAggregateBom</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project> 0 com...
Creates CycloneDX Software Bill of Materials (SBOM) from Maven projects - Issues · CycloneDX/cyclonedx-maven-plugin