Hi I have a maven module that calls ant using the antrun plugin. When I run mvn clean install from command line inside the module, it works fine and I see all the output.
When I go to my top level pom (which is about 3 dirs higher and is a hierarchy setup by using <module> tags), I get none of the ant build.xml echo statements in my trace and the build fails. Has anyone got any ideas as to what maven does differently if it is building top down? and why my trace is getting swallowed? -- View this message in context: http://old.nabble.com/Losing-output-...-Please-help%21-tp27753706p27753706.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
