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