Thanks for the feedback Joshua, a few comments below: >1) I can't do the equivalent of ant -projecthelp >Pointing out that all the common maven commands are documented on the >wiki doesn't seem to alleviate this concern, which I admit really >puzzles me. Has anyone else encountered this complaint about maven? I >think the ability to easy get a list of configured plugins within the >pom would be really handy.
The exact equivalent is nearly impossible since technically it's any plugin that is in any repo you have configured. (m2e lets you find this via the index) If they just want to know the list of phases, I guess that could be added to the -? Output. Is there something more they want? >2) We have lots of ant run-* targets I like to use. >My response: Letting them know of the mvnrun script I've checked into >our source tree that effectively runs the following: I think the exec plugin can do something similar. >3) We use the ant tags target to run etags to create emacs TAGS files >I pointed these developers to a mktags script that does the same >thing. I also added 'mvn generate-sources' to the script first, to >make sure the tags catch those generated java files. The tags target could also be wrapped in an ant based plugin. Hopefully we get some more input on this thread about other issues. --Brian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
