Commit 04940078 authored by Nelson Osacky's avatar Nelson Osacky Committed by Andy Wilkinson

Disable extra scans for full profile.

The extra scans were not disabled for the full profile, only the
regular profile.

See gh-22550
parent 6215052c
......@@ -233,6 +233,9 @@
<addTestClassPath>true</addTestClassPath>
<skipInvocation>${skipTests}</skipInvocation>
<streamLogs>true</streamLogs>
<properties>
<scan>false</scan>
</properties>
</configuration>
</execution>
</executions>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment