|
283 | 283 | </configuration>
|
284 | 284 | </plugin>
|
285 | 285 |
|
286 |
| - <plugin> |
287 |
| - <groupId>org.codehaus.mojo</groupId> |
288 |
| - <artifactId>exec-maven-plugin</artifactId> |
289 |
| - <version>${exec-maven-plugin.version}</version> |
290 |
| - <configuration> |
291 |
| - <executable>maven</executable> |
292 |
| - </configuration> |
293 |
| - <executions> |
294 |
| - <execution> |
295 |
| - <id>build-gradle-kotlin-dsl</id> |
296 |
| - <phase>none</phase> |
297 |
| - <goals> |
298 |
| - <goal>exec</goal> |
299 |
| - </goals> |
300 |
| - <configuration> |
301 |
| - <workingDirectory>${project.basedir}/gradle-kotlin-dsl</workingDirectory> |
302 |
| - <executable>./gradlew</executable> |
303 |
| - <arguments> |
304 |
| - <argument>build</argument> |
305 |
| - </arguments> |
306 |
| - </configuration> |
307 |
| - </execution> |
308 |
| - <execution> |
309 |
| - <id>test-gradle-kotlin-dsl</id> |
310 |
| - <phase>none</phase> |
311 |
| - <goals> |
312 |
| - <goal>exec</goal> |
313 |
| - </goals> |
314 |
| - <configuration> |
315 |
| - <workingDirectory>${rootproject.basedir}/gradle-kotlin-dsl</workingDirectory> |
316 |
| - <executable>./gradlew</executable> |
317 |
| - <arguments> |
318 |
| - <argument>test</argument> |
319 |
| - </arguments> |
320 |
| - </configuration> |
321 |
| - </execution> |
322 |
| - <execution> |
323 |
| - <id>build-kotlin-build-plugins</id> |
324 |
| - <phase>none</phase> |
325 |
| - <goals> |
326 |
| - <goal>exec</goal> |
327 |
| - </goals> |
328 |
| - <configuration> |
329 |
| - <workingDirectory>${rootproject.basedir}/kotlin-build-plugins</workingDirectory> |
330 |
| - <executable>./gradlew</executable> |
331 |
| - <arguments> |
332 |
| - <argument>build</argument> |
333 |
| - </arguments> |
334 |
| - </configuration> |
335 |
| - </execution> |
336 |
| - <execution> |
337 |
| - <id>test-kotlin-build-plugins</id> |
338 |
| - <phase>none</phase> |
339 |
| - <goals> |
340 |
| - <goal>exec</goal> |
341 |
| - </goals> |
342 |
| - <configuration> |
343 |
| - <workingDirectory>${rootproject.basedir}/kotlin-build-plugins</workingDirectory> |
344 |
| - <executable>./gradlew</executable> |
345 |
| - <arguments> |
346 |
| - <argument>test</argument> |
347 |
| - </arguments> |
348 |
| - </configuration> |
349 |
| - </execution> |
350 |
| - <execution> |
351 |
| - <id>build-kotlin-kover</id> |
352 |
| - <phase>none</phase> |
353 |
| - <goals> |
354 |
| - <goal>exec</goal> |
355 |
| - </goals> |
356 |
| - <configuration> |
357 |
| - <workingDirectory>${rootproject.basedir}/kotlin-kover</workingDirectory> |
358 |
| - <executable>./gradlew</executable> |
359 |
| - <arguments> |
360 |
| - <argument>build</argument> |
361 |
| - </arguments> |
362 |
| - </configuration> |
363 |
| - </execution> |
364 |
| - <execution> |
365 |
| - <id>test-kotlin-kover</id> |
366 |
| - <phase>none</phase> |
367 |
| - <goals> |
368 |
| - <goal>exec</goal> |
369 |
| - </goals> |
370 |
| - <configuration> |
371 |
| - <workingDirectory>${rootproject.basedir}/kotlin-kover</workingDirectory> |
372 |
| - <executable>./gradlew</executable> |
373 |
| - <arguments> |
374 |
| - <argument>test</argument> |
375 |
| - </arguments> |
376 |
| - </configuration> |
377 |
| - </execution> |
378 |
| - <execution> |
379 |
| - <id>build-kotlin-ktor</id> |
380 |
| - <phase>none</phase> |
381 |
| - <goals> |
382 |
| - <goal>exec</goal> |
383 |
| - </goals> |
384 |
| - <configuration> |
385 |
| - <workingDirectory>${rootproject.basedir}/kotlin-ktor</workingDirectory> |
386 |
| - <executable>./gradlew</executable> |
387 |
| - <arguments> |
388 |
| - <argument>build</argument> |
389 |
| - </arguments> |
390 |
| - </configuration> |
391 |
| - </execution> |
392 |
| - <execution> |
393 |
| - <id>test-kotlin-ktor</id> |
394 |
| - <phase>none</phase> |
395 |
| - <goals> |
396 |
| - <goal>exec</goal> |
397 |
| - </goals> |
398 |
| - <configuration> |
399 |
| - <workingDirectory>${rootproject.basedir}/kotlin-ktor</workingDirectory> |
400 |
| - <executable>./gradlew</executable> |
401 |
| - <arguments> |
402 |
| - <argument>test</argument> |
403 |
| - </arguments> |
404 |
| - </configuration> |
405 |
| - </execution> |
406 |
| - </executions> |
407 |
| - </plugin> |
408 |
| - |
409 | 286 | <plugin>
|
410 | 287 | <groupId>org.commonjava.maven.plugins</groupId>
|
411 | 288 | <artifactId>directory-maven-plugin</artifactId>
|
|
0 commit comments