I have a project that simply consists of files.I want to package those files into a zip and store them in a maven repository.I have the assembly plugin configured to build the zip file and that part w
I developed a Java utility library (similarly to Apache Commons) that I use in various projects. In addition to fat clients, I also use it for mobile clients (PDA with J9 Foundation profile).
I am using maven-assembly plugin to create a jar of my application, including its dependencies as follows:
I want to assemble a web module which looks like the following: src/main/java (has some common utilities, actions etc.)
We\'re trying to build a client jar that includes unpacked dependent jar\'s.And the manifest should have class-path entries to the dependent jars.The snippet below works but the jars are unpacked - ho