Author: khmarbaise Date: Sat Jul 18 19:19:22 2015 New Revision: 1691768 URL: http://svn.apache.org/r1691768 Log: Updated the site guide a little bit. Removed Maven 1.X stuff.
Modified: maven/site/trunk/content/apt/guides/mini/guide-site.apt Modified: maven/site/trunk/content/apt/guides/mini/guide-site.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/mini/guide-site.apt?rev=1691768&r1=1691767&r2=1691768&view=diff ============================================================================== --- maven/site/trunk/content/apt/guides/mini/guide-site.apt (original) +++ maven/site/trunk/content/apt/guides/mini/guide-site.apt Sat Jul 18 19:19:22 2015 @@ -4,7 +4,7 @@ Brett Porter Jason van Zyl ------ - 2005-05-13 + 2015-07-18 ------ ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -31,7 +31,7 @@ Creating a site * Creating Content - The first step to creating your site is to create some content. In Maven 2.0, the site content is separated by format, + The first step to creating your site is to create some content. In Maven, the site content is separated by format, as there are several available. ------------------- @@ -39,6 +39,9 @@ Creating a site +- site/ +- apt/ | +- index.apt + ! + +- markdown/ + | +- index.md | +- xdoc/ | +- other.xml @@ -54,13 +57,10 @@ Creating a site along with various directories corresponding to the supported document types. Let's take a look at site descriptor and the examples of the various document types. - The Xdoc format is the same as {{{http://maven.apache.org/maven-1.x/using/site.html} used in Maven 1.x}}. However, <<<navigation.xml>>> - has been replaced by the site descriptor (see below). - The APT format, "Almost Plain Text", is a wiki-like format that allows you to write simple, structured documents (like this one) very quickly. A full reference of the {{{http://maven.apache.org/doxia/references/apt-format.html} APT Format}} is available. - The FML format is the FAQ format, also used in Maven 1.x. + The FML format is the FAQ format. Other formats are available, but at this point these 3 are the best tested. There are also several possible output formats, but as of 2.0, only XHTML is available. @@ -234,7 +234,7 @@ mvn site-deploy <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.6</version> + <version>2.8</version> </plugin> </plugins> </reporting> @@ -268,7 +268,7 @@ mvn site-deploy <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.2</version> + <version>3.4</version> <configuration> <locales>en,fr</locales> </configuration>