I'm writing a maven 2 plugin and I'd like to exclude all the java files related to the source repository I'm using, which is BitKeeper. These files live in directories ...
For weeks, I've been wrestling with maven, getting it to deploy our project "properly."
I'm almost done but I have one stubborn little problem:
When I use the maven assembly plugin with the ...
Is there a maven plugin capable of generating ISO images?
I need to take the output of some modules (mostly zip files containing jars) and combine them into a single ISO ...
I've been working on integration-tests for a Java web service. The integration test now sends SOAP-requests to the server which are asserted via the SoapUI-plugin and for each of the SOAP-requests ...
I am using yui compressor to compress the js files in my web app.
I have configured the plugin as indicated on yui maven plugin site yui compressor maven ...
I'm developing a simple, stand-alone, command line Java application. The project is managed by Maven. I'd like to build a deliverable, which can be copied and run on the client's machine.
The ...
I´m working with maven 3, migrating the old application using hivemind and ant. I need to change The file "Hivemodule.xml" with some properties with information about enviroment, I define with profile ...
When I use the maven axis plugin to generate java code from a given wsdl file, it tries to reach out to the internet to resolve soap, wsdl etc schemas. Is ...
Here's what I need to accomplish:
Take some files, and create a Zip/Rar/Tar file while running the maven package command.
With the maven-rar-plugin I can only create a compressed file containing all of ...
I need to exclude libaries (like jquery, knockoutjs, jqueryMobile and some extentions...) for jsHint.
but for the other goals I need them all.
EDIT:
I've created 2 wro files but still it takes all ...