# ignite-82 Merge sprint-1 into ignite-82
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/89deab1f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/89deab1f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/89deab1f Branch: refs/heads/ignite-82 Commit: 89deab1f0ffdd36009810cf7b3843ee46203f987 Parents: 3e371e6 Author: anovikov <anovi...@gridgain.com> Authored: Tue Feb 10 23:02:48 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Tue Feb 10 23:02:48 2015 +0700 ---------------------------------------------------------------------- pom.xml | 91 ------------------------------------------------------------ 1 file changed, 91 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/89deab1f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 97b0b7c..2c10812 100644 --- a/pom.xml +++ b/pom.xml @@ -1086,97 +1086,6 @@ </bottom> </configuration> </execution> - - <execution> - <id>client-javadoc</id> - <goals> - <goal>aggregate</goal> - </goals> - <phase>prepare-package</phase> - <configuration> - <taglets> - <taglet> - <tagletClass>org.apache.ignite.tools.javadoc.IgniteLinkTaglet</tagletClass> - <tagletArtifact> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-tools</artifactId> - <version>${ignite.version}</version> - </tagletArtifact> - </taglet> - </taglets> - <reportOutputDirectory>${basedir}/target/javadoc</reportOutputDirectory> - <destDir>client</destDir> - <doctitle>Ignite ${ignite.version} - Java Client</doctitle> - <windowtitle>Ignite ${ignite.version} - Java Client</windowtitle> - <breakiterator>true</breakiterator> - <verbose>true</verbose> - <show>protected</show> - <use>true</use> - <author>false</author> - <version>false</version> - <source>1.7</source> - <links> - <link>http://docs.oracle.com/javase/7/docs/api/</link> - </links> - <stylesheetfile>${basedir}/assembly/docfiles/javadoc.css</stylesheetfile> - <subpackages>org.apache.ignite.client</subpackages> - <additionalparam>-exclude - org.apache.ignite.client.impl:org.apache.ignite.client.util:org.apache.ignite.client.router.impl</additionalparam> - <groups> - <group> - <title>Client APIs</title> - <packages>org.apache.ignite.client:org.apache.ignite.client.balancer:org.apache.ignite.client.ssl:org.apache.ignite.client.hadoop:org.apache.ignite.client.hadoop.counter</packages> - </group> - <group> - <title>Router APIs</title> - <packages>org.apache.ignite.client.router</packages> - </group> - <group> - <title>Marshallers</title> - <packages>org.apache.ignite.client.marshaller:org.apache.ignite.client.marshaller.jdk:org.apache.ignite.client.marshaller.optimized:org.apache.ignite.client.marshaller.portable</packages> - </group> - </groups> - <header> - <![CDATA[ - Java Client - <br> - Apache Ignite ver. <b>${ignite.version}</b> - ]]> - </header> - <bottom> - <![CDATA[ - <table width="100%" border="0"> - <tr> - <td> - <nobr>Apache Ignite™ - Java Client, ver. <strong>${ignite.version}</strong></nobr> - <br> - <a target=_blank href="https://incubator.apache.org/projects/ignite.html"><nobr>2015 Copyright © Apache Software Foundation</nobr></a> - </td> - <td width="100%" align="right" valign="center"> - <table border=0> - <tr> - <td> - <nobr>Follow us: </nobr> - </td> - <td style="padding-right: 5px"> - <a class='img_link' target=twitter href='http://www.twitter.com/gridgain'> - <img border=0 align=absmiddle src='http://www.gridgain.com/images/twitter_bw.png' alt='Follow GridGain on Twitter'/> - </a> - </td> - <td style="padding-right: 5px"> - <a class='img_link' target=vimeo href='http://www.vimeo.com/gridgain'> - <img border=0 align=absmiddle src='http://www.gridgain.com/images/vimeo_bw.png' alt='Follow GridGain on Vimeo'/> - </a> - </td> - </tr> - </table> - </td> - </tr> - </table> - ]]> - </bottom> - </configuration> - </execution> </executions> </plugin>