I am attempting to make a maven parent pom setup where I don\'t have to declare any plugin information in my child pom, everything is taken from the parent pom.
You can't avoid naming the plugin in the child pom, cause how should maven know which plugin are you using. The pluginManagement section is intended for defining the versions of plugin furthermore it's used to define a default configuration.