JAVA-6253: Review the time of the build (#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 <krzysztof.woyke.sp@lhsystems.com>
This commit is contained in:
parent
eef71ba53c
commit
ec02aed456
|
@ -84,38 +84,6 @@
|
|||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>com.bazaarvoice.maven.plugins</groupId>
|
||||
<artifactId>process-exec-maven-plugin</artifactId>
|
||||
<version>${process-exec-maven-plugin.version}</version>
|
||||
<executions>
|
||||
<!--Start Blade -->
|
||||
<execution>
|
||||
<id>blade-process</id>
|
||||
<phase>pre-integration-test</phase>
|
||||
<goals>
|
||||
<goal>start</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<name>Blade</name>
|
||||
<waitForInterrupt>false</waitForInterrupt>
|
||||
<arguments>
|
||||
<argument>java</argument>
|
||||
<argument>-jar</argument>
|
||||
<argument>blade.jar</argument>
|
||||
</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
<!--Stop all processes in reverse order -->
|
||||
<execution>
|
||||
<id>stop-all</id>
|
||||
<phase>post-integration-test</phase>
|
||||
<goals>
|
||||
<goal>stop-all</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>${assembly.plugin.version}</version>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -428,7 +428,6 @@
|
|||
<module>httpclient-simple</module>
|
||||
<module>hystrix</module>
|
||||
|
||||
<module>image-processing</module>
|
||||
<module>immutables</module>
|
||||
|
||||
<module>jackson-modules</module>
|
||||
|
@ -751,6 +750,8 @@
|
|||
<module>parent-spring-5</module>
|
||||
<module>parent-java</module>
|
||||
|
||||
<module>image-processing</module>
|
||||
|
||||
<module>jenkins/plugins</module>
|
||||
<module>jhipster</module>
|
||||
<module>jws</module>
|
||||
|
@ -895,7 +896,6 @@
|
|||
<module>httpclient-simple</module>
|
||||
<module>hystrix</module>
|
||||
|
||||
<module>image-processing</module>
|
||||
<module>immutables</module>
|
||||
|
||||
<module>jackson-modules</module>
|
||||
|
@ -1200,6 +1200,8 @@
|
|||
<module>parent-spring-5</module>
|
||||
<module>parent-java</module>
|
||||
|
||||
<module>image-processing</module>
|
||||
|
||||
<module>jenkins/plugins</module>
|
||||
<module>jhipster</module>
|
||||
<module>jws</module>
|
||||
|
|
Loading…
Reference in New Issue