Author: bentmann
Date: Sun Oct 17 12:43:24 2010
New Revision: 1023482
URL: http://svn.apache.org/viewvc?rev=1023482&view=rev
Log:
[ARCHETYPE-336] Plugin documentation refers to "Maven 2"
Submitted by: Edward Staub
Modified:
maven/archetype/trunk/archetype-common/src/main/mdo/archetype-descriptor.mdo
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/index.apt
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-catalog.apt
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-metadata.apt
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype.apt
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/generate.apt
maven/archetype/trunk/pom.xml
Modified:
maven/archetype/trunk/archetype-common/src/main/mdo/archetype-descriptor.mdo
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/main/mdo/archetype-descriptor.mdo?rev=1023482&r1=1023481&r2=1023482&view=diff
==============================================================================
---
maven/archetype/trunk/archetype-common/src/main/mdo/archetype-descriptor.mdo
(original)
+++
maven/archetype/trunk/archetype-common/src/main/mdo/archetype-descriptor.mdo
Sun Oct 17 12:43:24 2010
@@ -52,7 +52,7 @@
<name>partial</name>
<type>boolean</type>
<required>false</required>
- <description>Is this archetype representing a full Maven 2 project
or only parts?</description>
+ <description>Is this archetype representing a full Maven project or
only parts?</description>
</field>
<field>
<name>requiredProperties</name>
Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/index.apt?rev=1023482&r1=1023481&r2=1023482&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/index.apt
(original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/index.apt Sun Oct
17 12:43:24 2010
@@ -27,9 +27,9 @@
~~ http://maven.apache.org/doxia/references/apt-format.html
-Maven 2 Archetype Plugin
+Maven Archetype Plugin
- The Archetype Plugin allows the user to create a Maven 2 project
+ The Archetype Plugin allows the user to create a Maven project
from an existing template called an archetype.
It also allows the user to create an archetype from an existing project.
@@ -52,10 +52,10 @@ Maven 2 Archetype Plugin
The archetype plugin has four goals:
- * <{{{./create-mojo.html}archetype:create}} (deprecated)> creates a Maven 2
project from an
+ * <{{{./create-mojo.html}archetype:create}} (deprecated)> creates a Maven
project from an
archetype. It use the behaviour of the
{{{/plugins/maven-archetype-plugin-1.0-alpha-7/}Archetype Plugin version
1.0-alpha-7}}.
- * {{{./generate-mojo.html}archetype:generate}} creates a Maven 2 project
from an
+ * {{{./generate-mojo.html}archetype:generate}} creates a Maven project from
an
archetype: asks the user to choose an archetype from the archetype
catalog, and retrieves it from the remote repository.
Once retrieved, it is processed to create a working Maven project.
Modified:
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-catalog.apt
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-catalog.apt?rev=1023482&r1=1023481&r2=1023482&view=diff
==============================================================================
---
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-catalog.apt
(original)
+++
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-catalog.apt
Sun Oct 17 12:43:24 2010
@@ -102,7 +102,7 @@ How does the Archetype Plugin know about
installs/deploys the archetype, and updates the local/remote catalog.
The <<<crawl-repository>>> goal is used to create a catalog file by
crawling
- a Maven 2 repository located in the filesystem.
+ a Maven repository located in the filesystem.
* Location of catalog files
Modified:
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-metadata.apt
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-metadata.apt?rev=1023482&r1=1023481&r2=1023482&view=diff
==============================================================================
---
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-metadata.apt
(original)
+++
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype-metadata.apt
Sun Oct 17 12:43:24 2010
@@ -158,7 +158,7 @@ How metadata on an archetype is stored?
* Defining multi module in the archetype metadata
- Inner modules of an archetype are used to create a multi-module Maven 2
+ Inner modules of an archetype are used to create a multi-module Maven
project from a single archetype.
Modules in the <<<archetype-metadata.xml>>> file are defined like:
@@ -184,7 +184,7 @@ How metadata on an archetype is stored?
The attributes name, id and dir of the module are used to determine the
directory where to generate that module's files, they also are used to
- determine the artifactId of the Maven 2 project corresponding to this
+ determine the artifactId of the Maven project corresponding to this
module.
Modified:
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype.apt
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype.apt?rev=1023482&r1=1023481&r2=1023482&view=diff
==============================================================================
---
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype.apt
(original)
+++
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/archetype.apt
Sun Oct 17 12:43:24 2010
@@ -29,11 +29,11 @@
What is an archetype?
-* A Maven 2 project 'en devenir'
+* A Maven project 'en devenir'
I.e. an abstract representation of a kind of project
that can be instantiated into a concrete customised
- Maven 2 project.
+ Maven project.
An archetype knows which files will be part of the
instantiated project and which properties to fill
@@ -79,7 +79,7 @@ What is an archetype?
[[2]] The resource files defined by the archetype metadata,
- [[3]] The POM file of a Maven 2 project.
+ [[3]] The POM file of a Maven project.
[]
Modified:
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/generate.apt
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/generate.apt?rev=1023482&r1=1023481&r2=1023482&view=diff
==============================================================================
---
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/generate.apt
(original)
+++
maven/archetype/trunk/maven-archetype-plugin/src/site/apt/specification/generate.apt
Sun Oct 17 12:43:24 2010
@@ -45,7 +45,7 @@ What is done during the creation of a pr
* Project generation
- Finally, the Archetype Plugin generates the Maven 2 project from the
+ Finally, the Archetype Plugin generates the Maven project from the
selected/configured archetype.
The archetype used to generate the project can be single or multi-module.
Modified: maven/archetype/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1023482&r1=1023481&r2=1023482&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Sun Oct 17 12:43:24 2010
@@ -36,7 +36,7 @@ under the License.
<name>Maven Archetype</name>
<description>Maven Archetype is a set of tools to deal with archetypes, i.e.
an abstract representation of a kind of project
- that can be instantiated into a concrete customized Maven 2 project.
+ that can be instantiated into a concrete customized Maven project.
An archetype knows which files will be part of the instantiated project and
which properties to fill to properly customize
the project.
</description>