looks like they added '-q' in 2.0.5 and it seems that several scripts
have tripped over this already - assuming it's been there all along

temporary solution is to edit the pax-validate script and remove
the '-q' option from the first mvn call (it's only used in this script).

alternatively upgrade to maven 2.0.6 ;)

if you'd like this fixed in 0.1.5, please open an issue - I've updated
the wiki page to list maven 2.0.6 as a pre-req, for the time being.

On 25/04/07, Niclas Hedhman <[EMAIL PROTECTED]> wrote:
> On Wednesday 25 April 2007 12:51, Stuart McCulloch wrote:
> > err, maven should support -q ... which version are you using?
> >
> > usage: mvn [options] [<goal(s)>] [<phase(s)>]
> >
> > Options:
> >  -q,--quiet                    Quiet output - only show errors
>
> [EMAIL PROTECTED]:~$ mvn --version
> Maven version: 2.0.4
> [EMAIL PROTECTED]:~$ mvn --help
>
> usage: mvn [options] [<goal(s)>] [<phase(s)>]
>
> Options:
>  -C,--strict-checksums         Fail the build if checksums don't match
>  -c,--lax-checksums            Warn if checksums don't match
>  -P,--activate-profiles        Comma-delimited list of profiles to
>                                activate
>  -ff,--fail-fast               Stop at first failure in reactorized builds
>  -fae,--fail-at-end            Only fail the build afterwards; allow all
>                                non-impacted builds to continue
>  -B,--batch-mode               Run in non-interactive (batch) mode
>  -fn,--fail-never              NEVER fail the build, regardless of project
>                                result
>  -up,--update-plugins          Synonym for cpu
>  -N,--non-recursive            Do not recurse into sub-projects
>  -npr,--no-plugin-registry     Don't use ~/.m2/plugin-registry.xml for
>                                plugin versions
>  -U,--update-snapshots         Update all snapshots regardless of
>                                repository policies
>  -cpu,--check-plugin-updates   Force upToDate check for any relevant
>                                registered plugins
>  -npu,--no-plugin-updates      Suppress upToDate check for any relevant
>                                registered plugins
>  -D,--define                   Define a system property
>  -X,--debug                    Produce execution debug output
>  -e,--errors                   Produce execution error messages
>  -f,--file                     Force the use of an alternate POM file.
>  -h,--help                     Display help information
>  -o,--offline                  Work offline
>  -r,--reactor                  Execute goals for project found in the
>                                reactor
>  -s,--settings                 Alternate path for the user settings file
>  -v,--version                  Display version information
>
> _______________________________________________
> general mailing list
> [email protected]
> http://lists.ops4j.org/mailman/listinfo/general
>


-- 
Cheers, Stuart

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to