From: remillet Date: Thu, 9 Nov 2017 21:03:02 +0000 (-0800) Subject: DRYD-122: Made 'rel' the namespace prefix for the relations-common-list type. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=f3b207685f1338e56a373e319c1a2ec5202cfe1c;p=tmp%2Fjakarta-migration.git DRYD-122: Made 'rel' the namespace prefix for the relations-common-list type. --- 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