1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +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> <source>repository</source>
</configuration> </configuration>
</plugin> </plugin>
<!-- Disable Mac signing for now
<plugin> <plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId> <groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-macsigner-plugin</artifactId> <artifactId>eclipse-macsigner-plugin</artifactId>
@ -162,6 +163,7 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
-->
<plugin> <plugin>
<artifactId>maven-antrun-plugin</artifactId> <artifactId>maven-antrun-plugin</artifactId>
<executions> <executions>