Disable extra scans for full profile.
The extra scans were not disabled for the full profile, only the regular profile. See gh-22550
This commit is contained in:
parent
6215052c5b
commit
0494007893
|
|
@ -233,6 +233,9 @@
|
|||
<addTestClassPath>true</addTestClassPath>
|
||||
<skipInvocation>${skipTests}</skipInvocation>
|
||||
<streamLogs>true</streamLogs>
|
||||
<properties>
|
||||
<scan>false</scan>
|
||||
</properties>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
|
|||
Loading…
Reference in New Issue