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