Hi, Another way of build single module is using -pl flag in maven. For example,
mvn package -pl 'zeppelin-interpreter' will build only zeppelin-interpreter sub module. You can list multiple modules in this way. mvn package -pl 'zeppelin-interpreter,spark' Thanks, moon On Wed, Jul 22, 2015 at 7:11 PM DuyHai Doan <[email protected]> wrote: > To run test classes for only a specify module, go into this module and do a > "mvn test" > > > > On Wed, Jul 22, 2015 at 11:37 AM, IT CTO <[email protected]> wrote: > > > Hi, > > I added a new test class to one of the modules and I would like to run > it. > > 1) can I run build and test for a single module e.g. > zeppelin-interpreter? > > 2) Should I add the new test class somewhere in order for it to be run? > > Thanks > > Eran > > >
