jvanzyl     2003/02/21 06:50:16

  Modified:    xdocs    sun-licensing-journey.xml
               xdocs/reference user-guide.xml
  Log:
  o Fix typo in sun licensning journey xdoc.
  o Add section about building offline.
  
  Revision  Changes    Path
  1.2       +3 -1      jakarta-turbine-maven/xdocs/sun-licensing-journey.xml
  
  Index: sun-licensing-journey.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/sun-licensing-journey.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sun-licensing-journey.xml 18 Feb 2003 21:46:33 -0000      1.1
  +++ sun-licensing-journey.xml 21 Feb 2003 14:50:15 -0000      1.2
  @@ -21,11 +21,13 @@
               what could be done about the JavaMail license. Geir explained that
               Maven doesn't use JavaMail directly but on behalf of project and
               though even technically the license is violated the spirit of
  -            the license is not.</li>
  +            the license is not.
  +          </li>
             <li>
               [ 18 Feb 2002 ] Bill Shannon responds that Maven's use is in the
               spirit of the license though not technically allowed. He directs
               us to Tom Kinkaid who is the manager of JavaMail.
  +          </li>
           </ul>
         </p>
   
  
  
  
  1.44      +20 -0     jakarta-turbine-maven/xdocs/reference/user-guide.xml
  
  Index: user-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/reference/user-guide.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- user-guide.xml    18 Feb 2003 13:57:03 -0000      1.43
  +++ user-guide.xml    21 Feb 2003 14:50:16 -0000      1.44
  @@ -48,6 +48,7 @@
                 <li><a href="#Overriding Stated Dependencies">Overriding Stated 
Dependencies</a></li>
                 <li><a href="#Using SNAPSHOT Dependencies">Using SNAPSHOT 
Dependencies</a></li>
                 <li><a href="#Multi Project Builds and the Reactor">Multi Project 
Builds and the Reactor</a></li>
  +              <li><a href="#Building Offline">Building Offline</a></li>
               </ol>
             </li>
             <li><a href="#Testing">Testing</a>
  @@ -969,7 +970,26 @@
   
         </subsection>
   
  +      <subsection name="Building Offline">
  +        <p>
  +          If you find you need to build your projects offline you can either
  +          use the offline switch on the CLI:
  +        </p>
  +<source><![CDATA[
  +maven -o java:jar
  +]]></source>
  +        
  +        <p>
  +          Or you can set the <code>maven.mode.online</code> property to
  +          <code>false</code>.
  +        </p>
   
  +<source><![CDATA[
  +maven.mode.online = false
  +]]></source>
  +        
  +      </subsection>
  +      
       </section>
   
       <section name="Testing">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to