mirror of
https://github.com/valitydev/library-parent-pom.git
synced 2024-11-06 02:45:17 +00:00
cyclonedx-site-plugins
This commit is contained in:
parent
ddc6e6aa24
commit
bfb0e7401c
32
pom.xml
32
pom.xml
@ -126,6 +126,38 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-site-plugin</artifactId>
|
||||||
|
<version>3.12.0</version>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.cyclonedx</groupId>
|
||||||
|
<artifactId>cyclonedx-maven-plugin</artifactId>
|
||||||
|
<version>2.7.9</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<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>json</outputFormat>
|
||||||
|
<outputName>bom</outputName>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
Loading…
Reference in New Issue
Block a user