You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2013/06/26 04:00:38 UTC

svn commit: r2299 - /release/any23/0.8.0/

Author: lewismc
Date: Wed Jun 26 02:00:35 2013
New Revision: 2299

Log:
release Apache Any23 artifacts

Added:
    release/any23/0.8.0/apache-any23-0.8.0-site.xml
    release/any23/0.8.0/apache-any23-0.8.0-site.xml.asc
    release/any23/0.8.0/apache-any23-0.8.0-src.tar.gz   (with props)
    release/any23/0.8.0/apache-any23-0.8.0-src.tar.gz.asc
    release/any23/0.8.0/apache-any23-0.8.0-src.zip   (with props)
    release/any23/0.8.0/apache-any23-0.8.0-src.zip.asc
    release/any23/0.8.0/apache-any23-0.8.0.pom
    release/any23/0.8.0/apache-any23-0.8.0.pom.asc

Added: release/any23/0.8.0/apache-any23-0.8.0-site.xml
==============================================================================
--- release/any23/0.8.0/apache-any23-0.8.0-site.xml (added)
+++ release/any23/0.8.0/apache-any23-0.8.0-site.xml Wed Jun 26 02:00:35 2013
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
+  name="${project.name}">
+
+  <publishDate position="left"/>
+  <version position="left"/>
+
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.3.0</version>
+  </skin>
+
+  <bannerLeft>
+    <name>Apache Any23: Anything to Triples</name>
+    <src>images/logo-any23.png</src>
+    <href>./index.html</href>
+  </bannerLeft>
+
+  <bannerRight>
+    <name>Apache Any23</name>
+    <src>http://www.apache.org/images/feather-small.gif</src>
+    <href>http://www.apache.org/</href>
+  </bannerRight>
+
+  <body>
+    <menu name="${project.name}">
+      <item name="Introduction"      href="./index.html"/>
+      <item name="Downloads"         href="./download.html" collapse="true">
+        <item name="Sources"         href="./download.html#Apache_Any23_Sources" />
+        <item name="Core"            href="./download.html#Apache_Any23_Core" />
+        <item name="Basic Crawler"   href="./download.html#Basic_Crawler" />
+        <item name="HTML Scarper"    href="./download.html#HTML_Scarper" />
+        <item name="Office Scraper"  href="./download.html#Office_Scraper" />
+        <item name="Service"         href="./download.html#Apache_Any23_Service" />
+      </item>
+      <item name="Install"           href="./install.html"/>
+    </menu>
+
+    <menu name="Documentation">
+      <item name="Getting Started"   href="./getting-started.html"/>
+      <item name="Supported Formats" href="./supported-formats.html"/>
+      <item name="Extractors"        href="./extractors.html"/>
+      <item name="Configuration"     href="./configuration.html"/>
+      <item name="REST Service"      href="./service.html"/>
+      <item name="Any23 Plugins"     href="./any23-plugins.html"/>
+      <item name="APIs Doc"          href="./apidocs/index.html"/>
+      <item name="Developers Guide"  href="./developers.html" collapse="true">
+        <item href="./build-src.html"                  name="Build from sources"/>
+        <item href="./dev-data-extraction.html"        name="Data Extraction"/>
+        <item href="./dev-data-conversion.html"        name="Data Conversion"/>
+        <item href="./dev-validation-fix.html"         name="Validation and Fixing"/>
+        <item href="./dev-xpath-extractor.html"        name="XPath Extractor"/>
+        <item href="./dev-microformat-extractors.html" name="Microformat Extractors"/>
+        <item href="./dev-microdata-extractor.html"    name="Microdata Extractor"/>
+        <item href="./dev-csv-extractor.html"          name="CSV Extractor"/>
+        <item href="./release-howto.html"              name="HowTo Release"/>
+      </item>
+    </menu>
+
+    <menu ref="reports"/>
+
+    <menu name="Misc">
+      <item name="Acknowledgements" href="./acknowledgements.html"/>
+      <item name="PoweredBy"        href="./poweredby.html"/>
+    </menu>
+
+    <menu name="ASF">
+      <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
+      <item name="Foundation" href="http://www.apache.org/foundation/"/>
+      <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+    </menu>
+
+    <footer>
+      <div class="row span16">Apache Any23, Apache, the Apache feather logo, and the Apache Any23 project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+    </footer>
+  </body>
+
+</project>

