pom.xml içinde distributionManagement elementi ile tanımlanmış bir örnek görülmektedir:
<distributionManagement>
	<downloadUrl>http://my.server.com/my-project</downloadUrl>
	<status>deployed</status>
</distributionManagement>
Yukarıdaki örnekte oluşan dosyalar http://my.server.com/my-project sunucusuna gönderilecektir.