From ffb68b8a87b6656f08a31f5bc2438a5d9d360645 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 28 Feb 2014 12:07:14 -0800 Subject: [PATCH] pom.xml customizations to allow IA and other 3rd parties to tag builds of their branches with a special version number, and deploy to a custom repository with the maven command line switch -Drepository.url=... --- pom.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7616a17b..53095b83 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,15 @@ 4.0.0 + + org.sonatype.oss + oss-parent + 7 + + org.netpreserve.commons webarchive-commons - 1.1.1-SNAPSHOT + 1.1.1-${build.tag}SNAPSHOT jar webarchive-commons @@ -47,6 +53,7 @@ UTF-8 ${maven.build.timestamp} yyyyMMddhhmmss + @@ -233,13 +240,17 @@ - repository ${repository.url} + + repository + + ${repository.url} + - +