File tree Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Original file line number Diff line number Diff line change 375
375
</arguments >
376
376
</configuration >
377
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 >
378
406
</executions >
379
407
</plugin >
380
408
606
634
<groupId >org.codehaus.mojo</groupId >
607
635
<artifactId >exec-maven-plugin</artifactId >
608
636
<executions >
637
+ <execution >
638
+ <id >build-gradle-kotlin-dsl</id >
639
+ <phase >compile</phase >
640
+ <goals >
641
+ <goal >exec</goal >
642
+ </goals >
643
+ <configuration >
644
+ <workingDirectory >${rootproject.basedir} /gradle-kotlin-dsl</workingDirectory >
645
+ <executable >./gradlew</executable >
646
+ <arguments >
647
+ <argument >build</argument >
648
+ </arguments >
649
+ </configuration >
650
+ </execution >
609
651
<execution >
610
652
<id >test-gradle-kotlin-dsl</id >
611
653
<phase >test</phase >
676
718
</arguments >
677
719
</configuration >
678
720
</execution >
721
+ <execution >
722
+ <id >build-kotlin-ktor</id >
723
+ <phase >compile</phase >
724
+ <goals >
725
+ <goal >exec</goal >
726
+ </goals >
727
+ <configuration >
728
+ <workingDirectory >${rootproject.basedir} /kotlin-ktor</workingDirectory >
729
+ <executable >./gradlew</executable >
730
+ <arguments >
731
+ <argument >build</argument >
732
+ </arguments >
733
+ </configuration >
734
+ </execution >
735
+ <execution >
736
+ <id >test-kotlin-ktor</id >
737
+ <phase >test</phase >
738
+ <goals >
739
+ <goal >exec</goal >
740
+ </goals >
741
+ <configuration >
742
+ <workingDirectory >${rootproject.basedir} /kotlin-ktor</workingDirectory >
743
+ <executable >./gradlew</executable >
744
+ <arguments >
745
+ <argument >test</argument >
746
+ </arguments >
747
+ </configuration >
748
+ </execution >
679
749
</executions >
680
750
</plugin >
681
751
</plugins >
You can’t perform that action at this time.
0 commit comments