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 2003/01/04 13:42:17 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/ejb plugin.jelly

dion        2003/01/04 04:42:17

  Modified:    src/plugins-build/ejb plugin.jelly
  Log:
  Fix typo
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-turbine-maven/src/plugins-build/ejb/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/ejb/plugin.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly	30 Nov 2002 00:33:41 -0000	1.2
  +++ plugin.jelly	4 Jan 2003 12:42:17 -0000	1.3
  @@ -26,7 +26,7 @@
     <!--==================================================================-->
     <goal name="ejb:ejb" prereqs="ejb:init" description="Build an ejb file">
   
  -    <echo>Building ejb ${pom.id}</echo>
  +    <echo>Building ejb ${maven.final.name}</echo>
   
       <available property="maven.ejb.manifest.available"
         file="${maven.ejb.manifest}"/>
  @@ -88,7 +88,7 @@
           description="Install the ejb in the local repository">
   
       <property name="maven.ejb.install.dir"
  -      value="${maven.repo.local}/${pom.id}/ejbs"/>
  +      value="${maven.repo.local}/${pom.groupId}/ejbs"/>
       <mkdir dir="${maven.ejb.install.dir}"/>
       <copy file="${maven.build.dir}/${maven.final.name}.jar"
         tofile="${maven.ejb.install.dir}/${maven.final.name}.jar"/>