1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Disable Mac signing of the standalone debugger app.

Change-Id: Ie39f65b70206354b73b2a69a9734dbeba3974c6f
This commit is contained in:
Doug Schaefer 2017-09-11 13:17:14 -04:00
parent a985a9753f
commit feed2bbf85

View file

@ -145,6 +145,7 @@
<source>repository</source>
</configuration>
</plugin>
<!-- Disable Mac signing for now
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-macsigner-plugin</artifactId>
@ -162,6 +163,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>