In order to invoke the maven invoker plugin with the same goal that is currently running in my uber-pom, I need a way to pass the current goal into the invoker-plugin's ...
When running a Maven build on the CI server, I generate the site to publish the documentation and reports, and also deploy the artifact to the snapshot repository for use by ...
Maven newbie question :)
For 'war' packaging,
war:war default goal run in 'package' build phase.
Is it possible to disable war:war ?
I'm using war:exploded instead.
and is it possible to disable 'compile:compile' goal completely ?
I ...
I'm working on a project that used ant. I had a target dist that would basically do jar first, and then install the application into a directory.
This means, it would create ...
maven-compiler-plugin:testCompile gets sources from ./src/test/java. How can I instruct it to use sources from ./target/generated-sources/test as well?
Maybe they should be placed somewhere else to become visible for testCompile goal?
...
I want to configure maven in such a way that, whenever, the compile goal is executed some custom goal hostcopy from my custom plugin host-config should be triggered automatically.
Is there ...