Created
January 5, 2012 21:54
-
-
Save svoynow/1567537 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| task :foo do | |
| puts "============ The value of $0 is now: #{$0} =================" | |
| end | |
| mvn rails3:rake -Dtask=foo -Drake.args="-f src/rails/Rakefile" | |
| [INFO] --- rails3-maven-plugin:0.28.6:rake (default-cli) @ devconsole --- | |
| [INFO] ============ The value of $0 is now: -e ================= | |
| [INFO] --------------------------------------------------------------- | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment