maggioli-base-1.0.24.pom 1.14 KB
Newer Older
prova's avatar
prova committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	<groupId>it.maggioli.informatica</groupId>
	<artifactId>maggioli-base</artifactId>
	<packaging>pom</packaging>
	<version>1.0.24</version>
	<properties>
		<maggioliReleasesURL>http://nexus.maggioli.it:8081/repository/releases</maggioliReleasesURL>
		<maggioliSnapshotsURL>http://nexus.maggioli.it:8081/repository/snapshots</maggioliSnapshotsURL>
		<!-- Vecchio server [Offline]
		<maggioliReleasesURL>http://buildenv.maggioli.it:8081/nexus/content/repositories/releases</maggioliReleasesURL>
		<maggioliSnapshotsURL>http://buildenv.maggioli.it:8081/nexus/content/repositories/snapshots</maggioliSnapshotsURL>
		-->
	</properties>
	<distributionManagement>
		<repository>
			<id>releases</id>
			<url>${maggioliReleasesURL}</url>
		</repository>
		<snapshotRepository>
			<id>snapshots</id>
			<url>${maggioliSnapshotsURL}</url>
			<uniqueVersion>false</uniqueVersion>
		</snapshotRepository>	
	</distributionManagement>
</project>