From cd9be641520960a1089f0fb37d6f97eca322a68f Mon Sep 17 00:00:00 2001 From: Ian Young Date: Sun, 26 Mar 2017 11:09:04 +0100 Subject: [PATCH] Add distribution management, site --- pom.xml | 87 +++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 54 insertions(+), 33 deletions(-) diff --git a/pom.xml b/pom.xml index 4ee204b..8a2febd 100644 --- a/pom.xml +++ b/pom.xml @@ -27,37 +27,6 @@ 7.6 - - - shib-release - https://build.shibboleth.net/nexus/content/groups/public - - false - - - - shib-snapshot - https://build.shibboleth.net/nexus/content/repositories/snapshots - - false - - - - ukf-release - https://apps.iay.org.uk/nexus/content/repositories/ukf - - false - - - - ukf-snapshot - https://apps.iay.org.uk/nexus/content/repositories/ukf-snapshots - - false - - - - @@ -119,7 +88,7 @@ org.apache.maven.doxia doxia-module-markdown - 1.6 + 1.7 @@ -139,7 +108,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - ${checkstyle.version} + ${checkstyle-plugin.version} ${checkstyle.configLocation} @@ -147,6 +116,43 @@ + + + shib-release + https://build.shibboleth.net/nexus/content/groups/public + + false + + + + shib-snapshot + https://build.shibboleth.net/nexus/content/repositories/snapshots + + false + + + + ukf-release + https://apps.iay.org.uk/nexus/content/repositories/ukf + + false + + + + ukf-snapshot + https://apps.iay.org.uk/nexus/content/repositories/ukf-snapshots + + false + + + + + + scm:git:https://gitlub.iay.org.uk/incommon/inc-mda.git + scm:git:ssh:git@gitlab.iay.org.uk:incommon/inc-mda.git + https://gitlab.iay.org.uk/incommon/inc-mda + + iay @@ -156,4 +162,19 @@ + + + iay-release + https://apps.iay.org.uk/nexus/content/repositories/releases + + + iay-snapshot + https://apps.iay.org.uk/nexus/content/repositories/snapshots + + + iay-site + dav:https://apps.iay.org.uk/nexus/content/sites/site/${project.artifactId}/${project.version}/ + + +