jvanzyl     02/04/18 18:34:12

  Modified:    src/templates/build Control.vm build-maven.xml
                        default.properties
  Log:
  Making the standard gump file gump.xml
  
  Adding maven.local.repo and maven.remote.repo. This will supercede lib.repo
  so that we can store any project artifacts we want. Right now I need jars
  and project descriptors for the reactor but we could easily accommodate
  distributions and indexed javadoc bundles.
  
  Revision  Changes    Path
  1.15      +1 -0      jakarta-turbine-maven/src/templates/build/Control.vm
  
  Index: Control.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/Control.vm,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Control.vm        18 Apr 2002 17:43:34 -0000      1.14
  +++ Control.vm        19 Apr 2002 01:34:12 -0000      1.15
  @@ -8,6 +8,7 @@
   $buildElements.add("build-iutest.xml")
   $buildElements.add("build-maven.xml")
   $buildElements.add("build-reactor.xml")
  +$buildElements.add("build-init.xml")
   $buildElements.add("default.properties")
   
   ## -------------------------------------------------------
  
  
  
  1.32      +2 -2      jakarta-turbine-maven/src/templates/build/build-maven.xml
  
  Index: build-maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-maven.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build-maven.xml   18 Apr 2002 13:03:38 -0000      1.31
  +++ build-maven.xml   19 Apr 2002 01:34:12 -0000      1.32
  @@ -66,7 +66,7 @@
       
       <httpget
         projectDescriptor="project.xml"
  -      baseUrl="${maven.repo}"
  +      baseUrl="${maven.remote.repo}"
         dest="${lib.repo}"
       />
     </target>    
  @@ -537,7 +537,7 @@
         extension=".xml"
         style="${maven.home}/dvsl/gump/convert-project.dvsl"
         in="project.xml"
  -      out="${gump.descriptor}.xml"
  +      out="gump.xml"
       />
     
       <taskdef
  
  
  
  1.22      +2 -1      jakarta-turbine-maven/src/templates/build/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/default.properties,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- default.properties        18 Apr 2002 17:43:34 -0000      1.21
  +++ default.properties        19 Apr 2002 01:34:12 -0000      1.22
  @@ -17,7 +17,8 @@
   docs.dest = ${basedir}/docs
   gen.docs = ${build.dir}/generated-xdocs
   
  -maven.repo = http://jakarta.apache.org/turbine/jars/
  +maven.repo.remote = http://jakarta.apache.org/turbine/jars/
  +maven.repo.local = ${lib.repo}
   
   jarResources.basedir=${basedir}
   
  
  
  


Reply via email to