I've just started using Maven in NetBeans. However, I can't seem to figure out why src/main/resources is not included on the classpath when I run the project using Run / Run ...
I have a project that depends on a library that is only easily available through Maven (OpenIMAJ). I have set up a Maven 3 project in NetBeans 7, and can develop ...
I have recently swapped to Netbeans from Eclipse due to the fact that Eclipse is so slow on OS X. The thing I liked about Eclipse was the Maven plugin, when ...
For all execution cases (F6 and Alt-F6 for all configurations, Shift-F6 and Ctrl-F6) I need a classpath be appended with a dir which has predefined location against maven project basedir and ...
Netbeans Users, I'm pretty new to maven. This would not be an issue if I were to create a: New Project > Java > Java Application as in the properties there is a libraries section and from there everything is straight forward. I am creating a stand alone spring application to test DI. So I created an xml file and want ...
I've the following situation and problem when working with maven projects: There is one module that contains some business logic and makes use of spring security. There are two other modules (i.e. maven projects), that expose some operations of the business logic via SOAP-WS and REST-WS respectively. Both WS-modules contain unit-tests that bring up a grizzly web server and make calls ...