Return-Path: X-Original-To: apmail-oltu-commits-archive@www.apache.org Delivered-To: apmail-oltu-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 5BAD0F1D1 for ; Thu, 28 Mar 2013 12:14:49 +0000 (UTC) Received: (qmail 18853 invoked by uid 500); 28 Mar 2013 12:14:49 -0000 Delivered-To: apmail-oltu-commits-archive@oltu.apache.org Received: (qmail 18795 invoked by uid 500); 28 Mar 2013 12:14:48 -0000 Mailing-List: contact commits-help@oltu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oltu.apache.org Delivered-To: mailing list commits@oltu.apache.org Received: (qmail 18759 invoked by uid 99); 28 Mar 2013 12:14:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Mar 2013 12:14:48 +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; Thu, 28 Mar 2013 12:14:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AF11123888CD; Thu, 28 Mar 2013 12:14:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1462067 - in /oltu/trunk: site/ site/deploySite.sh site/pom.xml site/src/ site/src/site/site.xml src/ Date: Thu, 28 Mar 2013 12:14:23 -0000 To: commits@oltu.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130328121423.AF11123888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simonetripodi Date: Thu Mar 28 12:14:23 2013 New Revision: 1462067 URL: http://svn.apache.org/r1462067 Log: [OLTU-91] #comment main site moved as a separate module #resolve Added: oltu/trunk/site/ (with props) oltu/trunk/site/deploySite.sh - copied, changed from r1460987, oltu/trunk/deploySite.sh oltu/trunk/site/pom.xml (with props) oltu/trunk/site/src/ - copied from r1460987, oltu/trunk/src/ Removed: oltu/trunk/src/ Modified: oltu/trunk/site/src/site/site.xml Propchange: oltu/trunk/site/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Thu Mar 28 12:14:23 2013 @@ -0,0 +1,2 @@ +site-publish +target Copied: oltu/trunk/site/deploySite.sh (from r1460987, oltu/trunk/deploySite.sh) URL: http://svn.apache.org/viewvc/oltu/trunk/site/deploySite.sh?p2=oltu/trunk/site/deploySite.sh&p1=oltu/trunk/deploySite.sh&r1=1460987&r2=1462067&rev=1462067&view=diff ============================================================================== --- oltu/trunk/deploySite.sh (original) +++ oltu/trunk/site/deploySite.sh Thu Mar 28 12:14:23 2013 @@ -19,4 +19,4 @@ # under the License. # -mvn -P site clean site-deploy scm-publish:publish-scm $@ +mvn clean site-deploy -Dusername=$1 -Dpassword=$2 Added: oltu/trunk/site/pom.xml URL: http://svn.apache.org/viewvc/oltu/trunk/site/pom.xml?rev=1462067&view=auto ============================================================================== --- oltu/trunk/site/pom.xml (added) +++ oltu/trunk/site/pom.xml Thu Mar 28 12:14:23 2013 @@ -0,0 +1,171 @@ + + + + + 4.0.0 + + + org.apache.oltu + org.apache.oltu.parent + 1-SNAPSHOT + + + org.apache.oltu.site + 1-SNAPSHOT + pom + + Apache Oltu + + + https://svn.apache.org/repos/asf/oltu/site/ + site-publish + + + + + apache.website.svnpub + scm:svn:${svnUrl} + + + + + + + org.apache.maven.plugins + maven-doap-plugin + + + ${project.parent.groupId} + ${project.parent.artifactId} + ${project.parent.version} + + + + + + org.apache.maven.plugins + maven-site-plugin + + en + true + + + + attach-descriptor + + attach-descriptor + + + + stage-for-scm-publish + post-site + + stage + + + false + + + + + + + org.apache.maven.plugins + maven-scm-publish-plugin + false + + Oltu main site deployment + + oauth2** + + ${checkoutDirectory} + + + + scm-publish + site-deploy + + publish-scm + + + + + + + + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + + false + + + + + + + setup-checkout + + + site-publish + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + prepare-checkout + pre-site + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: oltu/trunk/site/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: oltu/trunk/site/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: oltu/trunk/site/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: oltu/trunk/site/src/site/site.xml URL: http://svn.apache.org/viewvc/oltu/trunk/site/src/site/site.xml?rev=1462067&r1=1460987&r2=1462067&view=diff ============================================================================== --- oltu/trunk/site/src/site/site.xml (original) +++ oltu/trunk/site/src/site/site.xml Thu Mar 28 12:14:23 2013 @@ -40,6 +40,10 @@ + + + + @@ -59,14 +63,6 @@ - - - - - - - -