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/04 02:19:13 UTC

cvs commit: maven project.properties

brett       2003/12/03 17:19:13

  Modified:    .        Tag: MAVEN-1_0-BRANCH project.properties
  Log:
  exclude simian for now - it's not working with the changes
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.51.2.2  +3 -1      maven/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven/project.properties,v
  retrieving revision 1.51.2.1
  retrieving revision 1.51.2.2
  diff -u -r1.51.2.1 -r1.51.2.2
  --- project.properties	2 Dec 2003 04:01:10 -0000	1.51.2.1
  +++ project.properties	4 Dec 2003 01:19:13 -0000	1.51.2.2
  @@ -77,7 +77,9 @@
   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.plugins.excludes = examples/**
  +# TODO [RC2] - simian plugin is broken
  +maven.plugins.excludes = examples/**,simian/**
   
   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