Skip to content

Commit cf53771

Browse files
kwoykeKrzysztof Woyke
andauthored
JAVA-6253: Review the time of the build (eugenp#11067)
* JAVA-6253: Move image-processing to the heavy profile * JAVA-6253: Do not start blade app automatically by a plugin Co-authored-by: Krzysztof Woyke <[email protected]>
1 parent 225c760 commit cf53771

2 files changed

Lines changed: 4 additions & 34 deletions

File tree

blade/pom.xml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -84,38 +84,6 @@
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>

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@
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>
@@ -751,6 +750,8 @@
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>
@@ -895,7 +896,6 @@
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>
@@ -1200,6 +1200,8 @@
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>

0 commit comments

Comments
 (0)