Do not use this tag for the use of specific Maven plugins.
I'm working on a small-ish multi-module project in Maven. We've separated the UI from the database layer using Web Services, …
web-services maven-2 jax-ws maven-plugin wsitI am trying to execute the following scenario using maven : pre-integration-phase : Start a java based application using a main class (…
maven integration-testing maven-plugin exec-maven-pluginI've read some questions here about how to set a property (most of them talked about the version number for …
java maven maven-pluginI know similar questions have been asked many times befor, but I think this one slitly different :) I'm writing a …
maven-2 groovy maven-plugin java-6 java-5I'm trying to get around the common issue of Jetty locking static files on Windows with the technique of setting …
windows jetty maven-plugin maven-3 maven-jetty-pluginImport maven plugin configuration by composition rather than inheritance. Can it be done with build extensions? I have used maven …
java maven maven-plugin maven-extensionI'm trying to make a maven plugin that needs to use reflection. I want a project to run the plugin, …
maven-2 maven-pluginI started using the maven ear plugin about 12 months ago and want to find out if there are any alternatives. …
maven maven-plugin ear maven-ear-pluginIf i run mvn archetype:generate it works but if i try mvn archetype:generate -DarchetypeGroupId org.codehaus.mojo -DarchetypeArtifactId …
maven maven-3 maven-plugin gwt-maven-pluginCould you give me a detail explanation about the difference between jar and jar-no-fork goal? I see it from official …
maven jar maven-plugin