Added: release/any23/0.8.0/apache-any23-0.8.0-site.xml.asc
==============================================================================
--- release/any23/0.8.0/apache-any23-0.8.0-site.xml.asc (added)
+++ release/any23/0.8.0/apache-any23-0.8.0-site.xml.asc Wed Jun 26 02:00:35 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJRwkgFAAoJEEm9D4O+9wy0D+UP/1wfnCc2cQr4buJcM/HtJB5q
+jp+8TUyxneL1/SXL9mKl55Azw4OreWipmghCv7GPtiB7vfO2Inzze64Xm5TLKJ7q
+3wZ1BRCg06l5fZkiEWJC/cGQTjYUtRmdoWC/upbESiexBQriZfADPkCXxwCrQhW7
+E16xmcyidz+2xH2R+IoMcjwj1xpewedzi41erjI2u+WAEYdJAHO6OpXw27TA3HeK
+F0pbAHT4VfeH4tCDZ+ew61pNEzlwFpgNNdK30GptcTOvHr1efQQnNT32fCOLV54S
+q8GNrbGsW4oHJzsG/iXvpITkV7py+mUzawuPTzEF4J/WRbatGiBxE/8tFPhJvM7P
+zEIcb+TeZJ4ZhdeUOFzNQVXpCINBqdQKvD31OHX/Xr4RhdXSPJWN8sa3MXElYTMI
+8UaZYtj+XvLdfvmpermX7yrDrv7LXpe629WCUvdIkYvWj/rL3NfVI6i7P2Bh824X
+Adpny5G/LdmyFMooINzFoysCBI/uNvgKV1dNFRyp176HK2M/zk57GoyQtKexTPwP
+jmOQnW9IqkJ7Ds0ykAMUYB5YCRrNfm9gc2S/rSrYvhMELu4jdUWYRQxg7SBYCoeV
+CEdl9vXLaBNFdoSvtqPWGdd7Q2wyG607hI1o9s+I4g9cPOD0lB2LioVApSwkTL5f
+k+tROaflNqw0jq1xDuWT
+=uLsu
+-----END PGP SIGNATURE-----

Added: release/any23/0.8.0/apache-any23-0.8.0-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/any23/0.8.0/apache-any23-0.8.0-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/0.8.0/apache-any23-0.8.0-src.tar.gz.asc
==============================================================================
--- release/any23/0.8.0/apache-any23-0.8.0-src.tar.gz.asc (added)
+++ release/any23/0.8.0/apache-any23-0.8.0-src.tar.gz.asc Wed Jun 26 02:00:35 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJRwkgFAAoJEEm9D4O+9wy0bHQQAIECHJg6J1cleMu91T1Bw7l0
+yJPqHyKgjbIJaeJqjoJ4L1fPUy2UnNF98aO/cxSJF3CBXyn6FsVdbzANf3UVidpm
+5B96io69jnZgvPGi++IyaiWqGChPAhH7Iy1xG6QZaXiZO7OMVm2SGwvdiHLxa50f
+ns6UNnUqWYgNEMLF2KuL7Dcu8GyBhXCm0/ohgtWrEgQwuGvWJumwyHhxWMgIfH6N
+vWah1TLQZKfkaLy/+6TEQQwSQmVCVLsNag7CgcU61oFH2eLDhUVWPqksX/YnyGyi
+FQh/sraNS9yoV41E/qG/VAuXRrNsLrw/3Nk4iLrgNTNWd219xXIiqrOIXg6z4xmZ
+GbVOiRCAVscqiKcuocHQFZjlupYT/vbD3FffG3glU1206yZbTy1eImm8dw+mDitl
+ecc95YGuk3B5J2I8+0mRe63BiLFRvPZVp2n9jQIX6viP/r1qdIJksTq1etWh7RGn
+LXdymM5rbCVYx73v+TpPBcyq5iqw0GBh0P1c8bEiUST1b1rZHESGzStF+R5r0Sa8
+adF26PNjTc8K2MVZW/Fm/cCeq3LjR7pL2hcRaH0L02udzxWrJEWbe1L+FSuD73wY
+TU9tftNP3dKXJwywBQ3XTazIyMG4hN3Rv7DxGsXsrtX12TlGL+pc4Am94LY7hJDf
+5Snqg/c8BHgnXwv4lyzQ
+=+Gc/
+-----END PGP SIGNATURE-----

Added: release/any23/0.8.0/apache-any23-0.8.0-src.zip
==============================================================================
Binary file - no diff available.

