From 188f7848cf99eef4ea4b88208d2ca1c8d2284518 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 8 Mar 2016 21:04:16 -0500 Subject: [PATCH] Add configuration for Maven Site generation Change-Id: Ia3aaa37adc1302fea347991f8569bcb6290f1b84 Signed-off-by: Thanh Ha --- pom.xml | 221 ++++++++++++++++++++++++++++++++++++++ src/site/markdown/main.md | 0 src/site/site.xml | 26 +++++ 3 files changed, 247 insertions(+) create mode 100644 pom.xml create mode 100644 src/site/markdown/main.md create mode 100644 src/site/site.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000000..78ddf8c64d --- /dev/null +++ b/pom.xml @@ -0,0 +1,221 @@ + + + + 4.0.0 + + org.opendaylight.integration.test + integration-test-root + 1.0.0-SNAPSHOT + pom + integration/test + + The purpose of the Integration-Test sub-project is to be the holder for all + the system test code and system test tools (test tools that are specific to + OpenDaylight but not specific to a particular OpenDaylight project and do + not need to concern themselves with changing internal APIs of an + OpenDaylight project; such test tools shall be designed to depend only on + one project and should live in the project in which they depend) as well as + the coordinator and driver for OpenDaylight test efforts. + + 2015 + http://www.opendaylight.org/integration/test + + + + Eclipse Public License + http://www.eclipse.org/legal/epl-v10.html + repo + + + + + OpenDaylight + http://www.opendaylight.org/ + + + + + jamoluhrsen + Jamo Luhrsen + jluhrsen@gmail.com + Red Hat + https://www.redhat.com/ + + integration + + America/Los_Angeles + + + + LuisGomez + Luis Gomez + ecelgp@gmail.com + Brocade + https://www.brocade.com/ + + integration + + America/Los_Angeles + + + + dfarrell07 + Daniel Farrell + dfarrell@redhat.com + Red Hat + https://www.redhat.com/ + + integration + + America/Los_Angeles + + + + vrpolak + Vratko Polák + vrpolak@cisco.com + Cisco Systems + https://www.cisco.com/ + + integration + + America/Los_Angeles + + + + zxiiro + Thanh Ha + thanh.ha@linuxfoundation.org + The Linux Foundation + https://www.linuxfoundation.org/ + + releng + + America/New_York + + https://www.opendaylight.org/sites/www.opendaylight.org/files/styles/thumbnail/public/members/logos/thahn-ha.png + + + + + + Bugzilla + https://bugs.opendaylight.org/ + + + + Jenkins + https://jenkins.opendaylight.org/releng + + + + + Integration Dev Mailing List + dev-subscribe@lists.opendaylight.org + dev-unsubscribe@lists.opendaylight.org + integration-dev@lists.opendaylight.org + https://lists.opendaylight.org/pipermail/integration-dev/ + + + + + scm:git:https://git.opendaylight.org/gerrit/integration/test + scm:git:ssh://git.opendaylight.org:29418/integration/test + https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=summary + + + + + 2.8.2 + 2.5.2 + 3.4 + 2.8 + + + 2.9 + + + + + + org.apache.maven.plugins + maven-install-plugin + ${maven-install-plugin.version} + + true + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + true + + + + org.apache.maven.plugins + maven-site-plugin + ${maven-site-plugin.version} + + true + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${maven-project-info-reports-plugin.version} + + + + + + + + + stream + + + + + + org.apache.maven.plugins + maven-site-plugin + ${maven-site-plugin.version} + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + ${wagon.version} + + + + false + + + + + + + + + + opendaylight-site + OpenDaylight Site + dav:http://nexus.opendaylight.org/content/sites/site/${project.groupId}/${stream}/ + + + diff --git a/src/site/markdown/main.md b/src/site/markdown/main.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 0000000000..daafb6f6fd --- /dev/null +++ b/src/site/site.xml @@ -0,0 +1,26 @@ + + + + OpenDaylight + https://www.opendaylight.org/sites/all/themes/odl2/logo.png + https://www.opendaylight.org/ + 457 + + + + + + + + + + + + + + org.apache.maven.skins + maven-fluido-skin + 1.4 + + + -- 2.36.6