Browse Source

#2793 add test.command.args

Shinsuke Sugaya 1 year ago
parent
commit
7129edae93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pom.xml

+ 1 - 0
pom.xml

@@ -67,6 +67,7 @@
 			<id>integrationTests</id>
 			<properties>
 				<test.include.path>**/*Tests.java</test.include.path>
+				<test.command.args></test.command.args>
 			</properties>
 		</profile>
 	</profiles>