Added external sources mapping so that JSON fields can be documented properly. 

Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/10143834
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/10143834
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/10143834

Branch: refs/heads/master
Commit: 10143834dab213254380e627f0ae0eb296e711e6
Parents: f1d8d93
Author: Chris Laprun <[email protected]>
Authored: Fri Nov 20 11:18:07 2015 +0100
Committer: Chris Laprun <[email protected]>
Committed: Fri Nov 20 11:18:07 2015 +0100

----------------------------------------------------------------------
 rest/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/10143834/rest/pom.xml
----------------------------------------------------------------------
diff --git a/rest/pom.xml b/rest/pom.xml
index 0b7e462..9e426c8 100644
--- a/rest/pom.xml
+++ b/rest/pom.xml
@@ -202,6 +202,11 @@
                                 
<item>src/main/resources/OSGI-INF/blueprint/blueprint.xml</item>
                             </cxfServiceConfig>
                         </restFramework>
+                        <externalSources>
+                            <sourceDirs>
+                                <sourceDir>../api/src/main/java</sourceDir>
+                            </sourceDirs>
+                        </externalSources>
                     </restModel>
                     <!-- insert other configuration here (optional) -->
                 </configuration>

Reply via email to