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 15:38:39 UTC

[4/4] 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/aa0de494
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/aa0de494
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/aa0de494

Branch: refs/heads/master
Commit: aa0de494b9428be9e1b96c457e0c9037d1f9035c
Parents: 9263c72
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 10:27:20 2017 -0400

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/aa0de494/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 445c2e8..68e870e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -272,7 +272,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>