|
224 | 224 | </buildArgs>
|
225 | 225 | </configuration>
|
226 | 226 | </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>--> |
247 | 247 | <plugin>
|
248 | 248 | <groupId>org.apache.maven.plugins</groupId>
|
249 | 249 | <artifactId>maven-assembly-plugin</artifactId>
|
|
294 | 294 | </properties>
|
295 | 295 | <build>
|
296 | 296 | <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> |
317 | 297 | <plugin>
|
318 | 298 | <groupId>org.codehaus.mojo</groupId>
|
319 | 299 | <artifactId>exec-maven-plugin</artifactId>
|
|
0 commit comments