jvanzyl     2002/10/17 21:26:15

  Modified:    .        build-bootstrap.xml
  Log:
  o tweaking the bootstrap to exclude plugins i know people can't
    be using yet.
  
  Revision  Changes    Path
  1.164     +7 -0      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.163
  retrieving revision 1.164
  diff -u -r1.163 -r1.164
  --- build-bootstrap.xml       14 Sep 2002 11:21:28 -0000      1.163
  +++ build-bootstrap.xml       18 Oct 2002 04:26:14 -0000      1.164
  @@ -232,6 +232,13 @@
       <copy todir="${maven.bootstrap.install.dir}/plugins" flatten="yes">
         <fileset dir="src/plugins-build">
           <include name="**/target/maven*plugin*.jar"/>
  +        
  +        <!-- Exclude plugins no one can be using -->
  +        <exclude name="**/target/maven-dependency-plugin*.jar"/>
  +        <exclude name="**/target/maven-importscrubber-plugin*.jar"/>
  +        <exclude name="**/target/maven-graph-plugin*.jar"/>
  +        <exclude name="**/target/maven-jdiff-plugin*.jar"/>
  +        <exclude name="**/target/maven-transformer-plugin*.jar"/>
   <!--         
           <include name="**/target/*activity*.jar"/>
           <include name="**/target/*ant*.jar"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:turbine-maven-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-maven-dev-help@;jakarta.apache.org>

Reply via email to