<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>uk.co.landmark.solutions.register</groupId> <artifactId>domestic-northernireland-schema</artifactId> <packaging>jar</packaging> <version>16.1.003</version> <name>Domestic Northern Ireland Schema</name> <url>http://www.epbniregister.com/RequestServices/xsd</url> <organization> <name>Landmark Solutions</name> <url>http://www.landmark.co.uk/corp/solutions.jsp</url> </organization> <scm> <developerConnection>scm:svn:http://svnsolutions/svn/svnrepo/Solutions/DevelopmentTeam/Projects/Registers/registers/tags/domestic-northernireland-schema-16.1.003</developerConnection> </scm> <build> <finalName>Domestic-Northern-Ireland-Register-Schema</finalName> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>maven-buildnumber-plugin</artifactId> <version>0.9.6</version> <executions> <execution> <phase>validate</phase> <goals> <goal>create</goal> </goals> </execution> </executions> <configuration> <doCheck>true</doCheck> <doUpdate>false</doUpdate> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> <manifestEntries> <Source-Revision>${buildNumber}</Source-Revision> <Source-Repository>${project.scm.developerConnection}</Source-Repository> <Build-Timestamp>${timestamp}</Build-Timestamp> </manifestEntries> </archive> </configuration> </plugin> </plugins> </build> <distributionManagement> <repository> <id>central</id> <url>http://artifactorysolutions:8765/artifactory/libs-releases-local</url> </repository> <snapshotRepository> <id>snapshots</id> <url>http://artifactorysolutions:8765/artifactory/libs-snapshots-local</url> </snapshotRepository> </distributionManagement> </project>