You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2003/12/14 01:23:56 UTC

cvs commit: maven maven.xml project.properties

brett       2003/12/13 16:23:56

  Modified:    .        maven.xml project.properties
  Log:
  copy useful properties from 1.0 branch bootstrap
  
  Revision  Changes    Path
  1.98      +2 -2      maven/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/maven.xml,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- maven.xml	24 Nov 2003 21:25:14 -0000	1.97
  +++ maven.xml	14 Dec 2003 00:23:56 -0000	1.98
  @@ -54,8 +54,8 @@
   
       <maven:reactor
         basedir="${maven.plugins.directory}"
  -      includes="*/project.xml"
  -      excludes="examples/*"
  +      includes="${maven.plugins.includes}"
  +      excludes="${maven.plugins.excludes}"
         goals="clean,plugin"
         banner="Building"
         ignoreFailures="false"
  
  
  
  1.53      +2 -0      maven/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven/project.properties,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- project.properties	10 Dec 2003 00:19:22 -0000	1.52
  +++ project.properties	14 Dec 2003 00:23:56 -0000	1.53
  @@ -78,6 +78,8 @@
   maven.bootstrap.plugins = clean/**,jar/**,java/**,license/**,plugin/**,test/**,touchstone/**,touchstone-partner/**
   maven.bootstrap.reactor = clean/project.xml,jar/project.xml,java/project.xml,license/project.xml,plugin/project.xml,touchstone/project.xml,touchstone-partner/project.xml
   maven.plugins.directory = ${basedir}/../maven-plugins
  +maven.plugins.includes = */project.xml
  +maven.plugins.excludes = examples/**
   
   maven.get.jars.baseUrl = http://www.ibiblio.org/maven
   maven.bootstrap.dir = ${basedir}/bootstrap
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org