collecting notes

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@307299 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-10-08 14:45:48 +00:00
parent 510de4fe54
commit ac3e83d61c
4 changed files with 11 additions and 3 deletions

View File

@ -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 <an original pattern or model
from which all other things of the same kind are made>. 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.

View File

@ -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