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/2fcf203c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2fcf203c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/2fcf203c Branch: refs/heads/master Commit: 2fcf203ca56a555828189d93a2a31011d3bffc34 Parents: d8c4fc8 Author: Sergey Chugunov <[email protected]> Authored: Wed May 16 17:29:58 2018 +0300 Committer: Andrey Gura <[email protected]> Committed: Wed May 16 18:40:34 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/2fcf203c/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/2fcf203c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0f43f31..12e7658 100644 --- a/pom.xml +++ b/pom.xml @@ -194,7 +194,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>
