[ http://jira.codehaus.org/browse/MPSHELL-2?page=comments#action_56304 ]
Lukas Theussl commented on MPSHELL-2: ------------------------------------- The shell plugin has been demoted from the core maven distribution, it is not developed anymore and will not be included in maven 1.1. > Read target names from maven.xml > -------------------------------- > > Key: MPSHELL-2 > URL: http://jira.codehaus.org/browse/MPSHELL-2 > Project: maven-shell-plugin > Type: Improvement > Reporter: Kohsuke Kawaguchi > > > In zsh, adding the following lines to the generated script enables zsh to > complete targets from maven.xml in the current directory. This improves the > usability of maven with zsh. > # read maven.xml > tmp+=( $(sed -n "s/ *<target[^>]* name=[\"']\([^\"']*\)[\"'].*/\1/p" > maven.xml) ) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
