I\'m using pluginManagement element in my parent pom.xml to configure plugins for all its children. For example, I have the following configuration
Maven always copies resources that are inside src/main/resources by default.
From Maven Getting Started Guide:
The simple rule employed by Maven is this: any directories or files placed within the
${basedir}/src/main/resourcesdirectory are packaged in your JAR with the exact same structure starting at the base of the JAR.