Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1F348200BAA for ; Thu, 27 Oct 2016 17:15:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1DAB5160AF6; Thu, 27 Oct 2016 15:15:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3CEBE160AE4 for ; Thu, 27 Oct 2016 17:15:50 +0200 (CEST) Received: (qmail 31016 invoked by uid 500); 27 Oct 2016 15:15:49 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 31008 invoked by uid 99); 27 Oct 2016 15:15:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Oct 2016 15:15:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 51CE5DFAAB; Thu, 27 Oct 2016 15:15:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: cdutz@apache.org To: commits@flex.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: flex-typedefs git commit: - Refactored the directory structure of the example projects to be maven-style Date: Thu, 27 Oct 2016 15:15:49 +0000 (UTC) archived-at: Thu, 27 Oct 2016 15:15:51 -0000 Repository: flex-typedefs Updated Branches: refs/heads/feature-autobuild/example-maven-dirs [created] 39ff5cf05 - Refactored the directory structure of the example projects to be maven-style Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/39ff5cf0 Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/39ff5cf0 Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/39ff5cf0 Branch: refs/heads/feature-autobuild/example-maven-dirs Commit: 39ff5cf0548c49bc24448d775a62531775942702 Parents: e0f9b7a Author: Christofer Dutz Authored: Thu Oct 27 17:14:56 2016 +0200 Committer: Christofer Dutz Committed: Thu Oct 27 17:14:56 2016 +0200 ---------------------------------------------------------------------- pom.xml | 115 ++++++++++++++++++++++++++++--------------------- src/site/site.xml | 72 +++++++++++++++++++++++++++++++ 2 files changed, 137 insertions(+), 50 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/39ff5cf0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a6a28de..2a27122 100644 --- a/pom.xml +++ b/pom.xml @@ -54,9 +54,8 @@ - website - - scp://www.mycompany.com/www/docs/project/ + apache.website + scm:git:https://git-wip-us.apache.org/repos/asf/flex-typedefs.git @@ -128,6 +127,7 @@ org.apache.maven.plugins maven-site-plugin + 3.4 true @@ -139,58 +139,73 @@ - org.asciidoctor - asciidoctor-maven-plugin - 1.5.3 + commons-lang + commons-lang + 2.6 + + + org.apache.maven.doxia + doxia-core + 1.6 + + + + lt.velykis.maven.skins + reflow-velocity-tools + 1.1.1 + + + org.apache.velocity + velocity + 1.7 + + + + org.apache.maven.wagon + wagon-scm + 2.10 + + + org.apache.maven.scm + maven-scm-api + 1.9.5 + + + org.apache.maven.scm + maven-scm-manager-plexus + 1.9.5 + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.9.5 + - org.asciidoctor - asciidoctor-maven-plugin - 1.5.3 - - - org.asciidoctor - asciidoctorj-diagram - 1.3.1 - - - - - asciidoctor-diagram - - - - - - - - + org.apache.maven.plugins + maven-scm-publish-plugin + 1.1 + + + scm-publish + site-deploy + + + publish-scm + + + + ${project.build.directory}/site + + asf-site + + + http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/39ff5cf0/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 0000000..4a32d1e --- /dev/null +++ b/src/site/site.xml @@ -0,0 +1,72 @@ + + + + + + lt.velykis.maven.skins + reflow-maven-skin + 1.1.1 + + + + + + site + Apache Flex� - %2$s + false + true + + + + + Apache Flex + img/logo-flex.png + http://flex.apache.org/ + + + + An Apache Project + img/logo-asf.png + http://www.apache.org + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file