I have a question that\'s probably pretty similar to this.I need to solve what I have to imagine to be a pretty common problem -- how to configure Maven to produce multiple variations on the same arti
I am trying to use Maven to generate an artifact for deploying on Vignette Portal. The packaging is exactly the same as a war artifact but the file should have car extension instead.
I am experimenting with Maven and I am trying to mavenize a project originally build with shell scripts.
I have the following problem. I have a multimodule project. I want to run maven-assembly plugin on the toplevel pom that is also a parent pom for its modules. I want the plugin to be executed only on
I have defined maven assembly plugin and have set pom to execute the plugin(assembly.xml) in \"compile\" phase. assembly.xml - it gets the jars/files using \"dependencySet\" and I replace few files wi
I\'m working on a multi module project using Spring, Hibernate, GWT and Maven 3 and try to deploy a war-file distribution to a servlet container (preferably Tomcat 7 or Jetty 8). I create the war-file
I\'m got a pretty simple question... I have a Maven 3 project set up like so: Root POM project - EAR project: depends on the WAR project
I need to keep a status created during an artifact proceeding. So I\'ve got the idea to bundle these state into an own zip and unpacking it in the prepare phase. Additional shall be the real result de
My Client wants to be able to buildour project from source but does not want to connect to the internet to get any dependencies for the build. Note this will include plugin dependencies.
It seems that the assembly plugin (or jar/war plugin) are just dumb. They just can\'t figure out whenever there is just nothing to do.