Repository: olingo-odata4 Updated Branches: refs/heads/master a1e10be17 -> 6b17bb761
[OLINGO-922] Fix javadoc generation Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/6b17bb76 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/6b17bb76 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/6b17bb76 Branch: refs/heads/master Commit: 6b17bb76159d2ecd1470308cb95da81dd7ef5031 Parents: a1e10be Author: Christian Amend <[email protected]> Authored: Thu Mar 31 16:27:24 2016 +0200 Committer: Christian Amend <[email protected]> Committed: Thu Mar 31 16:27:24 2016 +0200 ---------------------------------------------------------------------- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/6b17bb76/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7005233..121b832 100644 --- a/pom.xml +++ b/pom.xml @@ -605,7 +605,7 @@ </goals> <configuration> <excludePackageNames> - org.apache.olingo.commons.core:org.apache.olingo.commons.core.*:org.apache.olingo.client.core:org.apache.olingo.client.core.*:org.apache.olingo.server.core:org.apache.olingo.server.core.*:org.apache.olingo.fit:org.apache.olingo.fit.* + org.apache.olingo.commons.core:org.apache.olingo.commons.core.*:org.apache.olingo.client.core:org.apache.olingo.client.core.*:org.apache.olingo.server.core:org.apache.olingo.server.core.*:org.apache.olingo.fit:org.apache.olingo.fit.*:org.apache.olingo.server.sample:org.apache.olingo.server.sample.*:org.apache.olingo.server.tecsvc:org.apache.olingo.server.tecsvc.* </excludePackageNames> <additionalJOptions> <additionalJOption>-quiet</additionalJOption> @@ -616,6 +616,10 @@ <packages>org.apache.olingo.client.api:org.apache.olingo.client.api.*</packages> </group> <group> + <title>OData Client Proxy</title> + <packages>org.apache.olingo.ext.proxy:org.apache.olingo.ext.proxy.*</packages> + </group> + <group> <title>OData Server</title> <packages>org.apache.olingo.server.api:org.apache.olingo.server.api.*</packages> </group>
