Author: hboutemy Date: Mon Nov 4 22:17:26 2013 New Revision: 1538791 URL: http://svn.apache.org/r1538791 Log: added configuration dump in generated site
Added: maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/apt/ maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/apt/dist-tool.conf.apt.vm (with props) Modified: maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/site.xml Added: maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/apt/dist-tool.conf.apt.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/apt/dist-tool.conf.apt.vm?rev=1538791&view=auto ============================================================================== --- maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/apt/dist-tool.conf.apt.vm (added) +++ maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/apt/dist-tool.conf.apt.vm Mon Nov 4 22:17:26 2013 @@ -0,0 +1,33 @@ + ----- + dist-tool.conf + ----- + Hervé Boutemy + ----- + 2013-11-04 + ----- + +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/doxia/references/apt-format.html + +Dist Tool configuration + + Here is the content of the <<<dist-tool.conf>>> configuration file: + +%{snippet|file=${project.basedir}/src/main/resources/dist-tool.conf} Propchange: maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/apt/dist-tool.conf.apt.vm ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/apt/dist-tool.conf.apt.vm ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/site.xml?rev=1538791&r1=1538790&r2=1538791&view=diff ============================================================================== --- maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/site.xml (original) +++ maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/site/site.xml Mon Nov 4 22:17:26 2013 @@ -35,6 +35,7 @@ under the License. <item name="Dist Tool> Sites" href="dist-tool-check-site.html" /> <item name="Dist Tool> Source Release" href="dist-tool-check-source-release.html" /> <item name="Dist Tool> Index Pages" href="dist-tool-check-index-page.html" /> + <item name="Configuration" href="dist-tool.conf.html" /> </menu> <menu name="for dev"> <item name="TODO" href="todo.html" />