Skip to content

Commit

Permalink
Fix the build SPDX execution phase
Browse files Browse the repository at this point in the history
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
  • Loading branch information
goneall committed Sep 5, 2023
1 parent c6e6f54 commit 70f65fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<executions>
<execution>
<id>build-spdx</id>
<phase>prepare-package</phase>
<phase>verify</phase>
<goals>
<goal>createSPDX</goal>
</goals>
Expand Down

0 comments on commit 70f65fc

Please sign in to comment.