Link to home
Start Free TrialLog in
Avatar of Sathish David  Kumar N
Sathish David Kumar NFlag for India

asked on

Shell script for mvn build

Hi ,

I worte some shell script .

1. In main method I call readprop and excuteprop  function

If readprop function fails how can I stop excuteprop?

2. In excuteprop function I use mvn clean install . If bulid failure how can I stop fruther steps??
ASKER CERTIFIED SOLUTION
Avatar of simon3270
simon3270
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sathish David  Kumar N

ASKER

Thanks , You have give some to do that