Re: Build with dependencies + debug in NetBeans in a single Maven invocation

2020-10-22 Thread R. Diez
First of all, thanks for your answer. I did not get your e-mail, I only saw your answer in the mailing list archive, so I hope the e-mail address I found for you somewhere else is the right one. So execute [1] I believe is because you have checked "Build With Dependencies" so it does a

Re: Build with dependencies + debug in NetBeans in a single Maven invocation

2020-10-22 Thread R. Diez
You mention maven is rather slow... It's taking me an average of 6 seconds for a command line 'mvn clean install' to build all 4 pom's. I've got a MacBookPro (2013 model), 2.8 GHz Dual-Core Intel Core i7, 16GB Ram and SSD. I'm using Java 11.0.8 and Maven 3.6.3. This is all interesting. It's

Re: Build with dependencies + debug in NetBeans in a single Maven invocation

2020-10-21 Thread John Patrick
So some quick feedback... You mention maven is rather slow... It's taking me an average of 6 seconds for a command line 'mvn clean install' to build all 4 pom's. I've got a MacBookPro (2013 model), 2.8 GHz Dual-Core Intel Core i7, 16GB Ram and SSD. I'm using Java 11.0.8 and Maven 3.6.3. So

Re: Build with dependencies + debug in NetBeans in a single Maven invocation

2020-10-20 Thread John Patrick
Going to be rusty on NetBeans specific bits as not used for maybe 10+ years because it was slow and bugging from memory, switched to Eclipse and then IntelliJ and not looked back. So execute [1] I believe is because you have checked "Build With Dependencies" so it does a force rebuild of all

Build with dependencies + debug in NetBeans in a single Maven invocation

2020-10-19 Thread R. Diez
Hi all: I am migrating the following 2 Java applications and 1 "shared" library from NetBeans Ant-based projects to Maven: https://sourceforge.net/p/filereadtest/code/ci/master/tree/ I have noticed that Maven is rather slow, which bugs me (I am very impatient for a part-time Java developer).