We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2422a commit 41af70fCopy full SHA for 41af70f
pom.xml
@@ -134,6 +134,9 @@
134
135
<PermGen>64m</PermGen>
136
<MaxPermGen>512m</MaxPermGen>
137
+
138
+ <!-- to be able to exclude some tests using command line -->
139
+ <tests.to.exclude/>
140
</properties>
141
142
<dependencyManagement>
@@ -555,6 +558,9 @@
555
558
<version>${plugin.surefire.version}</version>
556
559
<configuration combine.children="append">
557
560
<argLine>-Xmx2g -Xms1g -Dfile.encoding=UTF-8</argLine>
561
+ <excludes>
562
+ <exclude>${tests.to.exclude}</exclude>
563
+ </excludes>
564
</configuration>
565
<!-- <excludes> <exclude>**/itest/**</exclude> </excludes> <executions>
566
<execution> <id>surefire-itest</id> <phase>integration-test</phase> <goals>
0 commit comments