PR: MNG-222

Submitted by:	Dennis Lundberg
Reviewed by:	Brett Porter
correction of typos, spelling and grammar


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-09 02:07:15 +00:00
parent 771c4333d0
commit 08eaf5c94f
4 changed files with 186 additions and 186 deletions

View File

@ -88,8 +88,8 @@
<required>true</required> <required>true</required>
<description><![CDATA[ <description><![CDATA[
The short name of the project. This value is used when naming The short name of the project. This value is used when naming
<a href="plugins/java/index.html">jars</a> and <a href="/plugins/java/index.html">jars</a> and
<a href="plugins/dist/index.html">distribution files</a>. <a href="/plugins/dist/index.html">distribution files</a>.
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
@ -100,7 +100,7 @@
<description><![CDATA[ <description><![CDATA[
The short name of the project group. This value is used to group The short name of the project group. This value is used to group
all jars for a project in one directory. For more info look at the all jars for a project in one directory. For more info look at the
<a href="user-guide.html#Naming%20Conventions">user guide</a>. <a href="/user-guide.html#Naming%20Conventions">user guide</a>.
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
@ -111,8 +111,8 @@
<description><![CDATA[ <description><![CDATA[
The short name of the project. This value is used in conjunction The short name of the project. This value is used in conjunction
with <code>groupId</code> with <code>groupId</code>
when naming <a href="plugins/java/index.html">jars</a> and when naming <a href="/plugins/java/index.html">jars</a> and
<a href="plugins/dist/index.html">distribution files</a>. <a href="/plugins/dist/index.html">distribution files</a>.
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
@ -138,7 +138,7 @@
<required>true</required> <required>true</required>
<description><![CDATA[ <description><![CDATA[
The full name of the project. This value is used when The full name of the project. This value is used when
generating <a href="plugins/javadoc/index.html">JavaDoc</a> generating <a href="/plugins/javadoc/index.html">JavaDoc</a>
titles. titles.
]]></description> ]]></description>
<type>String</type> <type>String</type>
@ -147,8 +147,8 @@
<name>currentVersion</name> <name>currentVersion</name>
<description><![CDATA[ <description><![CDATA[
The current version of the project. This value is used when The current version of the project. This value is used when
naming <a href="plugins/java/index.html">jars</a> and naming <a href="/plugins/java/index.html">jars</a> and
<a href="plugins/dist/index.html">distribution files</a>. <a href="/plugins/dist/index.html">distribution files</a>.
]]></description> ]]></description>
<version>3.0.0</version> <version>3.0.0</version>
<required>true</required> <required>true</required>
@ -178,7 +178,7 @@
<description><![CDATA[ <description><![CDATA[
Optional. A detailed description of the project. Optional. A detailed description of the project.
This description is used as the default to generate the This description is used as the default to generate the
<a href="plugins/site/index.html">front page</a> of the project's <a href="/plugins/site/index.html">Mailing Lists</a> of the project's
web site, and is shown when <code>maven --usage</code> is called on web site, and is shown when <code>maven --usage</code> is called on
the project. While this element can be specified as CDATA to enable the project. While this element can be specified as CDATA to enable
the use of HTML tags within the description, you are encouraged to the use of HTML tags within the description, you are encouraged to
@ -238,7 +238,7 @@
<description><![CDATA[ <description><![CDATA[
The year of the project's inception specified with 4 digits. The year of the project's inception specified with 4 digits.
This value is used when generating This value is used when generating
<a href="plugins/javadoc/index.html">JavaDoc</a> copyright notices. <a href="/plugins/javadoc/index.html">JavaDoc</a> copyright notices.
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
@ -258,7 +258,7 @@
<description><![CDATA[ <description><![CDATA[
Optional. The hostname of the web server that hosts the project's web Optional. The hostname of the web server that hosts the project's web
site. This is used when the web site is site. This is used when the web site is
<a href="plugins/site/index.html">deployed</a>. <a href="/plugins/site/index.html">deployed</a>.
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
@ -268,7 +268,7 @@
<description><![CDATA[ <description><![CDATA[
Optional. The directory on the web server where the public web site Optional. The directory on the web server where the public web site
for this project resides. This is used when the web site is for this project resides. This is used when the web site is
<a href="plugins/site/index.html">deployed</a>. <a href="/plugins/site/index.html">deployed</a>.
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
@ -279,7 +279,7 @@
Optional. The server server where the final Optional. The server server where the final
distributions will be published. This is used when the distributions will be published. This is used when the
distributions are distributions are
<a href="plugins/dist/index.html">deployed</a>. <a href="/plugins/dist/index.html">deployed</a>.
<p> <p>
If this isn't defined, the central repository is used instead as If this isn't defined, the central repository is used instead as
determined by <code>maven.repo.central</code> and determined by <code>maven.repo.central</code> and
@ -296,7 +296,7 @@
Optional. The directory on the web server where the final Optional. The directory on the web server where the final
distributions will be published. This is used when the distributions will be published. This is used when the
distributions are distributions are
<a href="plugins/dist/index.html">deployed</a>. <a href="/plugins/dist/index.html">deployed</a>.
]]></description> ]]></description>
<type>String</type> <type>String</type>
<comment>This naming is inconsistent and distribution should occur from a repository structure.</comment> <comment>This naming is inconsistent and distribution should occur from a repository structure.</comment>
@ -325,7 +325,7 @@
<version>3.0.0+</version> <version>3.0.0+</version>
<description><![CDATA[ <description><![CDATA[
Contains information about a project's mailing lists. This Contains information about a project's mailing lists. This
is used to generate the <a href="plugins/site/index.html">front is used to generate the <a href="/plugins/site/index.html">front
page</a> of the site's web site. page</a> of the site's web site.
]]></description> ]]></description>
<association> <association>
@ -338,7 +338,7 @@
<version>3.0.0+</version> <version>3.0.0+</version>
<description><![CDATA[ <description><![CDATA[
Describes the committers to a project. This is used to Describes the committers to a project. This is used to
generate the <a href="plugins/site/index.html">Project Team</a> generate the <a href="/plugins/site/index.html">Project Team</a>
page of the project's web site. page of the project's web site.
]]></description> ]]></description>
<association> <association>
@ -351,7 +351,7 @@
<version>3.0.0+</version> <version>3.0.0+</version>
<description><![CDATA[ <description><![CDATA[
Describes the contributors to a project. This is used to generate Describes the contributors to a project. This is used to generate
the <a href="plugins/site/index.html">Project Team</a> page of the <a href="/plugins/site/index.html">Project Team</a> page of
the project's web site. the project's web site.
]]></description> ]]></description>
<association> <association>
@ -375,7 +375,7 @@
</p> </p>
<p> <p>
Maven can automatically download these dependencies from a Maven can automatically download these dependencies from a
<a href="user-guide.html#Remote%20Repository%20Layout">remote repository</a>. <a href="/user-guide.html#Remote%20Repository%20Layout">remote repository</a>.
</p> </p>
<p> <p>
The filename that Maven downloads from the repository is The filename that Maven downloads from the repository is
@ -426,7 +426,7 @@
<description><![CDATA[ <description><![CDATA[
This element describes all of the licenses for this project. This element describes all of the licenses for this project.
Each license is described by a <code>license</code> element, which Each license is described by a <code>license</code> element, which
is then describe by additional elements (described below). The is then described by additional elements (described below). The
auto-generated site documentation references this information. auto-generated site documentation references this information.
Projects should only list the license(s) that applies to the project Projects should only list the license(s) that applies to the project
and not the licenses that apply to dependencies. and not the licenses that apply to dependencies.
@ -442,7 +442,7 @@
<description><![CDATA[ <description><![CDATA[
Optional. Contains information on previous versions of the Optional. Contains information on previous versions of the
project. This information is used when invoking the project. This information is used when invoking the
<a href="plugins/dist/index.html"><code>maven:dist</code></a> <a href="/plugins/dist/index.html"><code>maven:dist</code></a>
target. target.
]]></description> ]]></description>
<association> <association>
@ -456,7 +456,7 @@
<description><![CDATA[ <description><![CDATA[
Optional. Contains information on branches of the Optional. Contains information on branches of the
project. This information is used when invoking the project. This information is used when invoking the
<a href="plugins/dist/index.html"><code>maven:dist</code></a> <a href="/plugins/dist/index.html"><code>maven:dist</code></a>
target. target.
]]></description> ]]></description>
<association> <association>
@ -501,7 +501,7 @@
<field> <field>
<name>scm</name> <name>scm</name>
<version>4.0.0</version> <version>4.0.0</version>
<description><![CDATA[Specification for the SCM use by the project.]]></description> <description><![CDATA[Specification for the SCM used by the project.]]></description>
<association> <association>
<type>Scm</type> <type>Scm</type>
</association> </association>
@ -509,7 +509,7 @@
<field> <field>
<name>repository</name> <name>repository</name>
<version>3.0.0</version> <version>3.0.0</version>
<description><![CDATA[Specification for the SCM use by the project.]]></description> <description><![CDATA[Specification for the SCM used by the project.]]></description>
<association> <association>
<type>Repository</type> <type>Repository</type>
</association> </association>
@ -552,7 +552,7 @@
<required>false</required> <required>false</required>
<description><![CDATA[ <description><![CDATA[
Default dependency information for grouped projects inheriting from Default dependency information for grouped projects inheriting from
this one. This dependency information here will not be checked. this one. The dependency information here will not be checked.
Instead, when a POM derived from this one declares a dependency Instead, when a POM derived from this one declares a dependency
described by a groupId and an artifactId (version not necessary), described by a groupId and an artifactId (version not necessary),
the entries in here will supply default values for that dependency. the entries in here will supply default values for that dependency.
@ -581,7 +581,7 @@
<type>String</type> <type>String</type>
<description><![CDATA[ <description><![CDATA[
The Java package name of the project. This value is used The Java package name of the project. This value is used
when generating <a href="plugins/javadoc/index.html">JavaDoc</a>. when generating <a href="/plugins/javadoc/index.html">JavaDoc</a>.
]]></description> ]]></description>
</field> </field>
</fields> </fields>
@ -640,7 +640,7 @@
<description><![CDATA[ <description><![CDATA[
Optional. Contains information on branches of the project. This Optional. Contains information on branches of the project. This
information is used when invoking the information is used when invoking the
<a href="plugins/dist/index.html"><code>maven:dist</code></a> target. <a href="/plugins/dist/index.html"><code>maven:dist</code></a> target.
]]></description> ]]></description>
<fields> <fields>
<field> <field>
@ -668,7 +668,7 @@
for this project can be sent. This is intended for use by tools for this project can be sent. This is intended for use by tools
which do unattended builds, for example those providing for which do unattended builds, for example those providing for
continuous integration. Currently this is used by the continuous integration. Currently this is used by the
<a href="plugins/gump/">gump plugin</a> <a href="/plugins/gump/">gump plugin</a>
target. target.
]]></description> ]]></description>
<type>String</type> <type>String</type>
@ -734,7 +734,7 @@
compile the Aspects in this directory when the project is compile the Aspects in this directory when the project is
built if Aspects have been enabled (see the built if Aspects have been enabled (see the
<a <a
href="plugins/aspectj/goals.html">Aspectj goals</a> document). href="/plugins/aspectj/goals.html">Aspectj goals</a> document).
The path given is relative to the project descriptor. The path given is relative to the project descriptor.
]]></description> ]]></description>
<type>String</type> <type>String</type>
@ -811,7 +811,7 @@
<name>directory</name> <name>directory</name>
<version>4.0.0</version> <version>4.0.0</version>
<description><![CDATA[ <description><![CDATA[
The directory where all generated by the build is placed. The directory where all files generated by the build is placed.
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
@ -884,7 +884,7 @@
<field> <field>
<name>url</name> <name>url</name>
<version>4.0.0</version> <version>4.0.0</version>
<description><![CDATA[Url for the continuous integration system use by the project.]]></description> <description><![CDATA[Url for the continuous integration system used by the project.]]></description>
<type>String</type> <type>String</type>
</field> </field>
<field> <field>
@ -972,7 +972,7 @@
<version>3.0.0+</version> <version>3.0.0+</version>
<description><![CDATA[ <description><![CDATA[
The roles the contributor plays in the project. Each role is The roles the contributor plays in the project. Each role is
describe by a <code>role</code> element, the body of which is a described by a <code>role</code> element, the body of which is a
role name. role name.
]]></description> ]]></description>
<association> <association>
@ -1034,7 +1034,7 @@
<!-- [ jdcasey:01-Feb-2005 ] No longer required. We'll validate after injecting defaults. --> <!-- [ jdcasey:01-Feb-2005 ] No longer required. We'll validate after injecting defaults. -->
<!-- required>true</required --> <!-- required>true</required -->
<description><![CDATA[ <description><![CDATA[
The version of the dependency., e.g. <code>3.2.1</code> The version of the dependency, e.g. <code>3.2.1</code>
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
@ -1077,7 +1077,7 @@
<description><![CDATA[ <description><![CDATA[
Properties about the dependency. Various plugins allow you to Properties about the dependency. Various plugins allow you to
<code>mark</code> dependencies with properties. For example the <code>mark</code> dependencies with properties. For example the
<a href="plugins/war/index.html">war</a> plugin looks for a <a href="/plugins/war/index.html">war</a> plugin looks for a
<code>war.bundle</code> property, and if found will include the <code>war.bundle</code> property, and if found will include the
dependency in <code>WEB-INF/lib</code>. For example syntax, check dependency in <code>WEB-INF/lib</code>. For example syntax, check
the war plugin docs. the war plugin docs.
@ -1228,7 +1228,7 @@
<field> <field>
<name>url</name> <name>url</name>
<version>4.0.0</version> <version>4.0.0</version>
<description><![CDATA[Url for the issue management system use by the project.]]></description> <description><![CDATA[Url for the issue management system used by the project.]]></description>
<type>String</type> <type>String</type>
</field> </field>
</fields> </fields>
@ -1269,7 +1269,7 @@
<name>License</name> <name>License</name>
<description><![CDATA[ <description><![CDATA[
Describes the licenses for this project. This is used to generate Describes the licenses for this project. This is used to generate
the <a href="plugins/site/index.html">License</a> page of the <a href="/plugins/site/index.html">License</a> page of
the project's web site. Typically the licenses listed for the project the project's web site. Typically the licenses listed for the project
are that of the project itself, and not of dependencies. are that of the project itself, and not of dependencies.
]]></description> ]]></description>
@ -1518,7 +1518,7 @@
<field> <field>
<name>version</name> <name>version</name>
<version>4.0.0</version> <version>4.0.0</version>
<description><![CDATA[The versi>on of the project to extend.]]></description> <description><![CDATA[The version of the project to extend.]]></description>
<type>String</type> <type>String</type>
</field> </field>
</fields> </fields>
@ -1534,7 +1534,7 @@
<p> <p>
Optional. The source configuration management system URL Optional. The source configuration management system URL
that describes the repository and how to connect to the that describes the repository and how to connect to the
repository. This is used by Maven when <a href="plugins/dist/index.html">building versions</a> repository. This is used by Maven when <a href="/plugins/dist/index.html">building versions</a>
from specific ID. from specific ID.
</p> </p>
<p> <p>
@ -1644,7 +1644,7 @@
that describes the repository and how to connect to the that describes the repository and how to connect to the
repository. This is used by Maven when repository. This is used by Maven when
<a <a
href="plugins/dist/index.html">building versions</a> href="/plugins/dist/index.html">building versions</a>
from specific ID. from specific ID.
]]></description> ]]></description>
<type>String</type> <type>String</type>
@ -1798,7 +1798,7 @@
<description><![CDATA[ <description><![CDATA[
A unique identifier for a version. This ID is A unique identifier for a version. This ID is
used to specify the version that used to specify the version that
<a href="plugins/dist/index.html"> <a href="/plugins/dist/index.html">
<code>maven:dist</code> <code>maven:dist</code>
</a> builds. </a> builds.
]]></description> ]]></description>
@ -1846,7 +1846,7 @@
<name>url</name> <name>url</name>
<version>4.0.0</version> <version>4.0.0</version>
<description><![CDATA[ <description><![CDATA[
The url of of the repository The url of the repository
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
@ -1863,7 +1863,7 @@
<field> <field>
<name>layout</name> <name>layout</name>
<version>4.0.0</version> <version>4.0.0</version>
<description>The type of layout this repository uses for locating and storing aritfacts - can be "legacy" or "default".</description> <description>The type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default".</description>
<type>String</type> <type>String</type>
<defaultValue>default</defaultValue> <defaultValue>default</defaultValue>
</field> </field>
@ -1918,7 +1918,7 @@
<name>url</name> <name>url</name>
<version>4.0.0</version> <version>4.0.0</version>
<description><![CDATA[ <description><![CDATA[
The url of of the location where website is deployed The url of the location where website is deployed
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>

View File

@ -149,7 +149,7 @@
<i>Channel</i> box). <i>Channel</i> box).
</p> </p>
<p> <p>
Please remember that is is a preview release, so please be patient with features that are not yet implemented, Please remember that it is a preview release, so please be patient with features that are not yet implemented,
and be prepared to do some research and to help out yourself wherever possible. and be prepared to do some research and to help out yourself wherever possible.
</p> </p>
</answer> </answer>

View File

@ -169,7 +169,7 @@ m2 archetype:create
<p> <p>
What is the What is the
<code>plugins</code> section all about? Well, this is how plugins are configured in Maven 2.0. <code>plugins</code> section all about? Well, this is how plugins are configured in Maven 2.0.
It is analogours to the It is analogous to the
<code>project.properties</code> file in Maven 1.0. You may note that it looks more <code>project.properties</code> file in Maven 1.0. You may note that it looks more
verbose - but you'll see over time that it should be required much less, and is capable of much more powerful verbose - but you'll see over time that it should be required much less, and is capable of much more powerful
configuration than it's Maven 1.0 counterpart. In addition, we hope the burden of editing the POM will be configuration than it's Maven 1.0 counterpart. In addition, we hope the burden of editing the POM will be

View File

@ -312,8 +312,8 @@
<td> <td>
Contains information about a project's mailing lists. This Contains information about a project's mailing lists. This
is used to generate the is used to generate the
<a href="/plugins/site/index.html">front <a href="/plugins/site/index.html">Mailing Lists</a>
page</a> of the site's web site. page of the project's web site.
</td> </td>
</tr> </tr>
<tr> <tr>
@ -398,7 +398,7 @@
This element describes all of the licenses for this project. This element describes all of the licenses for this project.
Each license is described by a Each license is described by a
<code>license</code> element, which <code>license</code> element, which
is then describe by additional elements (described below). The is then described by additional elements (described below). The
auto-generated site documentation references this information. auto-generated site documentation references this information.
Projects should only list the license(s) that applies to the project Projects should only list the license(s) that applies to the project
and not the licenses that apply to dependencies. and not the licenses that apply to dependencies.
@ -417,7 +417,7 @@
</tr> </tr>
<tr> <tr>
<td>scm</td> <td>scm</td>
<td>Specification for the SCM use by the project.</td> <td>Specification for the SCM used by the project.</td>
</tr> </tr>
<tr> <tr>
<td>build</td> <td>build</td>
@ -439,7 +439,7 @@
<td>dependencyManagement</td> <td>dependencyManagement</td>
<td> <td>
Default dependency information for grouped projects inheriting from Default dependency information for grouped projects inheriting from
this one. This dependency information here will not be checked. this one. The dependency information here will not be checked.
Instead, when a POM derived from this one declares a dependency Instead, when a POM derived from this one declares a dependency
described by a groupId and an artifactId (version not necessary), described by a groupId and an artifactId (version not necessary),
the entries in here will supply default values for that dependency. the entries in here will supply default values for that dependency.
@ -509,7 +509,7 @@
<tr> <tr>
<td>directory</td> <td>directory</td>
<td> <td>
The directory where all generated by the build is placed. The directory where all files generated by the build is placed.
</td> </td>
</tr> </tr>
<tr> <tr>
@ -564,7 +564,7 @@
</tr> </tr>
<tr> <tr>
<td>url</td> <td>url</td>
<td>Url for the continuous integration system use by the project.</td> <td>Url for the continuous integration system used by the project.</td>
</tr> </tr>
<tr> <tr>
<td>notifiers</td> <td>notifiers</td>
@ -627,7 +627,7 @@
<td>roles</td> <td>roles</td>
<td> <td>
The roles the contributor plays in the project. Each role is The roles the contributor plays in the project. Each role is
describe by a described by a
<code>role</code> element, the body of which is a <code>role</code> element, the body of which is a
role name. role name.
</td> </td>
@ -665,7 +665,7 @@
<tr> <tr>
<td>version</td> <td>version</td>
<td> <td>
The version of the dependency., e.g. The version of the dependency, e.g.
<code>3.2.1</code> <code>3.2.1</code>
</td> </td>
</tr> </tr>
@ -885,7 +885,7 @@
</tr> </tr>
<tr> <tr>
<td>version</td> <td>version</td>
<td>The versi>on of the project to extend.</td> <td>The version of the project to extend.</td>
</tr> </tr>
</table> </table>
</p> </p>
@ -981,7 +981,7 @@
<tr> <tr>
<td>url</td> <td>url</td>
<td> <td>
The url of of the repository The url of the repository
</td> </td>
</tr> </tr>
<tr> <tr>
@ -993,7 +993,7 @@
</tr> </tr>
<tr> <tr>
<td>layout</td> <td>layout</td>
<td>The type of layout this repository uses for locating and storing aritfacts - can be "legacy" or "default".</td> <td>The type of layout this repository uses for locating and storing artifacts - can be "legacy" or "default".</td>
</tr> </tr>
</table> </table>
</p> </p>
@ -1020,7 +1020,7 @@
<tr> <tr>
<td>url</td> <td>url</td>
<td> <td>
The url of of the location where website is deployed The url of the location where website is deployed
</td> </td>
</tr> </tr>
</table> </table>