<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>