Skip to content

Commit

Permalink
the integration-test profile is not used anywhere anymore. remove it.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsembwever authored and adejanovski committed Oct 12, 2017
1 parent 6073a01 commit ea655b3
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions src/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,36 +389,6 @@
</build>

<profiles>
<profile>
<id>integration-tests</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<configuration>
<skipTests>false</skipTests>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<argLine>${surefireArgLine}</argLine>
<failIfNoTests>false</failIfNoTests>
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
<includes>
<include>**/*IT.java</include>
</includes>
<excludes>
<exclude>**/Test*.java</exclude>
<exclude>**/*Test.java</exclude>
</excludes>
<workingDirectory>${project.build.directory}</workingDirectory>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>build-ui</id>
<activation>
Expand Down

0 comments on commit ea655b3

Please sign in to comment.