Skip to content

{ Tag Archives } maven

Hit a snag with Netbeans, Maven, and 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 [...]

Also tagged , ,

Issue with Eclipse WTP not copying over .xml/.properties for maven project

I’ve recently hit an issue where Eclipse doesn’t publish my properties or xml files from src/main/resources/ to my Tomcat deployment. This seems to force it along by populating the target directory.
mvn clean compile resources:resources war:exploded

Also tagged ,