You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/06/12 03:17:12 UTC

cvs commit: maven-plugins/ejb/xdocs goals.xml

brett       2004/06/11 18:17:12

  Modified:    ejb/xdocs goals.xml
  Log:
  PR: MPEJB-1
  add documentation for ejb:ejb-client
  
  Revision  Changes    Path
  1.5       +8 -0      maven-plugins/ejb/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/xdocs/goals.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- goals.xml	8 Jun 2004 12:19:54 -0000	1.4
  +++ goals.xml	12 Jun 2004 01:17:12 -0000	1.5
  @@ -44,6 +44,14 @@
           </description>
         </goal>      
         <goal>
  +        <name>ejb:ejb-client</name>
  +        <description>
  +          Constructs the ejb client jar file from the compiled sources 
  +          and resources. The maven.ejb.client.* properties are used to
  +          determine what is excluded.
  +        </description>
  +      </goal>      
  +      <goal>
           <name>ejb:install</name>
           <description>Installs the generated ejb-jar file into the local repository</description>
         </goal>
  
  
  

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