A parent pom for opensource projects. It only configures plugins, some extensively, but leaves the project classpath alone.
'org.e-hoffman.testing:TestingUtilsParent:1.5.0'
<dependency>
<groupId>org.e-hoffman.testing</groupId>
<artifactId>TestingUtilsParent</artifactId>
<version>1.5.0</version>
</dependency>
<dependency org="org.e-hoffman.testing" name="TestingUtilsParent" rev="1.5.0"/>
"org.e-hoffman.testing", "TestingUtilsParent", "1.5.0"