We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e8194 commit d79cd6bCopy full SHA for d79cd6b
msal4j-sdk/pom.xml
@@ -30,6 +30,8 @@
30
31
<properties>
32
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
33
+ <skip.unit.tests>false</skip.unit.tests>
34
+ <skip.integration.tests>false</skip.integration.tests>
35
</properties>
36
37
<dependencies>
@@ -236,6 +238,7 @@
236
238
<version>3.5.2</version>
237
239
<configuration>
240
<argLine>@{argLine} -noverify</argLine>
241
+ <skipTests>${skip.unit.tests}</skipTests>
242
</configuration>
243
</plugin>
244
<plugin>
@@ -312,6 +315,9 @@
312
315
</goals>
313
316
</execution>
314
317
</executions>
318
+ <configuration>
319
+ <skipTests>${skip.integration.tests}</skipTests>
320
+ </configuration>
321
322
323
<groupId>biz.aQute.bnd</groupId>
0 commit comments