You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/18 23:09:26 UTC

svn commit: r326247 - in /maven/components/trunk/maven-site: ./ src/site/apt/guides/ src/site/apt/guides/introduction/

Author: jvanzyl
Date: Tue Oct 18 14:09:22 2005
New Revision: 326247

URL: http://svn.apache.org/viewcvs?rev=326247&view=rev
Log:
adding in more intro guides

Modified:
    maven/components/trunk/maven-site/pom.xml
    maven/components/trunk/maven-site/src/site/apt/guides/index.apt
    maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-artifact-resolution.apt
    maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugin-prefix-mapping.apt
    maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugin-registry.apt
    maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugins.apt
    maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-profiles.apt

Modified: maven/components/trunk/maven-site/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/pom.xml?rev=326247&r1=326246&r2=326247&view=diff
==============================================================================
--- maven/components/trunk/maven-site/pom.xml (original)
+++ maven/components/trunk/maven-site/pom.xml Tue Oct 18 14:09:22 2005
@@ -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>

Modified: maven/components/trunk/maven-site/src/site/apt/guides/index.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/index.apt?rev=326247&r1=326246&r2=326247&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/index.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/index.apt Tue Oct 18 14:09:22 2005
@@ -75,7 +75,17 @@
 
  * {{{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}}
 

Modified: maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-artifact-resolution.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-artifact-resolution.apt?rev=326247&r1=326246&r2=326247&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-artifact-resolution.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-artifact-resolution.apt Tue Oct 18 14:09:22 2005
@@ -1,14 +1,12 @@
-  ---
-  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

Modified: maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugin-prefix-mapping.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugin-prefix-mapping.apt?rev=326247&r1=326246&r2=326247&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugin-prefix-mapping.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugin-prefix-mapping.apt Tue Oct 18 14:09:22 2005
@@ -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.

Modified: maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugin-registry.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugin-registry.apt?rev=326247&r1=326246&r2=326247&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugin-registry.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugin-registry.apt Tue Oct 18 14:09:22 2005
@@ -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

Modified: maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugins.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugins.apt?rev=326247&r1=326246&r2=326247&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugins.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-plugins.apt Tue Oct 18 14:09:22 2005
@@ -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 @@
 ~~ 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

Modified: maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-profiles.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-profiles.apt?rev=326247&r1=326246&r2=326247&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-profiles.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/introduction/introduction-to-profiles.apt Tue Oct 18 14:09:22 2005
@@ -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,