This is the default Maven configuration I use to upload binaries on maven central.
'fr.jcgay.log4j:log4j-color:1.0'
<dependency>
<groupId>fr.jcgay.log4j</groupId>
<artifactId>log4j-color</artifactId>
<version>1.0</version>
</dependency>
<dependency org="fr.jcgay.log4j" name="log4j-color" rev="1.0"/>
"fr.jcgay.log4j", "log4j-color", "1.0"