Skip to content

Commit dd30aff

Browse files
committed
[Build] Pack swt-download zip after it was signed
Part of - eclipse-platform/eclipse.platform.releng.aggregator#2189
1 parent 326eb63 commit dd30aff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binaries/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@
189189
</execution>
190190
<execution>
191191
<id>package-swt-download-zip</id>
192-
<phase>package</phase>
192+
<!-- Pack this zip after the swt.jar has been signed.-->
193+
<phase>verify</phase>
193194
<goals>
194195
<goal>run</goal>
195196
</goals>

0 commit comments

Comments
 (0)