Merge pull request #21310 from kylehoehns

* pr/21310:
  Fix typo for includeLayerTools

Closes gh-21310
This commit is contained in:
Madhura Bhave
2020-05-04 17:30:58 -07:00

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>