adding in more intro guides

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-10-18 21:09:22 +00:00
parent 75d7127aef
commit d84c677a90
7 changed files with 48 additions and 47 deletions

View File

@ -11,16 +11,17 @@
<url>http://maven.apache.org/maven2</url> <url>http://maven.apache.org/maven2</url>
<inceptionYear>2001</inceptionYear> <inceptionYear>2001</inceptionYear>
<distributionManagement> <distributionManagement>
<!--
<site> <site>
<id>website</id> <id>website</id>
<url>scpexe://minotaur.apache.org/www/maven.apache.org/maven2</url> <url>scpexe://minotaur.apache.org/www/maven.apache.org/maven2</url>
</site> </site>
<!-- -->
<site> <site>
<id>website</id> <id>website</id>
<url>scpexe://minotaur.apache.org/x1/home/jvanzyl/public_html/maven2</url> <url>scpexe://minotaur.apache.org/x1/home/jvanzyl/public_html/maven2</url>
</site> </site>
-->
</distributionManagement> </distributionManagement>
<build> <build>

View File

@ -75,8 +75,18 @@ Documentation
* {{{introduction/introduction-to-archetypes.html}Introduction to Archetypes}} * {{{introduction/introduction-to-archetypes.html}Introduction to Archetypes}}
* {{{introduction/introduction-to-artifact-resolution.html}Introduction to repository definitions and artifact resolution}}
* {{{introduction/introduction-to-dependency-management.html}Introduction to dependency management}} * {{{introduction/introduction-to-dependency-management.html}Introduction to dependency management}}
* {{{introduction/introduction-to-plugin-prefix-mapping.html}Introduction to Plugin Prefix Resolution}}
* {{{introduction/introduction-to-plugin-registry.html}Introduction to the Plugin Registry}}
* {{{introduction/introduction-to-plugins.html}Introduction to Maven 2.0 Plugin Development}}
* {{{introduction/introduction-to-profiles.html}Introduction to build profiles}}
* {{{introduction/introduction-to-repositories.html}Introduction to Repositories}} * {{{introduction/introduction-to-repositories.html}Introduction to Repositories}}
* {{{introduction/introduction-to-the-lifecycle.html}Introduction to the Build Lifecycle}} * {{{introduction/introduction-to-the-lifecycle.html}Introduction to the Build Lifecycle}}

View File

@ -8,8 +8,6 @@
Introduction to Repository definitions and artifact resolution Introduction to Repository definitions and artifact resolution
*Introduction
As you no doubt know by now, artifacts are a central concept to Maven. Since As you no doubt know by now, artifacts are a central concept to Maven. Since
artifacts are referenced in abstract terms (groupId/artifactId rather than artifacts are referenced in abstract terms (groupId/artifactId rather than
file path), they must be available in the Maven repository system in order file path), they must be available in the Maven repository system in order

View File

@ -1,14 +1,12 @@
--- ---
Plugin Prefix Resolution Introduction to Plugin Prefix Resolution
--- ---
John Casey John Casey
--- ---
30-July-2005 30-July-2005
--- ---
Plugin Prefix Resolution Introduction to Plugin Prefix Resolution
* Introduction
When you execute Maven using a standard lifecycle phase, resolving the When you execute Maven using a standard lifecycle phase, resolving the
plugins that participate in that lifecycle is a relatively simple process. plugins that participate in that lifecycle is a relatively simple process.

View File

@ -1,14 +1,12 @@
--- ---
Plugin Registry Overview Introduction to the Plugin Registry
--- ---
John Casey John Casey
--- ---
29-July-2005 29-July-2005
--- ---
Plugin Registry Overview Introduction to the Plugin Registry
* Introduction
The Maven 2 plugin registry (~/.m2/plugin-registry.xml) is a mechanism to The Maven 2 plugin registry (~/.m2/plugin-registry.xml) is a mechanism to
help the user exert some control over their build environment. Rather than help the user exert some control over their build environment. Rather than

View File

@ -1,5 +1,5 @@
------ ------
Maven 2.0 Plugin Development Introduction to Maven 2.0 Plugin Development
------ ------
John Casey John Casey
------ ------
@ -20,9 +20,7 @@ John Casey
~~ See the License for the specific language governing permissions and ~~ See the License for the specific language governing permissions and
~~ limitations under the License. ~~ limitations under the License.
Plugin Overview Introduction to Maven 2.0 Plugin Development
* Introduction
Maven consists of a core engine which provides basic project-processing Maven consists of a core engine which provides basic project-processing
capabilities and build-process management, and a host of plugins which are capabilities and build-process management, and a host of plugins which are

View File

@ -6,9 +6,7 @@
John Casey John Casey
--- ---
Build Profiles Introduction to Build Profiles
* Introduction
Maven 2.0 goes to great lengths to ensure that builds are portable. Among Maven 2.0 goes to great lengths to ensure that builds are portable. Among
other things, this means allowing build configuration inside the POM, other things, this means allowing build configuration inside the POM,