From 8dc3b83f8bf0ebf500739ad4b0ec609264b667f5 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Wed, 2 Apr 2014 13:28:47 -0700 Subject: [PATCH] CSPACE-6355: Added warning messages if missing password environment variables or if deprecated ones are still set in the environment. --- build.xml | 206 +++++++++++++++++++++--------------------------------- pom.xml | 118 +++++++++++++++++-------------- 2 files changed, 144 insertions(+), 180 deletions(-) diff --git a/build.xml b/build.xml index 6408aab2a..13f20a10d 100644 --- a/build.xml +++ b/build.xml @@ -1,13 +1,11 @@ - - collectionspace services - + Collectionspace Services - + @@ -18,46 +16,42 @@ - + - + - + - + - + - - + + - + - - - + + + - + - + @@ -65,28 +59,25 @@ - + - - - - + + + + - + - + @@ -94,24 +85,21 @@ - + - - - - + + + + - + @@ -135,8 +123,7 @@ - + @@ -160,10 +147,9 @@ - - - + + + @@ -197,117 +183,94 @@ - + - - + + - - - + + + + + + + + + - - + + - + - + - - + + - + - + - - + + - + - + - - - - - - - - - - + + - + - + + - - + + + - + + - - + + + - - - - - + + + + + - - - + + + - - + + @@ -329,15 +292,4 @@ - - - - - - - - - - diff --git a/pom.xml b/pom.xml index ed3ec8afc..bb781cc2b 100644 --- a/pom.xml +++ b/pom.xml @@ -12,20 +12,14 @@ UTF-8 - + 4.1-SNAPSHOT + 4.1-SNAPSHOT 5.5.0-HF07 ${nuxeo.general.release} ${nuxeo.general.release} - ${nuxeo.general.release} - - 4.1-SNAPSHOT - 4.1-SNAPSHOT + ${nuxeo.general.release} 3.0.5.RELEASE - 3.0.5.RELEASE + 3.0.5.RELEASE @@ -128,7 +122,7 @@ false - + public-snapshot http://maven.nuxeo.org/public-snapshot @@ -165,18 +159,18 @@ External release repository of the EL4J project http://public-el4.elca-services.ch/el4j/maven2repository - - - - false - - - true - - Apache - External release repository of the Apache projects - https://repository.apache.org/content/groups/public/ - + + + + false + + + true + + Apache + External release repository of the Apache projects + https://repository.apache.org/content/groups/public/ + @@ -250,16 +244,10 @@ - + org.apache.maven.plugins maven-war-plugin @@ -295,7 +283,8 @@ - + org.eclipse.m2e lifecycle-mapping @@ -346,6 +335,38 @@ org.apache.maven.plugins maven-compiler-plugin + + + maven-antrun-plugin + + + check-environment-vars + validate + + run + + + + + + + + + + + + + + + + + + @@ -361,13 +382,13 @@ slf4j-log4j12 1.6.1 - - org.testng - testng + + org.testng + testng 6.1.1 - - test - + + test + javax.ejb ejb @@ -390,9 +411,7 @@ javax.transaction jta 1.1 - + @@ -439,16 +458,9 @@ - + -- 2.47.3