Top "Maven-plugin" questions

Do not use this tag for the use of specific Maven plugins.

WSIT, Maven, and wsimport -- Can They Work Together?

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 wsit
Process spawned by exec-maven-plugin blocks the maven process

I 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-plugin
Set maven property from plugin

I've read some questions here about how to set a property (most of them talked about the version number for …

java maven maven-plugin
send a mail from java5 and java6

I 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-5
Jetty Maven Plugin is ignoring custom webdefault.xml

I'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-plugin
Import maven plugin configuration by composition rather than inheritance. Can it be done with build extensions?

Import maven plugin configuration by composition rather than inheritance. Can it be done with build extensions? I have used maven …

java maven maven-plugin maven-extension
Maven plugin can't load class

I'm trying to make a maven plugin that needs to use reflection. I want a project to run the plugin, …

maven-2 maven-plugin
How to make the Maven EAR Plugin automatically manage the classpath for dependencies?

I 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-plugin
Why does not archetype:generate with parameters work for me?

If 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-plugin
Difference between Maven source plugin jar and jar-no-fork goal?

Could 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