Hi,

On Wed, Oct 1, 2014 at 12:44 PM, Carsten Ziegeler <cziege...@apache.org> wrote:
...
> [artifacts startLevel=1 runMode=jackrabbit]
>    ..artifacts for level 1
> [configurations runMode=jackrabbit]
>   ..configurations

I'd write this a bit differently to make it obvious that start level
and run mode apply only to the current section:

[artifacts]
   startLevel:1
   runModes:jackrabbit,author
   ...

[configurations]
  startLevel:2
  (will use runModes:<blank>)

And require, while parsing, those statements to be at the beginning of
the section, before any artifacts.

It's a bit more typing but things are then obvious, and one can always
use ${variables} for lists of run modes for example.

-Bertrand

Reply via email to