From ac3e83d61c43f3e2e79d352d476f93220a033fbb Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Sat, 8 Oct 2005 14:45:48 +0000 Subject: [PATCH] collecting notes git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@307299 13f79535-47bb-0310-9956-ffa450edef68 --- .../site/apt/guides/getting-started => }/ideas.txt | 0 .../guides/introduction/introduction-to-archetypes.apt | 10 +++++++--- maven-site/src/site/apt/guides/plugin/notes.txt | 4 ++++ .../{getting-started/using-plugins.apt => plugin/tmp} | 0 4 files changed, 11 insertions(+), 3 deletions(-) rename maven-site/{src/site/apt/guides/getting-started => }/ideas.txt (100%) rename maven-site/src/site/apt/guides/{getting-started/using-plugins.apt => plugin/tmp} (100%) diff --git a/maven-site/src/site/apt/guides/getting-started/ideas.txt b/maven-site/ideas.txt similarity index 100% rename from maven-site/src/site/apt/guides/getting-started/ideas.txt rename to maven-site/ideas.txt diff --git a/maven-site/src/site/apt/guides/introduction/introduction-to-archetypes.apt b/maven-site/src/site/apt/guides/introduction/introduction-to-archetypes.apt index 4bc548810e..14e317f7f5 100644 --- a/maven-site/src/site/apt/guides/introduction/introduction-to-archetypes.apt +++ b/maven-site/src/site/apt/guides/introduction/introduction-to-archetypes.apt @@ -10,7 +10,11 @@ Introduction to Archetypes What is Archetype? - In short, Archetype is a Maven project templating toolkit. Archetype - will help authors create Maven project templates for users, and provides - users with the means to generate parameterized versions of those templates. + In short, Archetype is a Maven project templating toolkit. An archetype is defined as . The names fits as we are trying to provide a system that + provides a consistent means of generating Maven projects. Archetype will help authors create + Maven project templates for users, and provides users with the means to generate parameterized versions + of those project templates. + + diff --git a/maven-site/src/site/apt/guides/plugin/notes.txt b/maven-site/src/site/apt/guides/plugin/notes.txt index 693bc44fbc..211c26b010 100644 --- a/maven-site/src/site/apt/guides/plugin/notes.txt +++ b/maven-site/src/site/apt/guides/plugin/notes.txt @@ -1,2 +1,6 @@ Packaging plugins are required to call project.getArtifact().setFile( fileYouGenerated ) to properly work in the reactor. + +o configuration at +plugin-level +execution-level diff --git a/maven-site/src/site/apt/guides/getting-started/using-plugins.apt b/maven-site/src/site/apt/guides/plugin/tmp similarity index 100% rename from maven-site/src/site/apt/guides/getting-started/using-plugins.apt rename to maven-site/src/site/apt/guides/plugin/tmp