Propchange: release/any23/0.8.0/apache-any23-0.8.0-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/any23/0.8.0/apache-any23-0.8.0-src.zip.asc
==============================================================================
--- release/any23/0.8.0/apache-any23-0.8.0-src.zip.asc (added)
+++ release/any23/0.8.0/apache-any23-0.8.0-src.zip.asc Wed Jun 26 02:00:35 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJRwkgFAAoJEEm9D4O+9wy09DUP/iLvpCgeYyFRSFukHwpvgWCd
+wUWsy1prJfEM9fBI7C+b5HWJTanqMLQMCLbEHRaPIni3CFe08vUDebEXdCkvmKmh
+hKLAieIrgw+CjshsP5b/HoU5dhUr8c0JxcWMxCw6K+poy1L8eJR+uCGPzvPH7bvb
+H/yH8xQajuM3rFFm+S0jvrxhq04kHdgqLF/pH15AY6lIGobHhxIjJqPg0Fs4mp6p
+iRdyD5EhrKlyivxxvz1mHlNfd45+5fOQBWTpFif4Epl1h1mgFbr1ri4109QOFWvC
+77DeReOcbS9BlxD/aRY+LWbwJ8Y0BKWQH/RJ9sv6+JbZUCuk63ypgftsiEXSSkPn
+2RZ1YqLVomK9jNJOG+MCo5c3/wBWF9o+5P/l7CUWgmZFhQNpjNbo3YXEzViGQyRf
++e18Dm+LgF1qkSY0U2fUngrPmVaXARPDmHBWWEshSVysaxMqu5gSSsxrq6+hKR0c
+sjbkZ+kotWzPk/RXgqXQad3Kvk9rwmX12Tu4FkNi4QnrAYDeGgvi+ouTBUwMEpx2
+qFeA09SkdCkL9LaVhQGT4pWly8CkNmlMafMdDSzgwyxsX3BEIMlMHHKFkB98zzy8
+AiKnbqa+HPpw4J+ubdFGaTlb+8gkUPQSpCQpCLjoH8IvIidHUbgwdlTyI76C8FKX
+E6wiICbhDyJVX6yvrxuS
+=mJ0e
+-----END PGP SIGNATURE-----

