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:
Nelson Osacky 2020-07-24 15:13:07 +02:00 committed by Andy Wilkinson
parent 6215052c5b
commit 0494007893

View File

@ -233,6 +233,9 @@
<addTestClassPath>true</addTestClassPath>
<skipInvocation>${skipTests}</skipInvocation>
<streamLogs>true</streamLogs>
<properties>
<scan>false</scan>
</properties>
</configuration>
</execution>
</executions>