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