> But how do I specify multiple goals?
> 
> I want to use site and native:compile at the same time what should I
do?
> 
> If I just use maven I write:
> 
> maven native:compile site
> 
> I have tried different things that did not work, what should I write
in
> the gump descriptor to get booth goals to "run"?

>Not sure. What happens if you use goal="native:compile site"?

command line
maven --exception --offline "native:compile site"

output
BUILD FAILED
Goal "native:compile site" does not exist in this project.

Regards,

Claus


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

Reply via email to