vmassol     2003/07/05 01:40:38

  Modified:    src/plugins-build/multiproject plugin.properties
  Log:
  - By default grab all maven projects, even those deeply nested. If there is a good 
reason please tell me and I'll revert the change.
  - Added comment
  
  Revision  Changes    Path
  1.4       +5 -3      maven/src/plugins-build/multiproject/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/multiproject/plugin.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.properties 4 Jul 2003 04:49:12 -0000       1.3
  +++ plugin.properties 5 Jul 2003 08:40:38 -0000       1.4
  @@ -4,11 +4,13 @@
   # MultiProject plugin.
   # -------------------------------------------------------------------
   maven.multiproject.basedir=${basedir}
  -maven.multiproject.includes=*/project.xml
  +maven.multiproject.includes=**/project.xml
   maven.multiproject.excludes=
   maven.multiproject.ignoreFailures=false
  +
  +# Decide whether to aggregate all project generated web sites in one
  +# place or to provide external links to each project's web site.
  +# Valid values are: "aggregate" or "independent".
   maven.multiproject.navigation=aggregate
  -#
  -# maven.multiproject.navigation=independent
   
   maven.multiproject.type=jar
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to