You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by tr...@apache.org on 2005/09/26 01:24:36 UTC

svn commit: r291490 - in /maven/components/trunk/maven-site: ./ src/site/apt/guides/getting-started/ src/site/apt/guides/getting-started/background/

Author: trygvis
Date: Sun Sep 25 16:24:29 2005
New Revision: 291490

URL: http://svn.apache.org/viewcvs?rev=291490&view=rev
Log:
o Adding some notes.

Modified:
    maven/components/trunk/maven-site/pom.xml
    maven/components/trunk/maven-site/src/site/apt/guides/getting-started/background/philosophy-of-maven.apt
    maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt
    maven/components/trunk/maven-site/src/site/apt/guides/getting-started/introduction-to-the-lifecycle.apt
    maven/components/trunk/maven-site/src/site/apt/guides/getting-started/releasing.apt

Modified: maven/components/trunk/maven-site/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/pom.xml?rev=291490&r1=291489&r2=291490&view=diff
==============================================================================
--- maven/components/trunk/maven-site/pom.xml (original)
+++ maven/components/trunk/maven-site/pom.xml Sun Sep 25 16:24:29 2005
@@ -17,7 +17,6 @@
     </site>
   </distributionManagement>
   <reporting>
-    <excludeDefaults>true</excludeDefaults>
     <!-- TODO: disable dependencies -->
     <plugins>
       <plugin>

Modified: maven/components/trunk/maven-site/src/site/apt/guides/getting-started/background/philosophy-of-maven.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/getting-started/background/philosophy-of-maven.apt?rev=291490&r1=291489&r2=291490&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/getting-started/background/philosophy-of-maven.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/getting-started/background/philosophy-of-maven.apt Sun Sep 25 16:24:29 2005
@@ -7,3 +7,5 @@
  ------
 
 Philosophy of Maven
+
+~~I had a couple of slides on this in my javaZone presentation - trygve

Modified: maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt?rev=291490&r1=291489&r2=291490&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt Sun Sep 25 16:24:29 2005
@@ -12,8 +12,8 @@
  a cookbook with self-contained references and solutions for common usecases. For the first time user it is suggested that
  you step through the material in a sequential fashion, but for users more familiar with Maven the guide endeavours
  to provide a quick solution for the need at hand. It is assumed at this point that you have downloaded Maven and
- installed Maven on your local machine. If you have not done so please refer to the {{{../download.html}}Download and
- Installation} instructions.
+ installed Maven on your local machine. If you have not done so please refer to the 
+ {{{../download.html}}Download and Installation} instructions.
 
 * What is Maven?
 
@@ -30,8 +30,6 @@
 
  * Managing releases
 
- * Managing releases
-
  If you want to know about the Maven itself you can check out {{{../philosophy-of-maven.html}}The Philosophy of Maven} and
  the {{{../history-of-maven.html}}The History of Maven}. Now we want to move on to why you, the user, can benefit from
  using Maven.
@@ -242,7 +240,7 @@
 
 ~~* How do I deploy my jar in my remote repository?
 
-~~* How do I deploy my jar in IBiblio?
+~~* How do I deploy my jar in Ibiblio?
 
 ~~* How do I create documentation?
 ~~  o Explain the different formats APT/xdoc/docbook/FAQML
@@ -313,11 +311,12 @@
 
 System vars are accessed implicitly in m2...try:
 
++-----+
+
 <configuration>
-~  <debug>${build.debug}</debug>
-~  <source>${build.jdk}</source>
-~  <target>${build.jdk}</target>
+  <debug>${build.debug}</debug>
+  <source>${build.jdk}</source>
+  <target>${build.jdk}</target>
 </configuration>
 
-
-+-----+
\ No newline at end of file
++-----+

Modified: maven/components/trunk/maven-site/src/site/apt/guides/getting-started/introduction-to-the-lifecycle.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/getting-started/introduction-to-the-lifecycle.apt?rev=291490&r1=291489&r2=291490&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/getting-started/introduction-to-the-lifecycle.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/getting-started/introduction-to-the-lifecycle.apt Sun Sep 25 16:24:29 2005
@@ -8,4 +8,6 @@
 
 Introduction to the Lifecycle
 
-The content from the current lifecycle document will be incorporated here.
\ No newline at end of file
+The content from the current lifecycle document will be incorporated here.
+
+~~How do I make my own lifecycle

Modified: maven/components/trunk/maven-site/src/site/apt/guides/getting-started/releasing.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/getting-started/releasing.apt?rev=291490&r1=291489&r2=291490&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/getting-started/releasing.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/getting-started/releasing.apt Sun Sep 25 16:24:29 2005
@@ -11,16 +11,16 @@
  
    [[1]] Preparing the release.
    
-   [[2]] Performing the release.
+   [[1]] Performing the release.
  
 Preparing the release
 
  The <<<release:prepare>>> goal will:
 
    [[1]] Verify that there are no uncommitted changes in the checkout
-   [[2]] Prompt for a desired version and tag name
-   [[3]] Modify the pom.xml 
-   [[4]] Tag the entire source tree with the new tag name
+   [[1]] Prompt for a desired version and tag name
+   [[1]] Modify the pom.xml 
+   [[1]] Tag the entire source tree with the new tag name
 
 -----
 m2 release:prepare -DtagBase=svn+ssh://svn.codehaus.org/home/projects/plexus/scm/tags



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org