Test GHA e428 distro build

This commit is contained in:
aboyko
2023-07-06 10:57:23 -04:00
parent e8072e7748
commit 57dce85969
3 changed files with 58 additions and 15 deletions

View File

@@ -98,18 +98,6 @@
</configuration>
</plugin>
<!-- <plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-gpg-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>sign-p2-artifacts</goal>
</goals>
</execution>
</executions>
</plugin> -->
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
@@ -760,4 +748,21 @@
</plugins>
</pluginManagement> -->
</build>
<profiles>
<profile>
<id>gpg.sign</id>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-gpg-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>sign-p2-artifacts</goal>
</goals>
</execution>
</executions>
</plugin>
</profile>
</profiles>
</project>