This is an automated email from the ASF dual-hosted git repository.
agoncharuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 5b9df9e IGNITE-12265 Include org.apache.ignite.client to javadoc -
Fixes #6950.
5b9df9e is described below
commit 5b9df9e8adc12de5e0c4a6ece49b63f4fcc9e45f
Author: Alexey Goncharuk <[email protected]>
AuthorDate: Tue Oct 8 16:38:28 2019 +0300
IGNITE-12265 Include org.apache.ignite.client to javadoc - Fixes #6950.
Signed-off-by: Alexey Goncharuk <[email protected]>
---
.../org/apache/ignite/client/package-info.java | 22 ++++++++++++++++++++++
parent/pom.xml | 4 ++++
pom.xml | 2 +-
3 files changed, 27 insertions(+), 1 deletion(-)
diff --git
a/modules/core/src/main/java/org/apache/ignite/client/package-info.java
b/modules/core/src/main/java/org/apache/ignite/client/package-info.java
new file mode 100644
index 0000000..0baffb7
--- /dev/null
+++ b/modules/core/src/main/java/org/apache/ignite/client/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * <!-- Package description. -->
+ * Contains Ignite Thin Client API classes.
+ */
+package org.apache.ignite.client;
diff --git a/parent/pom.xml b/parent/pom.xml
index 2d5dce7..85116e2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -371,6 +371,10 @@
<packages>org.apache.ignite.services</packages>
</group>
<group>
+ <title>Ignite Thin Client APIs</title>
+ <packages>org.apache.ignite.client</packages>
+ </group>
+ <group>
<title>File System APIs</title>
<packages>org.apache.ignite.igfs*</packages>
</group>
diff --git a/pom.xml b/pom.xml
index dbeeda8..a0993e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
<configuration>
<reportOutputDirectory>${basedir}/target/javadoc</reportOutputDirectory>
<destDir>core</destDir>
- <subpackages>org.apache.ignite -exclude
org.apache.ignite.client:org.apache.ignite.codegen:org.apache.ignite.examples:org.apache.ignite.internal:org.apache.ignite.schema:org.apache.ignite.tests:org.apache.ignite.tools:org.apache.ignite.util:org.apache.ignite.spi.discovery.tcp.messages:org.apache.ignite.spi.discovery.tcp.internal:org.apache.ignite.spi.communication.tcp.internal:org.apache.ignite.spi.discovery.zk.internal:org.apache.ignite.spi.deployment
[...]
+ <subpackages>org.apache.ignite -exclude
org.apache.ignite.codegen:org.apache.ignite.examples:org.apache.ignite.internal:org.apache.ignite.schema:org.apache.ignite.tests:org.apache.ignite.tools:org.apache.ignite.util:org.apache.ignite.spi.discovery.tcp.messages:org.apache.ignite.spi.discovery.tcp.internal:org.apache.ignite.spi.communication.tcp.internal:org.apache.ignite.spi.discovery.zk.internal:org.apache.ignite.spi.deployment.uri.scanners:org.apache.
[...]
</configuration>
</execution>
</executions>