Skip to content

Commit

Permalink
define output format
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Dec 5, 2023
1 parent 48f2609 commit 9e80d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@
</executions>
<configuration>
<projectType>application</projectType>
<schemaVersion>v1.4</schemaVersion>
<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>
<outputFormat>all</outputFormat>
<outputFormat>CycloneDX 1.4</outputFormat>
<outputName>bom</outputName>
</configuration>
</plugin>
Expand Down

0 comments on commit 9e80d9b

Please sign in to comment.