mirror of https://github.com/apache/maven.git
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:
parent
510de4fe54
commit
ac3e83d61c
|
@ -10,7 +10,11 @@ Introduction to Archetypes
|
||||||
|
|
||||||
What is Archetype?
|
What is Archetype?
|
||||||
|
|
||||||
In short, Archetype is a Maven project templating toolkit. Archetype
|
In short, Archetype is a Maven project templating toolkit. An archetype is defined as <an original pattern or model
|
||||||
will help authors create Maven project templates for users, and provides
|
from which all other things of the same kind are made>. The names fits as we are trying to provide a system that
|
||||||
users with the means to generate parameterized versions of those templates.
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
Packaging plugins are required to call project.getArtifact().setFile(
|
Packaging plugins are required to call project.getArtifact().setFile(
|
||||||
fileYouGenerated ) to properly work in the reactor.
|
fileYouGenerated ) to properly work in the reactor.
|
||||||
|
|
||||||
|
o configuration at
|
||||||
|
plugin-level
|
||||||
|
execution-level
|
||||||
|
|
Loading…
Reference in New Issue