Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3555810B5A for ; Tue, 1 Apr 2014 11:19:45 +0000 (UTC) Received: (qmail 13579 invoked by uid 500); 1 Apr 2014 11:19:44 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 13200 invoked by uid 500); 1 Apr 2014 11:19:34 -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 13187 invoked by uid 99); 1 Apr 2014 11:19:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2014 11:19:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2014 11:19:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0312A23888E4; Tue, 1 Apr 2014 11:19:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1583624 - in /manifoldcf/integration/solr-3.x/branches/CONNECTORS-914: DEPENDENCIES.txt pom.xml src/main/assembly/ src/main/assembly/bin.xml src/main/assembly/src.xml Date: Tue, 01 Apr 2014 11:19:10 -0000 To: commits@manifoldcf.apache.org From: iorixxx@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140401111911.0312A23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: iorixxx Date: Tue Apr 1 11:19:10 2014 New Revision: 1583624 URL: http://svn.apache.org/r1583624 Log: add pom.xml and assembly plugin files. Added: manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/pom.xml manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/src/main/assembly/ manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/src/main/assembly/bin.xml manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/src/main/assembly/src.xml Modified: manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/DEPENDENCIES.txt Modified: manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/DEPENDENCIES.txt URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/DEPENDENCIES.txt?rev=1583624&r1=1583623&r2=1583624&view=diff ============================================================================== --- manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/DEPENDENCIES.txt (original) +++ manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/DEPENDENCIES.txt Tue Apr 1 11:19:10 2014 @@ -1,8 +1,7 @@ Apache ManifoldCF Plugin for Apache Solr 3.x requires --------------------------------------------------- * JRE 1.6 or above -* ant 1.8 or higher -* ivy 2.2 or higher +* mvn 2.2 or higher For building Apache ManifoldCF Plugin for Apache Solr 3.x: ------------------------------------------------------ Added: manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/pom.xml URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/pom.xml?rev=1583624&view=auto ============================================================================== --- manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/pom.xml (added) +++ manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/pom.xml Tue Apr 1 11:19:10 2014 @@ -0,0 +1,122 @@ + + + + + 4.0.0 + org.apache.solr.mcf + + ManifoldCF Solr3x Plugin + solr3x-plugin-mcf + 2.1-SNAPSHOT + jar + ManifoldCF Plugin for Apache Solr 3.x + 2014 + + + The Apache Software Foundation + http://www.apache.org/ + + + + 3.6.2 + 6.1.9 + + + + + org.apache.solr + solr-test-framework + ${solr.version} + jar + test + + + + org.apache.solr + solr-core + ${solr.version} + jar + compile + + + + org.mortbay.jetty + jetty + ${jetty.version} + jar + test + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + -Xmx1024m + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + utf-8 + 1.6 + 1.6 + + + + + maven-jar-plugin + + + + ${project.name} + ${project.version} + The Apache Software Foundation + ${project.name} + ${project.version} + The Apache Software Foundation + org.apache + ${project.url} + + + + + + + maven-assembly-plugin + + + src/main/assembly/bin.xml + src/main/assembly/src.xml + + gnu + + + + + + + \ No newline at end of file Added: manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/src/main/assembly/bin.xml URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/src/main/assembly/bin.xml?rev=1583624&view=auto ============================================================================== --- manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/src/main/assembly/bin.xml (added) +++ manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/src/main/assembly/bin.xml Tue Apr 1 11:19:10 2014 @@ -0,0 +1,53 @@ + + + + bin + + tar.gz + zip + + + + + + + lib + false + + + + org.slf4j:* + + + + + + + + + + **/target/*.jar + README.txt + LICENSE.txt + NOTICE.txt + CHANGES.txt + DEPENDENCIES.txt + + + + Added: manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/src/main/assembly/src.xml URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/src/main/assembly/src.xml?rev=1583624&view=auto ============================================================================== --- manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/src/main/assembly/src.xml (added) +++ manifoldcf/integration/solr-3.x/branches/CONNECTORS-914/src/main/assembly/src.xml Tue Apr 1 11:19:10 2014 @@ -0,0 +1,37 @@ + + + + src + + tar.gz + zip + + + + + + **/.* + **/.*/** + **/*.iml/** + **/target/** + **/lib/** + **/data/** + + + +