Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A0789200CF2 for ; Tue, 8 Aug 2017 23:13:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9EF07168001; Tue, 8 Aug 2017 21:13:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C620A167FFE for ; Tue, 8 Aug 2017 23:13:51 +0200 (CEST) Received: (qmail 87755 invoked by uid 500); 8 Aug 2017 21:13:50 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 87532 invoked by uid 99); 8 Aug 2017 21:13:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2017 21:13:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B8FE3F3276; Tue, 8 Aug 2017 21:13:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Date: Tue, 08 Aug 2017 21:13:57 -0000 Message-Id: In-Reply-To: <473d2327b9f340ed8ea57c1c0baf96a0@git.apache.org> References: <473d2327b9f340ed8ea57c1c0baf96a0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [8/8] cxf git commit: Use -Xdv plugin in more places archived-at: Tue, 08 Aug 2017 21:13:52 -0000 Use -Xdv plugin in more places Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/958bb235 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/958bb235 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/958bb235 Branch: refs/heads/master Commit: 958bb235fd67e2dd3989d56e55b1ff61e68fc926 Parents: 55504e7 Author: Daniel Kulp Authored: Tue Aug 8 16:26:32 2017 -0400 Committer: Daniel Kulp Committed: Tue Aug 8 16:26:32 2017 -0400 ---------------------------------------------------------------------- rt/ws/eventing/pom.xml | 6 ++++++ rt/ws/policy/pom.xml | 9 +++++++++ rt/ws/rm/pom.xml | 6 +++++- rt/wsdl/pom.xml | 3 +++ services/wsn/wsn-api/pom.xml | 10 ++++++++++ 5 files changed, 33 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/958bb235/rt/ws/eventing/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/eventing/pom.xml b/rt/ws/eventing/pom.xml index 034d348..c029c9f 100644 --- a/rt/ws/eventing/pom.xml +++ b/rt/ws/eventing/pom.xml @@ -114,12 +114,18 @@ ${basedir}/src/main/resources/schemas/eventing.xjb ${basedir}/src/main/resources/schemas/catalog.cat true + + -Xdv:attributes + ${basedir}/src/main/resources/schemas/eventdescriptions.xsd org.apache.cxf.ws.eventing.descriptions ${basedir}/src/main/resources/schemas/catalog.cat true + + -Xdv:attributes + http://git-wip-us.apache.org/repos/asf/cxf/blob/958bb235/rt/ws/policy/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/policy/pom.xml b/rt/ws/policy/pom.xml index 74573b7..ca35b48 100644 --- a/rt/ws/policy/pom.xml +++ b/rt/ws/policy/pom.xml @@ -139,6 +139,9 @@ ${basedir}/target/generated/src/main/java/org/oasis_open ${basedir}/target/generated/src/main/java/org/w3 + + -Xdv:attributes + ${basedir}/src/main/resources/schemas/ws-policy-200607.xsd @@ -148,8 +151,14 @@ ${basedir}/target/generated/src/main/java/org/oasis_open ${basedir}/target/generated/src/main/java/org/w3 + + -Xdv:attributes + + + org.apache.cxf.xjcplugins:cxf-xjc-dv:${cxf.xjc-utils.version} + xsdtojava http://git-wip-us.apache.org/repos/asf/cxf/blob/958bb235/rt/ws/rm/pom.xml ---------------------------------------------------------------------- diff --git a/rt/ws/rm/pom.xml b/rt/ws/rm/pom.xml index c0749fb..7831043 100644 --- a/rt/ws/rm/pom.xml +++ b/rt/ws/rm/pom.xml @@ -167,6 +167,7 @@ -npa + -Xdv:attributes @@ -178,6 +179,7 @@ -npa + -Xdv:attributes @@ -189,6 +191,7 @@ -npa + -Xdv:attributes @@ -200,6 +203,7 @@ -npa + -Xdv:attributes @@ -208,7 +212,7 @@ ${basedir}/src/main/build-resources/catalog.cat true - -Xdv + -Xdv:attributes http://git-wip-us.apache.org/repos/asf/cxf/blob/958bb235/rt/wsdl/pom.xml ---------------------------------------------------------------------- diff --git a/rt/wsdl/pom.xml b/rt/wsdl/pom.xml index 8ba7a73..15c2aac 100644 --- a/rt/wsdl/pom.xml +++ b/rt/wsdl/pom.xml @@ -96,6 +96,9 @@ ${basedir}/target/generated/src/test/java/org/apache/cxf/wsdl + + -Xdv:attributes + http://git-wip-us.apache.org/repos/asf/cxf/blob/958bb235/services/wsn/wsn-api/pom.xml ---------------------------------------------------------------------- diff --git a/services/wsn/wsn-api/pom.xml b/services/wsn/wsn-api/pom.xml index 4d2b180..8f08757 100644 --- a/services/wsn/wsn-api/pom.xml +++ b/services/wsn/wsn-api/pom.xml @@ -50,12 +50,22 @@ org.apache.cxf cxf-codegen-plugin ${project.version} + + + org.apache.cxf.xjcplugins + cxf-xjc-dv + ${cxf.xjc-utils.version} + + generate-sources ${cxf.codegenplugin.forkmode} + + -Xdv:attributes + true 1