jvanzyl     02/04/19 08:24:41

  Modified:    src/templates/build build-reactor.xml
  Log:
  Updating the build-reactor to allow for the specification of the workspace,
  profile and maven.localRepo
  
  Revision  Changes    Path
  1.2       +4 -3      jakarta-turbine-maven/src/templates/build/build-reactor.xml
  
  Index: build-reactor.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-reactor.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-reactor.xml 18 Apr 2002 19:40:25 -0000      1.1
  +++ build-reactor.xml 19 Apr 2002 15:24:41 -0000      1.2
  @@ -13,8 +13,7 @@
     <!-- ================================================================== -->
   
     <target 
  -    name="generate-reactor"
  -    if="workspaceDescriptor">
  +    name="generate-reactor">
       
       <taskdef
         name="reactor-generator"
  @@ -27,7 +26,9 @@
         outputDirectory="${basedir}/reactor"
         templatePath="${maven.home}/templates/reactor"
         outputFile="reactor.report"
  -      workspaceDescriptor="${workspaceDescriptor}"
  +      mavenLocalRepo="${maven.localRepo}"
  +      workspaceDescriptor="${maven.workspaceDescriptor}"
  +      profileDescriptor="${maven.profileDescriptor}"
       />
   
     </target>
  
  
  


Reply via email to