Parent POM for 1-and-1 open source projects. Defines often used dependencies and plugins.
'com.github.maxbraun.test:joe:0.1.0'
<dependency>
<groupId>com.github.maxbraun.test</groupId>
<artifactId>joe</artifactId>
<version>0.1.0</version>
</dependency>
<dependency org="com.github.maxbraun.test" name="joe" rev="0.1.0"/>
"com.github.maxbraun.test", "joe", "0.1.0"