File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 </executions >
8585 </plugin >
8686
87- <plugin >
88- <groupId >com.bazaarvoice.maven.plugins</groupId >
89- <artifactId >process-exec-maven-plugin</artifactId >
90- <version >${process-exec-maven-plugin.version} </version >
91- <executions >
92- <!-- Start Blade -->
93- <execution >
94- <id >blade-process</id >
95- <phase >pre-integration-test</phase >
96- <goals >
97- <goal >start</goal >
98- </goals >
99- <configuration >
100- <name >Blade</name >
101- <waitForInterrupt >false</waitForInterrupt >
102- <arguments >
103- <argument >java</argument >
104- <argument >-jar</argument >
105- <argument >blade.jar</argument >
106- </arguments >
107- </configuration >
108- </execution >
109- <!-- Stop all processes in reverse order -->
110- <execution >
111- <id >stop-all</id >
112- <phase >post-integration-test</phase >
113- <goals >
114- <goal >stop-all</goal >
115- </goals >
116- </execution >
117- </executions >
118- </plugin >
11987 <plugin >
12088 <artifactId >maven-assembly-plugin</artifactId >
12189 <version >${assembly.plugin.version} </version >
Original file line number Diff line number Diff line change 428428 <module >httpclient-simple</module >
429429 <module >hystrix</module >
430430
431- <module >image-processing</module >
432431 <module >immutables</module >
433432
434433 <module >jackson-modules</module >
751750 <module >parent-spring-5</module >
752751 <module >parent-java</module >
753752
753+ <module >image-processing</module >
754+
754755 <module >jenkins/plugins</module >
755756 <module >jhipster</module >
756757 <module >jws</module >
895896 <module >httpclient-simple</module >
896897 <module >hystrix</module >
897898
898- <module >image-processing</module >
899899 <module >immutables</module >
900900
901901 <module >jackson-modules</module >
12001200 <module >parent-spring-5</module >
12011201 <module >parent-java</module >
12021202
1203+ <module >image-processing</module >
1204+
12031205 <module >jenkins/plugins</module >
12041206 <module >jhipster</module >
12051207 <module >jws</module >
You can’t perform that action at this time.
0 commit comments