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

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

dion        2004/03/16 15:43:17

  Modified:    ejb/xdocs properties.xml
  Log:
  Additional docs on maven.ejb.src and the use of resources
  
  Revision  Changes    Path
  1.8       +8 -1      maven-plugins/ejb/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/xdocs/properties.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- properties.xml	4 Mar 2004 18:05:11 -0000	1.7
  +++ properties.xml	16 Mar 2004 23:43:17 -0000	1.8
  @@ -42,6 +42,13 @@
             <td>
               Root of files to be included within the ejb-jar.
               The same directory structure will be followed within the assembled jar file.
  +            <strong>
  +              Please note this is not for your java code or class files, these are other resources.
  +              Alternatively, you can use the 
  +              <a href="http://maven.apache.org/reference/project-descriptor.html#resources">resources element</a>
  +              of the <code>project.xml</code> to specify resource across various
  +              directories, just as you would for a jar or war project.
  +            </strong>
             </td>
             <td>
               src/ejb
  @@ -112,7 +119,7 @@
           <tr><th>Property</th><th>Description</th><th>See</th></tr>
           <tr>
             <td>maven.build.dir</td>
  -          <td>where the comonent will be assembled</td>
  +          <td>where the component will be assembled</td>
             <td>
               <A href="../../../java/target/docs/properties.html#Other Settings">maven.build.dir</A>
             </td>
  
  
  

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