I'm sorry.. I'm noob.. I didn't get it. Is there a way to do it inside the pom.xml?
Ivo On Fri, Feb 15, 2013 at 11:15 AM, Stephen Connolly < [email protected]> wrote: > mvn clean test scm:commit -Dmessage="I am great" > > > On 15 February 2013 12:51, Alberto Ivo <[email protected]> wrote: > > > 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? > > > > Thanks in advance! > > >