Added: release/any23/0.8.0/apache-any23-0.8.0.pom
==============================================================================
--- release/any23/0.8.0/apache-any23-0.8.0.pom (added)
+++ release/any23/0.8.0/apache-any23-0.8.0.pom Wed Jun 26 02:00:35 2013
@@ -0,0 +1,1009 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>10</version>
+  </parent>
+
+  <groupId>org.apache.any23</groupId>
+  <artifactId>apache-any23</artifactId>
+  <version>0.8.0</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Any23</name>
+  <description>Anything To Triples (any23) is a library, a web service and a command line tool that 
+  extracts structured data in RDF format from a variety of Web documents.</description>
+  <url>http://any23.apache.org</url>
+  <inceptionYear>2010</inceptionYear>
+
+  <developers>
+    <developer>
+      <id>ansell</id>
+      <name>Peter Ansell</name>
+      <email>ansell[at]apache[dot]org</email>
+      <roles>
+        <role>Committer</role>
+        <role>PPMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>dpalmisano</id>
+      <name>Davide Palmisano</name>
+      <email>dpalmisano[at]apache[dot]org</email>
+      <roles>
+        <role>Committer</role>
+        <role>PPMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>giovanni</id>
+      <name>Giovanni Tummarello</name>
+      <email>giovanni[at]apache[dot]org</email>
+      <roles>
+        <role>Committer</role>
+        <role>PPMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>lewismc</id>
+      <name>Lewis John McGibbney</name>
+      <email>lewismc[at]apache[dot]org</email>
+      <roles>
+        <role>Committer</role>
+        <role>PPMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>mattmann</id>
+      <name>Chris Mattmann</name>
+      <email>mattmann[at]apache[dot]org</email>
+      <roles>
+      <role>Champion</role>
+        <role>Committer</role>
+        <role>PPMC Member</role>
+        <role>Mentor</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>mostarda</id>
+      <name>Michele Mostarda</name>
+      <email>mostarda[at]apache[dot]org</email>
+      <roles>
+        <role>Committer</role>
+        <role>PPMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>niq</id>
+      <name>Nick Kew</name>
+      <email>niq[at]apache[dot]org</email>
+      <roles>
+        <role>Committer</role>
+        <role>PPMC Member</role>
+        <role>Mentor</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>pramirez</id>
+      <name>Paul Michael Ramirez</name>
+      <email>pramirez[at]apache[dot]org</email>
+      <roles>
+        <role>Committer</role>
+        <role>PPMC Member</role>
+        <role>Mentor</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>reto</id>
+      <name>Reto Bachmann-Gmür</name>
+      <email>reto[at]apache[dot]org</email>
+      <roles>
+        <role>Committer</role>
+        <role>PPMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>simonetripodi</id>
+      <name>Simone Tripodi</name>
+      <email>simonetripodi[at]apache[dot]org</email>
+      <roles>
+        <role>Committer</role>
+        <role>PPMC Member</role>
+        <role>Mentor</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>szydan</id>
+      <name>Szymon Danielczyk</name>
+      <email>szydan[at]apache[dot]org</email>
+      <roles>
+        <role>Committer</role>
+        <role>PPMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>tommaso</id>
+      <name>Tommaso Teofili</name>
+      <email>tommaso[at]apache[dot]org</email>
+      <roles>
+        <role>Committer</role>
+        <role>PPMC Member</role>
+        <role>Mentor</role>
+      </roles>
+    </developer>
+  </developers>
+
+  <mailingLists>
+    <mailingList>
+      <name>Dev Mailing List</name>
+      <post>dev[at]any23[dot]apache[dot]org</post>
+      <subscribe>dev-subscribe[at]any23[dot]apache[dot]org</subscribe>
+      <unsubscribe>dev-unsubscribe[at]any23[dot]apache[dot]org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/any23-dev/</archive>
+      <otherArchives>
+        <otherArchive>http://any23-dev.markmail.org/</otherArchive>
+      </otherArchives>
+    </mailingList>
+
+    <mailingList>
+      <name>User Mailing List</name>
+      <post>user[at]any23[dot]apache[dot]org</post>
+      <subscribe>user-subscribe[at]any23[dot]apache[dot]org</subscribe>
+      <unsubscribe>user-unsubscribe[at]any23[dot]apache[dot]org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/any23-user/</archive>
+      <otherArchives>
+        <otherArchive>http://any23-user.markmail.org/</otherArchive>
+      </otherArchives>
+    </mailingList>
+
+    <mailingList>
+      <name>Commits Mailing List</name>
+      <post>commits[at]any23[dot]apache[dot]org</post>
+      <subscribe>commits-subscribe[at]any23[dot]apache[dot]org</subscribe>
+      <unsubscribe>commits-unsubscribe[at]any23[dot]apache[dot]org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/any23-commits/</archive>
+      <otherArchives>
+        <otherArchive>http://any23-commits.markmail.org/</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+
+  <modules>
+    <module>api</module>
+    <module>test-resources</module>
+    <module>nquads</module>
+    <module>csvutils</module>
+    <module>mime</module>
+    <module>encoding</module>
+    <module>core</module>
+    <module>plugins/basic-crawler</module>
+    <module>plugins/html-scraper</module>
+    <module>plugins/office-scraper</module>
+    <module>plugins/integration-test</module>
+    <module>service</module>
+  </modules>
+
+  <scm>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/any23.git</developerConnection>
+    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/any23.git</connection>
+    <url>https://git-wip-us.apache.org/repos/asf/any23.git</url>
+  </scm>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/ANY23</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Any23-trunk/</url>
+  </ciManagement>
+
+  <!-- General properties. -->
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <javac.src.version>1.6</javac.src.version>
+    <javac.target.version>1.6</javac.target.version>
+    <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format>
+    <implementation.build>${scmBranch}@r${buildNumber}</implementation.build>
+    <implementation.build.tstamp>${implementation.build}; ${maven.build.timestamp}</implementation.build.tstamp>
+    <slf4j.logger.version>1.6.6</slf4j.logger.version>
+    <sesame.version>2.6.9</sesame.version>
+    <latest.stable.released>0.7.0-incubating</latest.stable.released>
+
+    <!-- Maven Plugin Versions -->
+    <maven-javadoc-plugin.version>2.8</maven-javadoc-plugin.version>
+    <maven-clean-plugin.version>2.4.1</maven-clean-plugin.version>
+    <maven-deploy-plugin.version>2.7</maven-deploy-plugin.version>
+    <maven-install-plugin.version>2.3.1</maven-install-plugin.version>
+    <maven-resources-plugin.version>2.5</maven-resources-plugin.version>
+    <maven-assembly-plugin.version>2.3</maven-assembly-plugin.version>
+    <appassembler-maven-plugin.version>1.3</appassembler-maven-plugin.version>
+    <maven-release-plugin.version>2.2.1</maven-release-plugin.version>
+    <buildnumber-maven-plugin.version>1.0</buildnumber-maven-plugin.version>
+    <maven-compiler-plugin.version>2.5.1</maven-compiler-plugin.version>
+    <maven-jar-plugin.version>2.3.1</maven-jar-plugin.version>
+    <maven-surefire-plugin.version>2.9</maven-surefire-plugin.version>
+    <cobertura-maven-plugin.version>2.5.1</cobertura-maven-plugin.version>
+    <maven-site-plugin.version>3.0</maven-site-plugin.version>
+    <maven-changes-plugin.version>2.6</maven-changes-plugin.version>
+    <maven-project-info-reports-plugin.version>2.4</maven-project-info-reports-plugin.version>
+    <maven-jxr-plugin.version>2.3</maven-jxr-plugin.version>
+    <maven-checkstyle-plugin.version>2.8</maven-checkstyle-plugin.version>
+    <apache-rat-plugin.version>0.9</apache-rat-plugin.version>
+    <maven-source-plugin.version>2.1.2</maven-source-plugin.version>
+    <maven-gpg-plugin.version>1.4</maven-gpg-plugin.version>
+
+    <!--
+     | Any23 website has to be stored in SVN
+    -->
+    <site.deploymentBaseUrl>scm:svn:https://svn.apache.org/repos/asf/any23/site</site.deploymentBaseUrl>
+    <site.filePath>${user.home}/any23-site/</site.filePath>
+    <site.urlDeployment>file://${site.filePath}</site.urlDeployment>
+    <site.scmPubCheckoutDirectory>${site.filePath}</site.scmPubCheckoutDirectory>
+    <assembly.skip>false</assembly.skip>
+  </properties>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>commons-lang</groupId>
+        <artifactId>commons-lang</artifactId>
+        <version>2.4</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-httpclient</groupId>
+        <artifactId>commons-httpclient</artifactId>
+        <version>3.1</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <version>1.6</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-cli</groupId>
+        <artifactId>commons-cli</artifactId>
+        <version>1.2</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-compress</artifactId>
+        <version>1.4.1</version>
+      </dependency>
+      <dependency>
+        <groupId>net.sourceforge.nekohtml</groupId>
+        <artifactId>nekohtml</artifactId>
+        <version>1.9.15</version>
+      </dependency>
+
+      <!-- BEGIN: Tika -->
+      <dependency>
+        <groupId>org.apache.tika</groupId>
+        <artifactId>tika-core</artifactId>
+        <version>1.2</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.tika</groupId>
+        <artifactId>tika-parsers</artifactId>
+        <version>1.2</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.poi</groupId>
+        <artifactId>poi</artifactId>
+        <version>3.8</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.poi</groupId>
+        <artifactId>poi-ooxml</artifactId>
+        <version>3.8</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.poi</groupId>
+        <artifactId>poi-ooxml-schemas</artifactId>
+        <version>3.8</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.poi</groupId>
+        <artifactId>poi-scratchpad</artifactId>
+        <version>3.8</version>
+      </dependency>
+      <!-- END: Tika -->
+
+      <!-- BEGIN: Sesame -->
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-model</artifactId>
+        <version>${sesame.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-rio-api</artifactId>
+        <version>${sesame.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-rio-turtle</artifactId>
+        <version>${sesame.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-rio-rdfxml</artifactId>
+        <version>${sesame.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-rio-ntriples</artifactId>
+        <version>${sesame.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-rio-n3</artifactId>
+        <version>${sesame.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-rio-trix</artifactId>
+        <version>${sesame.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-repository-sail</artifactId>
+        <version>${sesame.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-sail-memory</artifactId>
+        <version>${sesame.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openrdf.sesame</groupId>
+        <artifactId>sesame-repository-api</artifactId>
+        <version>${sesame.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>info.aduna.commons</groupId>
+        <artifactId>aduna-commons-xml</artifactId>
+        <version>2.7.0</version>
+      </dependency>
+      <dependency>
+        <groupId>info.aduna.commons</groupId>
+        <artifactId>aduna-commons-text</artifactId>
+        <version>2.7.0</version>
+      </dependency>
+      <dependency>
+        <groupId>info.aduna.commons</groupId>
+        <artifactId>aduna-commons-net</artifactId>
+        <version>2.7.0</version>
+      </dependency>
+      <dependency>
+        <groupId>info.aduna.commons</groupId>
+        <artifactId>aduna-commons-lang</artifactId>
+        <version>2.9.0</version>
+      </dependency>
+      <dependency>
+        <groupId>info.aduna.commons</groupId>
+        <artifactId>aduna-commons-iteration</artifactId>
+        <version>2.10.0</version>
+      </dependency>
+      <dependency>
+        <groupId>info.aduna.commons</groupId>
+        <artifactId>aduna-commons-io</artifactId>
+        <version>2.10.0</version>
+      </dependency>
+      <dependency>
+        <groupId>info.aduna.commons</groupId>
+        <artifactId>aduna-commons-concurrent</artifactId>
+        <version>2.7.0</version>
+      </dependency>
+      <!-- END: Sesame -->
+
+      <!-- BEGIN:  Apache Commons -->
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-csv</artifactId>
+        <version>1.0-SNAPSHOT-rev1148315</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <version>2.4</version>
+      </dependency>
+      <!-- END:  Apache Commons -->
+
+      <!-- BEGIN: Servlet Deps. -->
+      <dependency>
+        <groupId>org.mortbay.jetty</groupId>
+        <artifactId>servlet-api-3.0</artifactId>
+        <version>7.0.0pre2</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.mortbay.jetty</groupId>
+        <artifactId>jetty-servlet-tester</artifactId>
+        <version>7.0.0.pre5</version>
+        <scope>test</scope>
+      </dependency>
+      <!-- END:   Servlet Deps. -->
+
+      <!-- BEGIN: Plugins specific dependencies -->
+      <dependency>
+        <groupId>de.l3s.boilerpipe</groupId>
+        <artifactId>boilerpipe</artifactId>
+        <version>1.1.0</version>
+      </dependency>
+      <!-- END: Plugins specific dependencies -->
+
+      <dependency>
+        <groupId>com.beust</groupId>
+        <artifactId>jcommander</artifactId>
+        <version>1.23</version>
+      </dependency>
+      <!-- BEGIN: logger -->
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>${slf4j.logger.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-jdk14</artifactId>
+        <version>${slf4j.logger.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>jcl-over-slf4j</artifactId>
+        <version>${slf4j.logger.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>${slf4j.logger.version}</version>
+      </dependency>
+      <!-- END: logger -->
+
+      <!-- BEGIN: plugins -->
+      <dependency>
+        <groupId>org.kohsuke.metainf-services</groupId>
+        <artifactId>metainf-services</artifactId>
+        <version>1.4</version>
+      </dependency>
+      <!-- END: plugins -->
+
+      <!-- BEGIN: Test Dependencies -->
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.10</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.mockito</groupId>
+        <artifactId>mockito-core</artifactId>
+        <version>1.8.5</version>
+        <scope>test</scope>
+      </dependency>
+      <!-- END: Test Dependencies -->
+    </dependencies>
+  </dependencyManagement>
+
+  <repositories>
+    <repository>
+      <id>any23-repository-external</id>
+      <url>http://svn.apache.org/repos/asf/any23/repo-ext/</url>
+    </repository>
+    <!-- Specific repository for Aduna / Sesame related dependencies. -->
+    <repository>
+      <id>aduna-software-release-repo</id>
+      <name>Aduna SW Release Repository</name>
+      <url>http://repo.aduna-software.org/maven2/releases</url>
+      <layout>default</layout>
+    </repository>
+  </repositories>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>${maven-clean-plugin.version}</version>
+        </plugin>
+
+        <plugin>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>${maven-deploy-plugin.version}</version>
+          <inherited>true</inherited>
+          <configuration>
+            <updateReleaseInfo>true</updateReleaseInfo>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>${maven-install-plugin.version}</version>
+        </plugin>
+
+        <plugin>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>${maven-resources-plugin.version}</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>${maven-assembly-plugin.version}</version>
+          <executions>
+            <execution>
+              <id>assembly</id>
+              <phase>package</phase>
+              <goals>
+                <goal>single</goal>
+              </goals>
+            </execution>
+          </executions>
+          <configuration>
+            <attach>true</attach>
+            <skipAssembly>${assembly.skip}</skipAssembly>
+            <tarLongFileMode>gnu</tarLongFileMode>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>appassembler-maven-plugin</artifactId>
+          <version>${appassembler-maven-plugin.version}</version>
+          <configuration>
+            <repositoryLayout>flat</repositoryLayout>
+            <repositoryName>lib</repositoryName>
+            <extraJvmArguments>-Xms500m -Xmx500m -XX:PermSize=128m -XX:-UseGCOverheadLimit</extraJvmArguments>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>${maven-release-plugin.version}</version>
+          <configuration>
+            <preparationGoals>install</preparationGoals>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>false</useReleaseProfile>
+            <autoVersionSubmodules>false</autoVersionSubmodules>
+            <tagNameFormat>any23-@{project.version}</tagNameFormat>
+            <arguments>-Dany23.online.test.disabled=true -Prelease,apache</arguments>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <!-- Drop inherited behavior (i.e. don't put any more default LICENSE and NOTICE files in all artifacts) -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <phase>none</phase>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>buildnumber-maven-plugin</artifactId>
+        <version>${buildnumber-maven-plugin.version}</version>
+        <executions>
+          <execution>
+            <phase>validate</phase>
+            <goals>
+              <goal>create</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <doCheck>false</doCheck>
+          <doUpdate>false</doUpdate>
+          <!-- Use committed revision so it does not change every time svn update is run -->
+          <useLastCommittedRevision>true</useLastCommittedRevision>
+          <!-- default revision number if unavailable -->
+          <revisionOnScmFailure>??????</revisionOnScmFailure>
+        </configuration>
+      </plugin>
+
+      <!-- Compiler configuration. -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>${maven-compiler-plugin.version}</version>
+        <configuration>
+          <source>${javac.src.version}</source>
+          <target>${javac.target.version}</target>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>${maven-jar-plugin.version}</version>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+            </manifest>
+            <manifestEntries>
+              <Implementation-Build>${implementation.build}</Implementation-Build>
+              <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
+              <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
+              <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+
+      <!-- Generates the distribution package -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <inherited>false</inherited>
+        <configuration>
+          <descriptors>
+            <descriptor>${basedir}/src/main/assembly/src.xml</descriptor>
+          </descriptors>
+        </configuration>
+      </plugin>
+
+      <!-- Test runner configuration. -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>${maven-surefire-plugin.version}</version>
+        <configuration>
+          <!--
+            Declaring default file encoding: UTF-8
+            Enabling assertions.
+            Disabling assertions for Sesame Sail.
+           -->
+          <argLine>-Dfile.encoding=UTF-8 -ea -da:org.openrdf.sail.memory.model.MemValueFactory</argLine>
+          <includes>
+            <include>**/*Test.java</include>
+            <include>**/*TestCase.java</include>
+          </includes>
+        </configuration>
+      </plugin>
+
+      <!-- Test coverage plugin. -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>${cobertura-maven-plugin.version}</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>clean</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+      <!-- Main project infos. -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>${maven-project-info-reports-plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>cim</report>
+              <report>dependencies</report>
+              <report>distribution-management</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>mailing-list</report>
+              <report>modules</report>
+              <report>project-team</report>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+
+      <!-- Javadoc plugin. -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${maven-javadoc-plugin.version}</version>
+        <configuration>
+          <!--
+           | Apple's JVM sometimes requires more memory
+          -->
+          <additionalJOption>-J-Xmx1024m</additionalJOption>
+        </configuration>
+      </plugin>
+
+      <!-- Browsable documentation. -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>${maven-jxr-plugin.version}</version>
+        <configuration>
+          <aggregate>true</aggregate>
+        </configuration>
+      </plugin>
+
+      <!-- Cobertura report. -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>${cobertura-maven-plugin.version}</version>
+      </plugin>
+
+      <!-- findBugs report. -->
+      <!-- TODO: deactivated because not working with Maven 3. Tried with 2.3.2/2.3.1/2.3 with no result.
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>1.1.1</version>
+        <configuration>
+          <xmlOutput>true</xmlOutput>
+          <xmlOutputDirectory>target/findbugs-reports</xmlOutputDirectory>
+          <threshold>High</threshold>
+          <effort>Max</effort>
+          <visitors>FindDeadLocalStores</visitors>
+          <omitVisitors>FindDeadLocalStores</omitVisitors>
+          <onlyAnalyze>org.apache.any23.*</onlyAnalyze>
+          <debug>true</debug>
+          <relaxed>true</relaxed>
+          <xmlOutputDirectory>target/findbugs-reports</xmlOutputDirectory>
+          <findbugsXmlOutput>target/findbugs-reports</findbugsXmlOutput>
+        </configuration>
+      </plugin>
+      -->
+
+      <!-- Check style report. -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>${maven-checkstyle-plugin.version}</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <!--plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <version>${apache-rat-plugin.version}</version>
+            <executions>
+              <execution>
+                <id>rat-verify</id>
+                <phase>test</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+                <configuration>
+                  <excludes>
+                    <exclude>**/.gitignore</exclude>
+                    <exclude>**/any23-gcode-CHANGES.txt</exclude>
+                    <exclude>**/NOTICE-*.txt</exclude>
+                    <exclude>LICENSE.txt</exclude>
+                    <exclude>NOTICE.txt</exclude>
+                    <exclude>**/README.txt</exclude>
+                    <exclude>RELEASE-NOTES.txt</exclude>
+                    <exclude>*.bat</exclude>
+                    <exclude>*.sh</exclude>
+                    <exclude>**/*.csv</exclude>
+                    <exclude>**/*.json</exclude>
+                    <exclude>**/*.xls*</exclude>
+                    <exclude>**/*zip/*</exclude>
+                    <exclude>**/error.wsdl</exclude>
+                    <exclude>.idea/**</exclude>
+                    <exclude>.classpath</exclude>
+                    <exclude>.project</exclude>
+                    <exclude>.settings</exclude>
+                    <exclude>maven-eclipse.xml</exclude>
+                    <exclude>.externalToolBuilders/**</exclude>
+                    <exclude>.git/**</exclude>
+                    < TODO restore them once ANY23-98 is fixed >
+                    <exclude>**/application/nquads/test1.nq</exclude>
+                    <exclude>**/application/nquads/test2.nq</exclude>
+                    <exclude>**/application/rdfn3/test1</exclude>
+                    <exclude>**/application/rdfn3/test2</exclude>
+                    <exclude>**/application/rdfn3/test3</exclude>
+                    <exclude>**/application/rss1/test1</exclude>
+                    <exclude>**/cli/rover-test1.nq</exclude>
+                    < resources ALv2 compatible resources >
+                    <exclude>**/css/bootstrap.min.css</exclude>
+                    <exclude>**/js/bootstrap-modal.js</exclude>
+                    <exclude>**/js/jquery-1.7.2.min.js</exclude>
+                    <exclude>**/missing-og-namespace.html</exclude>
+                  </excludes>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin-->
+
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <version>${maven-source-plugin.version}</version>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals>
+                  <goal>jar-no-fork</goal>
+                </goals>
+                <configuration>
+                  <archive>
+                    <manifest>
+                      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                      <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                    </manifest>
+                    <manifestEntries>
+                      <Implementation-Build>${implementation.build}</Implementation-Build>
+                      <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
+                      <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
+                      <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
+                    </manifestEntries>
+                  </archive>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>${maven-javadoc-plugin.version}</version>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+                <configuration>
+                  <quiet>true</quiet>
+                  <archive>
+                    <manifest>
+                      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                      <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                    </manifest>
+                    <manifestEntries>
+                      <Implementation-Build>${implementation.build}</Implementation-Build>
+                      <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
+                      <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
+                      <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
+                    </manifestEntries>
+                  </archive>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>${maven-gpg-plugin.version}</version>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
+    <profile>
+      <id>site</id>
+
+      <distributionManagement>
+        <site>
+          <id>any23.website</id>
+          <name>Apache Any23 website</name>
+          <url>${site.urlDeployment}</url>
+        </site>
+      </distributionManagement>
+
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-site-plugin</artifactId>
+            <version>${maven-site-plugin.version}</version>
+            <configuration>
+              <locales>en</locales>
+              <reportPlugins>
+                <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-project-info-reports-plugin</artifactId>
+                  <version>2.4</version>
+                  <configuration>
+                    <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+                    <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                    <anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/any23/trunk</anonymousConnection>
+                    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/any23/trunk</developerConnection>
+                    <webAccessUrl>http://svn.apache.org/viewvc/any23/trunk</webAccessUrl>
+                  </configuration>
+                  <reportSets>
+                    <reportSet>
+                      <reports>
+                        <report>index</report>
+                        <report>mailing-list</report>
+                        <report>project-team</report>
+                        <report>scm</report>
+                        <report>cim</report>
+                        <report>issue-tracking</report>
+                        <report>license</report>
+                      </reports>
+                    </reportSet>
+                  </reportSets>
+                </plugin>
+
+                <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-javadoc-plugin</artifactId>
+                  <version>${maven-javadoc-plugin.version}</version>
+                  <reportSets>
+                    <reportSet>
+                      <reports>
+                        <report>aggregate</report>
+                      </reports>
+                    </reportSet>
+                  </reportSets>
+                </plugin>
+              </reportPlugins>
+            </configuration>
+          </plugin>
+
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-scm-publish-plugin</artifactId>
+            <version>1.0-beta-2</version>
+            <configuration>
+              <tryUpdate>true</tryUpdate>
+              <checkinComment>Apache Any23 site deployment</checkinComment>
+              <checkoutDirectory>${site.scmPubCheckoutDirectory}</checkoutDirectory>
+              <pubScmUrl>${site.deploymentBaseUrl}</pubScmUrl>
+              <content>${site.filePath}</content>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+</project>
+

Added: release/any23/0.8.0/apache-any23-0.8.0.pom.asc
==============================================================================
--- release/any23/0.8.0/apache-any23-0.8.0.pom.asc (added)
+++ release/any23/0.8.0/apache-any23-0.8.0.pom.asc Wed Jun 26 02:00:35 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJRwkf0AAoJEEm9D4O+9wy0tN4QAJAp1HUizoe6HMY+vip4hWme
+jtKBPGYzEHWw5Udvezl1HkZoMmYZ5m5t/BjS+5cKrUu1skNuMCI1Sp48Q/dz6vf5
+fFcA85hjIMu8zSdLFn+KR0VbmrPPyOq/BPaMcg6xpt0NnA3J6dcd8b8AWbuoZvbL
+owoMamKuRnGF+N74uWPNZD+wd2v70nfzBnJeHK3MGMOZdBhaYQjAmtj+0y4tzYd9
+wNmrXL22sNGZaAovdIdSa9S9E5zRG9qgZIdjXe9kKjPnifVm0NhrPVVgXKhG/LCl
+9vR4FFixvUKvICed9kokSmdCDMXRC9l3Pi1JqNTjvlI7DlI7bb9sdkWoT9NYunGw
+REYfQXgwK4qDyIQDRbHKjHZkx75F9WFz6cvzad6Oa3TxiLIdEZImTbktqrRIBz9v
+n1xweUi0RDZnjjWgqA13Muyt8RU9q2pWBskhPU38WKocgQORqn7u+jiUFfz2aP26
+GRVT/8mFOQJIQnTCi88ir04Wc9HOYB/321AKJsYUypxpCahnSsXqMvc2vSXnqY4B
+7/11bV23h0+9etHnhOxCKglQVx3TfeQ16qWmLvaL3fRMJ5cePNBDfHmRSdtH1joo
+RYA5pryQllyfwbLexh1c0TrAB025TIYDCZDXtVJkBEf5Acb1K9QWZO5Hfq9uLXW8
+6mfhOumtmdkQ3JkRfg/6
+=ayTm
+-----END PGP SIGNATURE-----