From c89830fe880f329b6289be06314684edc094012c Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Fri, 8 Feb 2019 15:13:07 -0800 Subject: tidyup --- build/pom.xml | 144 +++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 118 insertions(+), 26 deletions(-) (limited to 'build/pom.xml') diff --git a/build/pom.xml b/build/pom.xml index 5dcf70b71..0099d02a0 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -1,33 +1,125 @@ - 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"> + 4.0.0 - - org.aspectj - aspectj-parent - 1.9.3.BUILD-SNAPSHOT - .. - + + org.aspectj + aspectj-parent + 1.9.3.BUILD-SNAPSHOT + .. + - build - jar - build + build + jar + build - - - org.aspectj - testing-util - ${project.version} - + + + org.aspectj + testing-util + ${project.version} + - - ant - ant - 1.0 - system - ${project.basedir}/../lib/ant/lib/ant.jar - - + + ant + ant + 1.0 + system + ${project.basedir}/../lib/ant/lib/ant.jar + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.9.1 + + + build.date + + timestamp-property + + + build.date + E MMM d, YYYY + Europe/Zurich + + America/Los_Angeles + + + + build.time + + timestamp-property + + + build.time + E MMM d, YYYY 'at' HH:MM:SS z + America/Los_Angeles + + + + + year + + timestamp-property + + + build.year + YYYY + America/Los_Angeles + + + + + + + + + src/main/resources + true + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + build-helper-maven-plugin + + + [1.9.1,) + + + + timestamp-property + + + + + + + + + + + + + + -- cgit v1.2.3