Hit a snag with Netbeans, Maven, and DbUnit testing utils.

I switched to Netbeans probably a month or so ago for this small side project I’ve started and so far I’m digging it. However I hit a little issue that Eclipse never had a problem with. I’m using DbUnit for integration tests and I have an AbstractDbUnitIntegrationTest class that does a CLEAN_INSERT on the database for every test, which is great. But that means I need to have a data set to start with. Continue reading “Hit a snag with Netbeans, Maven, and DbUnit testing utils.”