How to run junit tests at build time in netbeans module suite(Wrapper Module included)
"binber" <[email protected]> Tue, 07 Mar 2017 22:40:59 +0000
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <[email protected]> |
For projects it's possible to include <target depends="init,compile,test,-pre-dist,do-dist,-post-dist" description="Build distribution (WAR)." name="dist"/> in the build.xml to make it work. But I couldn't make it work for a module suite or a module. Is there any way?