[MNG-7927] nested setting of plugin ignored if empty
Open
bug
priority:major
- Dominant language
- Java
- Stars
- 5.3k
- Forks
- 3.1k
- Avg merge
- 20h 42m
- Merged PRs (30d)
- 297
Description
**[Ernst Reissner](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ernstreissner)** opened **[MNG-7927](https://issues.apache.org/jira/browse/MNG-7927?redirect=false)** and commented
I have written a plugin, https://github.com/Reissner/latex-maven-plugin/,
which uses nested configuration.
```
eu.simuline.m2latex
latex-maven-plugin
2.0-SNAPSHOT
```
If as in the example a setting is really empty, its default is not changed.
Instead, the default is obtained.
This rarely becomes visible but is really difficult to find.
---
**Affects:** 3.9.4
Contributor guide
Assessment
This issue has not been assessed yet.