Skip to content

Commit 70f65fc

Browse files
committed
Fix the build SPDX execution phase
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
1 parent c6e6f54 commit 70f65fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
<executions>
250250
<execution>
251251
<id>build-spdx</id>
252-
<phase>prepare-package</phase>
252+
<phase>verify</phase>
253253
<goals>
254254
<goal>createSPDX</goal>
255255
</goals>

0 commit comments

Comments
 (0)