Fix typo for includeLayerTools

See gh-21310
This commit is contained in:
Kyle Hoehns
2020-05-04 15:48:17 -05:00
committed by Madhura Bhave
parent e484246388
commit fd46002666

View File

@@ -547,7 +547,7 @@ If you wish to exclude this dependency, you can do so in the following manner:
<configuration>
<layers>
<enabled>true</enabled>
<includeLayerTools>false</enabled>
<includeLayerTools>false</includeLayerTools>
</layers>
</configuration>
</plugin>