I have a maven project that has both code and documentation (pdf files). When I create a release of my software, I'd like to package the jar file and the documentation ...
I am trying to compile a maven project, the source code uses Generics and other featuers of Java 1.5, thus causing my build to fail
In my POM.xml I have configured the ...
I have created a maven plugin. I have some classes in the plugin, which I want to make available to the plugin client after execution.
The problem is that a project of ...
I am trying to create a standalone jar file I don't think that maven package is properly packaging my dependencies into the package. Is there a way to force it to ...
I'm creating a java command line project, with no GUI. The project uses any number of open source projects : Spring, Logback, Commons CLI etc.
When I started to think about packaging, ...
I have a Clojure project that I would like to package and use in one of my Java projects that uses Maven.
When I generate a pom.xml file using Leiningen, it ...
I have a maven project with quite a few submodules. What I am looking for is a way to get all the .jar files produced by the sub-modules included in ...