From commits-return-9700-archive-asf-public=cust-asf.ponee.io@manifoldcf.apache.org Sat Mar 17 16:02:10 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E2C64180652 for ; Sat, 17 Mar 2018 16:02:09 +0100 (CET) Received: (qmail 14677 invoked by uid 500); 17 Mar 2018 15:02:08 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 14664 invoked by uid 99); 17 Mar 2018 15:02:08 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Mar 2018 15:02:08 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 0550A3A009D for ; Sat, 17 Mar 2018 15:02:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1827086 - in /manifoldcf/branches/CONNECTORS-1500: connectors/html-extractor/pom.xml connectors/pom.xml pom.xml Date: Sat, 17 Mar 2018 15:02:07 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180317150208.0550A3A009D@svn01-us-west.apache.org> Author: kwright Date: Sat Mar 17 15:02:07 2018 New Revision: 1827086 URL: http://svn.apache.org/viewvc?rev=1827086&view=rev Log: Add pom Added: manifoldcf/branches/CONNECTORS-1500/connectors/html-extractor/pom.xml (with props) Modified: manifoldcf/branches/CONNECTORS-1500/connectors/pom.xml manifoldcf/branches/CONNECTORS-1500/pom.xml Added: manifoldcf/branches/CONNECTORS-1500/connectors/html-extractor/pom.xml URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1500/connectors/html-extractor/pom.xml?rev=1827086&view=auto ============================================================================== --- manifoldcf/branches/CONNECTORS-1500/connectors/html-extractor/pom.xml (added) +++ manifoldcf/branches/CONNECTORS-1500/connectors/html-extractor/pom.xml Sat Mar 17 15:02:07 2018 @@ -0,0 +1,368 @@ + + + + + + org.apache.manifoldcf + mcf-connectors + 2.10-SNAPSHOT + + 4.0.0 + + + UTF-8 + UTF-8 + + + mcf-html-extractor-connector + ManifoldCF - Connectors - HTML Extractor + + + integration-test + ${basedir}/connector/src/main/java + ${basedir}/connector/src/test/java + + + ${basedir}/connector/src/main/native2ascii + + **/*.properties + + + + ${basedir}/connector/src/main/resources + + **/*.html + **/*.js + + + + + + ${basedir}/connector/src/test/resources + + + + + + + org.codehaus.mojo + native2ascii-maven-plugin + 1.0-beta-1 + + target/classes + + + + native2ascii-utf8 + + native2ascii + + + UTF8 + + **/*.properties + + + + + + + + + maven-dependency-plugin + + + copy-war + generate-resources + + copy + + + target/dependency + + + ${project.groupId} + mcf-api-service + ${project.version} + war + false + mcf-api-service.war + + + ${project.groupId} + mcf-authority-service + ${project.version} + war + false + mcf-authority-service.war + + + ${project.groupId} + mcf-crawler-ui + ${project.version} + war + false + mcf-crawler-ui.war + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Postgresql*.java + **/*MySQL*.java + + 1 + false + target/test-output + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.18.1 + + ${skipITs} + + ../dependency/mcf-crawler-ui.war + ../dependency/mcf-authority-service.war + ../dependency/mcf-api-service.war + + + **/*Postgresql*.java + **/*MySQL*.java + + 1 + false + target/test-output + + + + integration-test + + integration-test + + + + verify + + verify + + + + + + + + + + + ${project.groupId} + mcf-core + ${project.version} + + + ${project.groupId} + mcf-connector-common + ${project.version} + + + ${project.groupId} + mcf-agents + ${project.version} + + + ${project.groupId} + mcf-ui-core + ${project.version} + + + + org.jsoup + jsoup + ${jsoup.version} + + + + + + junit + junit + ${junit.version} + test + + + ${project.groupId} + mcf-core + ${project.version} + test-jar + test + + + ${project.groupId} + mcf-agents + ${project.version} + test-jar + test + + + ${project.groupId} + mcf-pull-agent + ${project.version} + jar + test + + + ${project.groupId} + mcf-pull-agent + ${project.version} + test-jar + test + + + + org.postgresql + postgresql + ${postgresql.version} + test + + + org.hsqldb + hsqldb + ${hsqldb.version} + test + + + mysql + mysql-connector-java + ${mysql.version} + test + + + + ${project.groupId} + mcf-api-service + ${project.version} + war + test + + + ${project.groupId} + mcf-authority-service + ${project.version} + war + test + + + ${project.groupId} + mcf-crawler-ui + ${project.version} + war + test + + + + org.eclipse.jetty + jetty-server + ${jetty.version} + test + + + org.eclipse.jetty + jetty-util + ${jetty.version} + test + + + org.eclipse.jetty + jetty-webapp + ${jetty.version} + test + + + org.eclipse.jetty + jetty-servlet + ${jetty.version} + test + + + org.eclipse.jetty + jetty-http + ${jetty.version} + test + + + org.eclipse.jetty + jetty-io + ${jetty.version} + test + + + org.eclipse.jetty + jetty-security + ${jetty.version} + test + + + org.eclipse.jetty + jetty-continuation + ${jetty.version} + test + + + org.eclipse.jetty + jetty-xml + ${jetty.version} + test + + + + org.mortbay.jetty + jsp-api-2.1-glassfish + ${glassfish.version} + test + + + org.mortbay.jetty + jsp-2.1-glassfish + ${glassfish.version} + test + + + + org.slf4j + slf4j-api + ${slf4j.version} + test + + + org.slf4j + slf4j-simple + ${slf4j.version} + test + + + + Propchange: manifoldcf/branches/CONNECTORS-1500/connectors/html-extractor/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: manifoldcf/branches/CONNECTORS-1500/connectors/pom.xml URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1500/connectors/pom.xml?rev=1827086&r1=1827085&r2=1827086&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-1500/connectors/pom.xml (original) +++ manifoldcf/branches/CONNECTORS-1500/connectors/pom.xml Sat Mar 17 15:02:07 2018 @@ -74,6 +74,7 @@ contentlimiter slack rocketchat + html-extractor Modified: manifoldcf/branches/CONNECTORS-1500/pom.xml URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1500/pom.xml?rev=1827086&r1=1827085&r2=1827086&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-1500/pom.xml (original) +++ manifoldcf/branches/CONNECTORS-1500/pom.xml Sat Mar 17 15:02:07 2018 @@ -94,6 +94,7 @@ 4.1.0 2.8.0 21.0 + 1.7.2