We define maven-clean-plugin here. But AFAIK, we not use it anywhere. My understanding is that, to "use" that plugin, we should define it in build/plugins/plugin. So far, we just declare/define it in build/pluginManagement/plugins/plugin. I checked any other project that may use it, but I can't found any. The only project that use it is api-pojos, but this project not using this parent pom.
We define maven-clean-plugin here. But AFAIK, we not use it anywhere. My understanding is that, to "use" that plugin, we should define it in
build/plugins/plugin. So far, we just declare/define it inbuild/pluginManagement/plugins/plugin. I checked any other project that may use it, but I can't found any. The only project that use it is api-pojos, but this project not using this parent pom.