You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ka...@apache.org on 2003/01/24 22:06:54 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/uberjar/src/plugin-resources/conf classworlds.conf

kaz         2003/01/24 13:06:54

  Modified:    src/plugins-build/uberjar plugin.jelly
  Added:       src/plugins-build/uberjar/src/plugin-resources/conf
                        classworlds.conf
  Removed:     src/plugins-build/uberjar/src/conf classworlds.conf
  Log:
  Modifying plugin to use the new plugin-resources directory standard
  which gets included automatically by the reactor's pom.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-turbine-maven/src/plugins-build/uberjar/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/uberjar/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly	24 Jan 2003 03:46:22 -0000	1.1
  +++ plugin.jelly	24 Jan 2003 21:06:53 -0000	1.2
  @@ -112,7 +112,7 @@
       <j:set var="self" value="${maven.final.name}"/>
       <velocity:merge 
         name="${confdir}/classworlds.conf"
  -      basedir="${plugin.dir}/src/conf"
  +      basedir="${plugin.resources}/conf"
         template="classworlds.conf"/>
   
     </goal>
  
  
  
  1.1                  jakarta-turbine-maven/src/plugins-build/uberjar/src/plugin-resources/conf/classworlds.conf
  
  Index: classworlds.conf
  ===================================================================
  main is $ubermain from app
  
  [app]
      #foreach ( $dep in $pom.dependencies )
      load ${classworlds.lib}/$dep.artifact 
      #end
      load ${classworlds.lib}/${self}.jar