Hi, I suggest adding the maven-antrun-plugin and using the <echoporperties> task and then an <exec> task where you simply call 'set' (on windows) or 'env' and 'set' (on unix) and redirect the output as needed. It's not so fancy, but it gets the job done.
Eldad -- View this message in context: http://maven.40175.n5.nabble.com/How-can-I-write-the-complete-environment-of-a-maven-build-into-a-file-for-later-reference-debugging-tp2652250p2652398.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]
