Add SBOM for maven plugins
This commit is contained in:
committed by
Space Team
parent
303b01b89b
commit
ad8909113d
@@ -37,6 +37,10 @@
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<organization>
|
||||
<name>JetBrains s.r.o.</name>
|
||||
</organization>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project-root>../../..</project-root>
|
||||
@@ -254,6 +258,26 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.spdx</groupId>
|
||||
<artifactId>spdx-maven-plugin</artifactId>
|
||||
<version>0.6.5</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>build-spdx</id>
|
||||
<goals>
|
||||
<goal>createSPDX</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<spdxDocumentNamespace>https://www.jetbrains.com/spdxdocs/${project.artifactId}-${project.version}</spdxDocumentNamespace>
|
||||
<creators>
|
||||
<creator>Organization: JetBrains s.r.o.</creator>
|
||||
</creators>
|
||||
<originator>Organization: JetBrains s.r.o.</originator>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user