From f3b207685f1338e56a373e319c1a2ec5202cfe1c Mon Sep 17 00:00:00 2001 From: remillet Date: Thu, 9 Nov 2017 13:03:02 -0800 Subject: [PATCH] DRYD-122: Made 'rel' the namespace prefix for the relations-common-list type. --- pom.xml | 8 ++++++++ services/jaxb/src/main/resources/bindings.xml | 17 +++++++++++++++++ services/pom.xml | 16 +++++++++++++++- 3 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 services/jaxb/src/main/resources/bindings.xml diff --git a/pom.xml b/pom.xml index b43b46c2a..0119afe1f 100644 --- a/pom.xml +++ b/pom.xml @@ -219,6 +219,14 @@ false + + plugins-snapshot-local + plugins-snapshot-local + http://nightly.collectionspace.org:8081/artifactory/plugins-snapshot-local + + true + + repo1 Maven repo1 diff --git a/services/jaxb/src/main/resources/bindings.xml b/services/jaxb/src/main/resources/bindings.xml new file mode 100644 index 000000000..76f7b6ad0 --- /dev/null +++ b/services/jaxb/src/main/resources/bindings.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/services/pom.xml b/services/pom.xml index 58890af75..09bfc6657 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -180,10 +180,17 @@ true + src/main/resources + + *.xsd + + src/main/resources - xbindings.xjb + bindings.xml + -extension + -Xnamespace-prefix -Xannotate -verbose @@ -211,6 +218,13 @@ + + + org.jvnet.jaxb2_commons + jaxb2-namespace-prefix + 1.4-snapshot + + org.codehaus.mojo -- 2.47.3