We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308aeaf commit aad24f6Copy full SHA for aad24f6
gax-java/gax/pom.xml
@@ -14,6 +14,13 @@
14
<version>2.50.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
15
</parent>
16
17
+ <properties>
18
+ <!-- mvn install runs the sonar plugin which injects an argLine value to surefire -->
19
+ <!-- mvn surefire:test doesn't run sonar and errors as it does not have an argLine value to expand -->
20
+ <!-- An empty argLine user property can still be expanded and won't throw an error -->
21
+ <argLine />
22
+ </properties>
23
+
24
<dependencies>
25
<dependency>
26
<groupId>com.google.api</groupId>
0 commit comments