Hello.
Is there some way to disable netbeans' automatic recognition of a java project
with existing sources as a maven project (netbeans does this whenever it
detects a pom.xml file).Uninstalling/deactivating the maven plugin *does not*
do the trick.
I want to be able to have a maven project (wi
When attempting to execute a (junit) test class from the IDE by either "Test
File" or "Run Focused Test Method", it often can take up to 18 seconds before
the test method actually executes (the actual test method only takes 10 ms or
so).
Now, this is the kind of thing I've done on a Windows mach