mirror of https://github.com/apache/maven.git
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:
parent
75d7127aef
commit
d84c677a90
|
@ -11,16 +11,17 @@
|
|||
<url>http://maven.apache.org/maven2</url>
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
<distributionManagement>
|
||||
<!--
|
||||
<site>
|
||||
<id>website</id>
|
||||
<url>scpexe://minotaur.apache.org/www/maven.apache.org/maven2</url>
|
||||
</site>
|
||||
<!--
|
||||
-->
|
||||
|
||||
<site>
|
||||
<id>website</id>
|
||||
<url>scpexe://minotaur.apache.org/x1/home/jvanzyl/public_html/maven2</url>
|
||||
</site>
|
||||
-->
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -75,8 +75,18 @@ Documentation
|
|||
|
||||
* {{{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-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-the-lifecycle.html}Introduction to the Build Lifecycle}}
|
||||
|
|
|
@ -1,15 +1,13 @@
|
|||
---
|
||||
Introduction to repository definitions and artifact resolution
|
||||
---
|
||||
John Casey
|
||||
---
|
||||
23-August-2005
|
||||
---
|
||||
---
|
||||
Introduction to repository definitions and artifact resolution
|
||||
---
|
||||
John Casey
|
||||
---
|
||||
23-August-2005
|
||||
---
|
||||
|
||||
Introduction to Repository definitions and artifact resolution
|
||||
|
||||
*Introduction
|
||||
|
||||
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
|
||||
file path), they must be available in the Maven repository system in order
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
---
|
||||
Plugin Prefix Resolution
|
||||
---
|
||||
John Casey
|
||||
---
|
||||
30-July-2005
|
||||
---
|
||||
---
|
||||
Introduction to Plugin Prefix Resolution
|
||||
---
|
||||
John Casey
|
||||
---
|
||||
30-July-2005
|
||||
---
|
||||
|
||||
Plugin Prefix Resolution
|
||||
|
||||
* Introduction
|
||||
Introduction to Plugin Prefix Resolution
|
||||
|
||||
When you execute Maven using a standard lifecycle phase, resolving the
|
||||
plugins that participate in that lifecycle is a relatively simple process.
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
---
|
||||
Plugin Registry Overview
|
||||
---
|
||||
John Casey
|
||||
---
|
||||
29-July-2005
|
||||
---
|
||||
---
|
||||
Introduction to the Plugin Registry
|
||||
---
|
||||
John Casey
|
||||
---
|
||||
29-July-2005
|
||||
---
|
||||
|
||||
Plugin Registry Overview
|
||||
|
||||
* Introduction
|
||||
Introduction to the Plugin Registry
|
||||
|
||||
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
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
------
|
||||
Maven 2.0 Plugin Development
|
||||
Introduction to Maven 2.0 Plugin Development
|
||||
------
|
||||
John Casey
|
||||
John Casey
|
||||
------
|
||||
24 June 2005
|
||||
24 June 2005
|
||||
------
|
||||
|
||||
~~ Copyright 2001-2004 The Apache Software Foundation.
|
||||
|
@ -20,9 +20,7 @@ John Casey
|
|||
~~ See the License for the specific language governing permissions and
|
||||
~~ limitations under the License.
|
||||
|
||||
Plugin Overview
|
||||
|
||||
* Introduction
|
||||
Introduction to Maven 2.0 Plugin Development
|
||||
|
||||
Maven consists of a core engine which provides basic project-processing
|
||||
capabilities and build-process management, and a host of plugins which are
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
---
|
||||
Introduction to build profiles
|
||||
---
|
||||
30-July-2005
|
||||
---
|
||||
John Casey
|
||||
---
|
||||
---
|
||||
Introduction to build profiles
|
||||
---
|
||||
30-July-2005
|
||||
---
|
||||
John Casey
|
||||
---
|
||||
|
||||
Build Profiles
|
||||
|
||||
* Introduction
|
||||
Introduction to Build Profiles
|
||||
|
||||
Maven 2.0 goes to great lengths to ensure that builds are portable. Among
|
||||
other things, this means allowing build configuration inside the POM,
|
||||
|
|
Loading…
Reference in New Issue