I have a simple application using netbeans for developing and maven for building et all. My application uses camel , spring XML configured. I wanted to build an executable jar with ...
I've been trying to use Maven to build a project. The project builds fine on a few computers I tried but on one machine, I'm having a random issue.
Essentially, maven is ...
I have a maven module which has several dependencies that are contained in profiles. When preparing a release build using the release plugin (i.e. mvn release:prepare), the versions of those dependencies ...
I want to use leiningen to build and develop my clojure project. Is there a way to modify project.clj to tell it to pick some jars from local directories?
I have some ...
We're considering using Maven for a large multi project build, to give you an idea of the size, some of the sub-projects have several million lines of code.
The ideal structure would ...
With maven is it possible to have a top-level project who's packaging type is "war" which will build itself and all of its dependent modules (packaged as jar) and have the ...
I love the maven-versions-plugin but sometimes I forget to run it for a while. Is there a way to make a maven build fail (and thus have a continuous build ...
I am working in a fairly big project. We have lots of projects and each project has dependencies. We use maven and normally we don't have any problems. So, without giving ...
I have created a maven project and I want to add all maven dependencies in build path of the project in eclipse. When I go to Java Build Path > Add ...
I use maven quite extensively on all my java projects (and some non-java projects as well). However, I am a big fan of moving configuration out of XML files and into ...
i have three independent projects in my main project when i want to add the dependencies of these projects to main project then first i am building the dependent projects and ...
I've got several projects in Eclipse (all are Maven projects) and one main project (also Maven project) which depends on the rest. I tried add this dependency by setting java build ...
I have just added dependencies to an eclipse project so that my jar can see other jars. How can I be sure that the dependencies work, and that what I've done ...