Return-Path: Delivered-To: apmail-activemq-camel-commits-archive@locus.apache.org Received: (qmail 98793 invoked from network); 14 Jun 2007 18:12:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 18:12:12 -0000 Received: (qmail 90720 invoked by uid 500); 14 Jun 2007 18:11:51 -0000 Delivered-To: apmail-activemq-camel-commits-archive@activemq.apache.org Received: (qmail 88914 invoked by uid 500); 14 Jun 2007 18:11:32 -0000 Mailing-List: contact camel-commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-commits@activemq.apache.org Received: (qmail 87241 invoked by uid 99); 14 Jun 2007 18:11:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 11:11:09 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 11:10:33 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 106301A981A; Thu, 14 Jun 2007 11:09:58 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r547340 - in /activemq/camel/trunk/apache-camel: pom.xml src/main/descriptors/unix-bin.xml src/main/descriptors/windows-bin.xml Date: Thu, 14 Jun 2007 18:09:57 -0000 To: camel-commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070614180958.106301A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Thu Jun 14 11:09:56 2007 New Revision: 547340 URL: http://svn.apache.org/viewvc?view=rev&rev=547340 Log: Now when you build with the "-P release" argument on the maven command line, the camel website will be downloaded and included in the camel binary distributions. You must have ssh access to people.apache.org for this to work. Modified: activemq/camel/trunk/apache-camel/pom.xml activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml Modified: activemq/camel/trunk/apache-camel/pom.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/pom.xml?view=diff&rev=547340&r1=547339&r2=547340 ============================================================================== --- activemq/camel/trunk/apache-camel/pom.xml (original) +++ activemq/camel/trunk/apache-camel/pom.xml Thu Jun 14 11:09:56 2007 @@ -153,32 +153,6 @@ - maven-surefire-plugin @@ -265,6 +239,46 @@ + + release + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.1 + + + + download-website + compile + + + + + + + + + + + + + + + + + + + + run + + + + + + + assembly-src Modified: activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml?view=diff&rev=547340&r1=547339&r2=547340 ============================================================================== --- activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml (original) +++ activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml Thu Jun 14 11:09:56 2007 @@ -45,6 +45,12 @@ unix + + + ${basedir}/target/website + /doc/website + + target Modified: activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml?view=diff&rev=547340&r1=547339&r2=547340 ============================================================================== --- activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml (original) +++ activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml Thu Jun 14 11:09:56 2007 @@ -32,6 +32,12 @@ dos + + + ${basedir}/target/website + /doc/website + + ../examples