"jar" goal on Ant execution fails on linux & unix -------------------------------------------------
Key: MANT-20 URL: http://jira.codehaus.org/browse/MANT-20 Project: Maven 2.x Ant Plugin Issue Type: Bug Environment: Maven 2.04 with ant-plugin, Linux Red Hat 8 OS and Unix Reporter: Elad Tabak Runing an Ant task in maven with <goal>jar</goal> works on windows, but fails on linux and unix. <build> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <phase>test</phase> <goals> <goal>jar</goal> </goals> The error produced under linux/unix is: 'jar' was specified in an execution, but not found in the plugin -- 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