Skip to content
Snippets Groups Projects
Commit 8e2d4c8a authored by Long Cheng's avatar Long Cheng
Browse files

add maven-surefire-plugin for search-test-aws

parent 8165ddc4
No related branches found
No related tags found
1 merge request!542AWS Merge Dev Into Master
......@@ -147,4 +147,30 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.5</version>
<executions>
<execution>
<phase>integration-test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<excludes>
<exclude>none</exclude>
</excludes>
</configuration>
</execution>
</executions>
<configuration>
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>
</plugins>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment