IGNITE-8514 internal packages were added to excluded-list, package description 
for zk base package was added


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/42599ccd
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/42599ccd
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/42599ccd

Branch: refs/heads/ignite-2.5
Commit: 42599ccd0e1902c29ce3c1e1f8b0c73207ea6294
Parents: 0e3f80c
Author: Sergey Chugunov <[email protected]>
Authored: Wed May 16 17:29:58 2018 +0300
Committer: Andrey Gura <[email protected]>
Committed: Wed May 16 18:52:31 2018 +0300

----------------------------------------------------------------------
 .../ignite/spi/discovery/zk/package-info.java   | 21 ++++++++++++++++++++
 pom.xml                                         |  2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/42599ccd/modules/zookeeper/src/main/java/org/apache/ignite/spi/discovery/zk/package-info.java
----------------------------------------------------------------------
diff --git 
a/modules/zookeeper/src/main/java/org/apache/ignite/spi/discovery/zk/package-info.java
 
b/modules/zookeeper/src/main/java/org/apache/ignite/spi/discovery/zk/package-info.java
new file mode 100644
index 0000000..f01ecda
--- /dev/null
+++ 
b/modules/zookeeper/src/main/java/org/apache/ignite/spi/discovery/zk/package-info.java
@@ -0,0 +1,21 @@
+/*
+ *  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.
+ */
+
+/**
+ * Contains <b>Zookeeper Discovery Spi</b> classes and interfaces.
+ */
+package org.apache.ignite.spi.discovery.zk;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ignite/blob/42599ccd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 086d241..b88e85f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
                                     
<reportOutputDirectory>${basedir}/target/javadoc</reportOutputDirectory>
                                     <destDir>core</destDir>
                                     
<stylesheetfile>${basedir}/assembly/docfiles/javadoc.css</stylesheetfile>
-                                    <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.deployment.uri.scanners:org.apache.ignite.spi.deployment.uri.tasks:org.apache.ignite.yardstick:org.apache.ignite.webtest</subpackages>
+                                    <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.uri.scanners:org.apache.ignite.spi.deployment.uri.tasks:org.apache.ignite.yardstick:org.apache.ignite.webtest</subpackages>
                                 </configuration>
                             </execution>
                         </executions>

Reply via email to