kaz         2002/06/18 08:26:06

  Modified:    xdocs/ref build-file.xml
  Log:
  Added a brief description of the "maven.build=snapshot" property that
  can be set when creating a JAR via Maven.
  
  Revision  Changes    Path
  1.20      +5 -1      jakarta-turbine-maven/xdocs/ref/build-file.xml
  
  Index: build-file.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/build-file.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build-file.xml    4 Jun 2002 02:35:02 -0000       1.19
  +++ build-file.xml    18 Jun 2002 15:26:06 -0000      1.20
  @@ -347,7 +347,11 @@
             <a href="project-descriptor.html#project"><code>project</code></a>
             element of the Maven project descriptor is used when creating
             the name of the jar file.  The current naming convention is
  -          <code>projectid-version</code>.
  +          <code>id-currentVersion</code>.  To create a snapshot of the
  +          current that includes a timestamp in the JAR file, set the
  +          following Ant property (either on the command line or in a
  +          property file): <code>maven.build=snapshot</code>.  This will
  +          create a jar named <code>id-currentVersion.yyyyMMdd.hhmmss</code>.
           </p>
         </subsection>
         <subsection name="maven:dist">
  
  
  

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

Reply via email to