dion        2004/07/02 01:12:23

  Modified:    nsis/xdocs index.xml
  Log:
  Basic using docs
  
  Revision  Changes    Path
  1.2       +11 -1     maven-plugins/nsis/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 2 Jul 2004 07:47:17 -0000       1.1
  +++ index.xml 2 Jul 2004 08:12:23 -0000       1.2
  @@ -46,6 +46,16 @@
           </table>
         </subsection>
       </section>
  -
  +    <section name="Using the NSIS Plugin">
  +      <p>
  +        The plugin creates an installation program from your 
<code>distribution</code>,
  +        as created by <code>maven dist</code>. The <code>dist</code> goal must be
  +        run before using the plugin.
  +      </p>
  +      <p>
  +        Once you've run <code>dist</code>, run the <code>nsis</code> goal. This
  +        produces an executable in ${maven.build.dir}/${maven.final.name}.exe
  +      </p>
  +    </section>
    </body>
   </document>
  
  
  

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

Reply via email to