You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2017/03/30 16:05:26 UTC

[2/3] cxf git commit: Allow netbeans to recognize files generated by cxf-xjc-plugin This closes #138

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 <ch...@gmx.net>
Authored: Tue May 24 23:46:20 2016 +0300
Committer: Daniel Kulp <dk...@apache.org>
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 @@
                                 <extension>org.apache.cxf.xjcplugins:cxf-xjc-javadoc:${cxf.xjc-utils.version}</extension>
                                 <extension>org.apache.cxf.xjcplugins:cxf-xjc-dv:${cxf.xjc-utils.version}</extension>
                             </extensions>
-                            <sourceRoot>${basedir}/target/generated/src/main/java</sourceRoot>
+                            <sourceRoot>${basedir}/target/generated-sources/cxf-xjc-plugin</sourceRoot>
                             <xsdOptions>
                                 <xsdOption>
                                     <xsd>${basedir}/src/main/resources/schemas/wsdl/http.xsd</xsd>