Error
pom.xml: Duplicated tag: 'properties' (position: START_TAG seen ...</properties>
Error Type
Build Time
Cause
Maven expects properties tag only once in the pom file. properties tag has been declared multiple times in the pom file.
Resolution