Author: hboutemy
Date: Tue Apr 24 10:18:01 2012
New Revision: 1329624
URL: http://svn.apache.org/viewvc?rev=1329624&view=rev
Log:
use pom content instead of copy/paste
Modified:
maven/archetypes/trunk/maven-archetype-plugin-site/src/site/apt/index.apt.vm
maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm
maven/archetypes/trunk/maven-archetype-quickstart/src/site/apt/index.apt.vm
maven/archetypes/trunk/maven-archetype-site-simple/src/site/apt/index.apt.vm
maven/archetypes/trunk/maven-archetype-site/src/site/apt/index.apt.vm
Modified:
maven/archetypes/trunk/maven-archetype-plugin-site/src/site/apt/index.apt.vm
URL:
http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin-site/src/site/apt/index.apt.vm?rev=1329624&r1=1329623&r2=1329624&view=diff
==============================================================================
---
maven/archetypes/trunk/maven-archetype-plugin-site/src/site/apt/index.apt.vm
(original)
+++
maven/archetypes/trunk/maven-archetype-plugin-site/src/site/apt/index.apt.vm
Tue Apr 24 10:18:01 2012
@@ -1,5 +1,5 @@
------
- Maven Plugin Site Archetype
+ ${project.name}
------
Hervé Boutemy
------
@@ -26,9 +26,9 @@
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-Maven Plugin Site Archetype
+${project.name}
- <<<maven-archetype-plugin-site>>> is an archetype which contains a sample
Maven plugin's site:
+ <<<${project.artifactId}>>> is an archetype which contains a sample Maven
plugin's site:
+----+
Modified:
maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm
URL:
http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm?rev=1329624&r1=1329623&r2=1329624&view=diff
==============================================================================
--- maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm
(original)
+++ maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm Tue
Apr 24 10:18:01 2012
@@ -1,5 +1,5 @@
------
- Maven Plugin Archetype
+ ${project.name}
------
Hervé Boutemy
------
@@ -26,9 +26,9 @@
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-Maven Plugin Archetype
+${project.name}
- <<<maven-archetype-plugin>>> is an archetype which contains a sample Maven
plugin:
+ <<<${project.artifactId}>>> is an archetype which contains a sample Maven
plugin:
+----+
Modified:
maven/archetypes/trunk/maven-archetype-quickstart/src/site/apt/index.apt.vm
URL:
http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-quickstart/src/site/apt/index.apt.vm?rev=1329624&r1=1329623&r2=1329624&view=diff
==============================================================================
--- maven/archetypes/trunk/maven-archetype-quickstart/src/site/apt/index.apt.vm
(original)
+++ maven/archetypes/trunk/maven-archetype-quickstart/src/site/apt/index.apt.vm
Tue Apr 24 10:18:01 2012
@@ -1,5 +1,5 @@
------
- Maven Quickstart Archetype
+ ${project.name}
------
Hervé Boutemy
------
@@ -26,9 +26,9 @@
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-Maven Quickstart Archetype
+${project.name}
- <<<maven-archetype-quickstart>>> is an archetype which contains a sample
Maven project:
+ <<<${project.artifactId}>>> is an archetype which contains a sample Maven
project:
+----+
Modified:
maven/archetypes/trunk/maven-archetype-site-simple/src/site/apt/index.apt.vm
URL:
http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-site-simple/src/site/apt/index.apt.vm?rev=1329624&r1=1329623&r2=1329624&view=diff
==============================================================================
---
maven/archetypes/trunk/maven-archetype-site-simple/src/site/apt/index.apt.vm
(original)
+++
maven/archetypes/trunk/maven-archetype-site-simple/src/site/apt/index.apt.vm
Tue Apr 24 10:18:01 2012
@@ -1,5 +1,5 @@
------
- Maven Simple Site Archetype
+ ${project.name}
------
Hervé Boutemy
------
@@ -26,9 +26,9 @@
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-Maven Simple Site Archetype
+${project.name}
- <<<maven-archetype-site-simple>>> is an archetype which contains a sample
Maven simple site:
+ <<<${project.artifactId}>>> is an archetype which contains a sample Maven
simple site:
+----+
Modified: maven/archetypes/trunk/maven-archetype-site/src/site/apt/index.apt.vm
URL:
http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-site/src/site/apt/index.apt.vm?rev=1329624&r1=1329623&r2=1329624&view=diff
==============================================================================
--- maven/archetypes/trunk/maven-archetype-site/src/site/apt/index.apt.vm
(original)
+++ maven/archetypes/trunk/maven-archetype-site/src/site/apt/index.apt.vm Tue
Apr 24 10:18:01 2012
@@ -1,5 +1,5 @@
------
- Maven Site Archetype
+ ${project.name}
------
Hervé Boutemy
------
@@ -26,9 +26,9 @@
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-Maven Site Archetype
+${project.name}
- <<<maven-archetype-site>>> is an archetype which contains a sample Maven site
which demonstrates
+ <<<${project.artifactId}>>> is an archetype which contains a sample Maven
site which demonstrates
some of the supported document types like APT, XDoc, and FML and demonstrates
how to i18n your site:
+----+