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 986AA200C47 for ; Thu, 30 Mar 2017 18:05:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 96FAA160B8B; Thu, 30 Mar 2017 16:05:27 +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 DD720160B78 for ; Thu, 30 Mar 2017 18:05:26 +0200 (CEST) Received: (qmail 50304 invoked by uid 500); 30 Mar 2017 16:05:26 -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 50294 invoked by uid 99); 30 Mar 2017 16:05:26 -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; Thu, 30 Mar 2017 16:05:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E6509E00FF; Thu, 30 Mar 2017 16:05:25 +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: Thu, 30 Mar 2017 16:05:26 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/3] cxf git commit: Allow netbeans to recognize files generated by cxf-xjc-plugin This closes #138 archived-at: Thu, 30 Mar 2017 16:05:27 -0000 Allow netbeans to recognize files generated by cxf-xjc-plugin This closes #138 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/9def9748 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/9def9748 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/9def9748 Branch: refs/heads/3.0.x-fixes Commit: 9def9748e24ee821bfa7da9c7ccf8777ed2ab08c Parents: 8ac5ba5 Author: Ciprian Ciubotariu Authored: Tue May 24 23:46:20 2016 +0300 Committer: Daniel Kulp Committed: Thu Mar 30 12:04:52 2017 -0400 ---------------------------------------------------------------------- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/9def9748/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 9a204cc..e4ebb2e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -258,7 +258,7 @@ org.apache.cxf.xjcplugins:cxf-xjc-javadoc:${cxf.xjc-utils.version} org.apache.cxf.xjcplugins:cxf-xjc-dv:${cxf.xjc-utils.version} - ${basedir}/target/generated/src/main/java + ${basedir}/target/generated-sources/cxf-xjc-plugin ${basedir}/src/main/resources/schemas/wsdl/http.xsd