Skip to content

Commit 167bfa5

Browse files
committed
Fix the build SPDX execution phase
Signed-off-by: Gary O'Neall <[email protected]>
1 parent 4666b45 commit 167bfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
<executions>
243243
<execution>
244244
<id>build-spdx</id>
245-
<phase>prepare-package</phase>
245+
<phase>verify</phase>
246246
<goals>
247247
<goal>createSPDX</goal>
248248
</goals>

0 commit comments

Comments
 (0)