Skip to content

Commit f6247b7

Browse files
committed
annotation upx
1 parent 85487ce commit f6247b7

File tree

1 file changed

+20
-40
lines changed

1 file changed

+20
-40
lines changed

toolkit-app/pom.xml

+20-40
Original file line numberDiff line numberDiff line change
@@ -224,26 +224,26 @@
224224
</buildArgs>
225225
</configuration>
226226
</plugin>
227-
<plugin>
228-
<groupId>org.codehaus.mojo</groupId>
229-
<artifactId>exec-maven-plugin</artifactId>
230-
<executions>
231-
<execution>
232-
<id>compress-binary</id>
233-
<goals>
234-
<goal>exec</goal>
235-
</goals>
236-
<phase>package</phase>
237-
<configuration combine.self="override">
238-
<executable>upx</executable>
239-
<skip>${skipCompress}</skip>
240-
<arguments>
241-
<argument>${project.build.directory}/toolkit${executable-suffix}</argument>
242-
</arguments>
243-
</configuration>
244-
</execution>
245-
</executions>
246-
</plugin>
227+
<!-- <plugin>-->
228+
<!-- <groupId>org.codehaus.mojo</groupId>-->
229+
<!-- <artifactId>exec-maven-plugin</artifactId>-->
230+
<!-- <executions>-->
231+
<!-- <execution>-->
232+
<!-- <id>compress-binary</id>-->
233+
<!-- <goals>-->
234+
<!-- <goal>exec</goal>-->
235+
<!-- </goals>-->
236+
<!-- <phase>package</phase>-->
237+
<!-- <configuration combine.self="override">-->
238+
<!-- <executable>upx</executable>-->
239+
<!-- <skip>${skipCompress}</skip>-->
240+
<!-- <arguments>-->
241+
<!-- <argument>${project.build.directory}/toolkit${executable-suffix}</argument>-->
242+
<!-- </arguments>-->
243+
<!-- </configuration>-->
244+
<!-- </execution>-->
245+
<!-- </executions>-->
246+
<!-- </plugin>-->
247247
<plugin>
248248
<groupId>org.apache.maven.plugins</groupId>
249249
<artifactId>maven-assembly-plugin</artifactId>
@@ -294,26 +294,6 @@
294294
</properties>
295295
<build>
296296
<plugins>
297-
<plugin>
298-
<groupId>org.codehaus.mojo</groupId>
299-
<artifactId>exec-maven-plugin</artifactId>
300-
<executions>
301-
<execution>
302-
<id>compress-binary</id>
303-
<goals>
304-
<goal>exec</goal>
305-
</goals>
306-
<phase>package</phase>
307-
<configuration combine.self="override">
308-
<executable>upx</executable>
309-
<skip>true</skip>
310-
<arguments>
311-
<argument>${project.build.directory}/toolkit${executable-suffix}</argument>
312-
</arguments>
313-
</configuration>
314-
</execution>
315-
</executions>
316-
</plugin>
317297
<plugin>
318298
<groupId>org.codehaus.mojo</groupId>
319299
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)