Create temp notarization folder. Snapshot for e427 distro
This commit is contained in:
@@ -526,14 +526,12 @@
|
||||
|
||||
<parallel failonany="true">
|
||||
|
||||
<exec executable="/bin/bash" failonerror="true">
|
||||
<arg value="${project.build.directory}/../macos-notarize.sh" />
|
||||
<exec executable="${project.build.directory}/../macos-notarize.sh" failonerror="true">
|
||||
<arg value="${dmgName}" />
|
||||
<arg value="${env.MACOS_NOTARIZATION_SERVICE_URL}" />
|
||||
</exec>
|
||||
|
||||
<exec executable="/bin/bash" failonerror="true">
|
||||
<arg value="${project.build.directory}/../macos-notarize.sh" />
|
||||
<exec executable="${project.build.directory}/../macos-notarize.sh" failonerror="true">
|
||||
<arg value="${dmgName-aarch64}" />
|
||||
<arg value="${env.MACOS_NOTARIZATION_SERVICE_URL}" />
|
||||
</exec>
|
||||
@@ -760,4 +758,26 @@
|
||||
</plugins>
|
||||
</pluginManagement> -->
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>gpg.sign</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>tycho-gpg-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>sign-p2-artifacts</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user