> started working with an alias: > alias mvn='mvn -s .../settings.xml' > But this wouldn't work on Windows machines ...
I've done something similar with "mvnclienta" and "mvnclientb". You simply copy the mvn.bat file, rename it, and insert the "-s .../settings-clienta.xml" into the call to mvn directly. This seems like a reasonable approach to me on any OS. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
