The Mojo team is pleased to announce the release of the Exec Maven Plugin version 1.2.
The plugin provides 2 goals to help execute system and Java programs. http://mojo.codehaus.org/exec-maven-plugin To get this update, simply specify the version in your project's plugin configuration: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.2</version> </plugin> Release Notes - Maven 2.x Exec Plugin - Version 1.2 Bug [MEXEC-48] - multiple execution in exec-maven-plugin [MEXEC-51] - classpath scope of runtime should pick up compile scope dependencies [MEXEC-64] - classpathScope "runtime" should include as well "compile" dependencies [MEXEC-68] - classpath too long problem [MEXEC-72] - exec:exec mojo does not correctly pass arguments with spaces [MEXEC-75] - Strange encoding of environment variables when using exec plugin [MEXEC-79] - Use File.toURI().toURL() when adding dependencies to the classpath. [MEXEC-81] - Windows paths always fail Improvement [MEXEC-37] - {exec.args} should support embedded spaces in ExecMojo [MEXEC-62] - The default for classPathScope should be runtime not compile [MEXEC-67] - Full command line should be printed in debug mode. [MEXEC-82] - exec:java add support for parameter 'skip' New Feature [MEXEC-25] - exec:exec mojo support interaction with user Enjoy, The Mojo team. - Robert Scholte _________________________________________________________________ New Windows 7: Simplify what you do everyday. Find the right PC for you. http://windows.microsoft.com/shop
