> -----Original Message----- > From: Alberto Ivo [mailto:[email protected]] > Sent: Friday, February 15, 2013 4:52 AM > To: Maven Users List > Subject: Run unit tests before commiting > > Hello, > > Nowadays When I change the code, I manually run the unit test (suite) and > then commit using Eclipse IDE. > But I would like to do it via Maven. The code can be committed only after > the unit tests and they all have passed. Is that possible? if so, could I > do that?
A typical build will run the unit tests automatically, whether you're checking in or not. Isn't that enough? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
