This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia-book-maven-plugin.git
commit b517051ee765590a9073a6d4564f8cbe00ca925e Author: Dennis Lundberg <[email protected]> AuthorDate: Fri Apr 13 21:39:50 2012 +0000 Update the site. git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1325968 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/apt/index.apt | 8 +++++--- src/site/apt/usage.apt.vm | 24 +++++++++++++++++++++++- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 979e66c..fa426ee 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -1,8 +1,10 @@ ----- - Doxia Maven Plugin + Introduction ----- Lukas Theussl ----- + 2012-04-13 + ------ ~~ Licensed to the Apache Software Foundation (ASF) under one ~~ or more contributor license agreements. See the NOTICE file @@ -40,12 +42,12 @@ Introduction First you need a simple book descriptor which is used to specify the layout of your book, i.e. the ordering of the sections and the names for the chapters. - See {{{http://maven.apache.org/doxia/book/index.html}The Book Descriptor Reference}} + See {{{http://maven.apache.org/doxia/doxia-tools/doxia-book-renderer/book.html}The Book Descriptor Reference}} for a reference to the descriptor. * Usage - General instructions on how to use the Doxia Maven Plugin can be found on the {{{./usage.html}usage page}}. Some more + General instructions on how to use the Doxia Book Maven Plugin can be found on the {{{./usage.html}usage page}}. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the {{{http://docs.codehaus.org/display/MAVENUSER/PDF+Plugin}plugin's wiki page}}. diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm index 962f50e..845aafe 100644 --- a/src/site/apt/usage.apt.vm +++ b/src/site/apt/usage.apt.vm @@ -3,6 +3,28 @@ ----- Lukas Theussl ----- + 2012-04-13 + ------ + +~~ 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 Usage @@ -11,7 +33,7 @@ Usage +------------------------------------------------------ <plugin> <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-maven-plugin</artifactId> + <artifactId>doxia-book-maven-plugin</artifactId> <version>${project.version}</version> <executions> <execution>
