Re: 11.2 and JUnit 5 "no tests executed"

2019-12-18 Thread Michael Remijan
ck on their site. I'd guess that when you include that plugin I to your pom, Maven will start to execute your tests.  Regards John On Wed, 18 Dec 2019, 03:19 Michael Remijan, wrote: I've started a brand new Maven project and had NetBeans take care of the POM updates when I added a uni

11.2 and JUnit 5 "no tests executed"

2019-12-17 Thread Michael Remijan
I've started a brand new Maven project and had NetBeans take care of the POM updates when I added a unit test. NetBean automatically put in the dependencies for JUnit 5. So far so good. But I can't seem to get the test to run. NetBeans is always saying: "No tests executed".  Below are the detail

Re: See src/assembly in project view?

2019-08-28 Thread Michael Remijan
argin-bottom:0;}Get them over to a config file setup. configuration: project_directory     :: {all}     :: src/main     :: src/main/assembly From: Michael Remijan Sent: Wednesday, August 28, 2019 4:57 PM To: users@netbeans.apache.org Subject: See src/assembly in project view? I've rec

See src/assembly in project view?

2019-08-28 Thread Michael Remijan
I've recently been updating my project to move my assembly directory from src/main/assembly to src/assembly, which is the Maven standard location for this directory. After doing this I realized why I put it in src/main in the first place...I can't see it in the Project view.  I now have to acces