Tagged Questions
2
votes
0answers
1k views
Maven: How to get all transitive dependencies programatically in a MOJO [closed]
Possible Duplicate:
How to get access to Maven’s dependency hierarchy within a plugin.
The dependency:tree plugin:goal has an option 'verbose' which displays all conflicts & ...
1
vote
1answer
272 views
Maven Mojo: Taking complete control over logging / Forbid other plugins to log
I don't know if this is actually possible, but can I take complete control over logging from inside a Maven Mojo? With complete control I mean that only messages from my Mojo are logged or that I can ...
0
votes
1answer
88 views
MOJO (maven) what is it? stands for what?
Maybe it will be a silly question, anyway...
I'm reading about Maven right now and everywhere in text in see this word (mojo).. I approximately understand what it's mean, but I would not refuse from ...