> but when i run maven, it install only last file (connection.jar)!!! What's > wrong? How can i install a set of jars???
1. Installing this many jars is probably something you're going to do once. Why are you possibly trying to "script" this? Why not just use "mvn install:install-file ..." directly on the command line a dozen times? 2. All those tags are overwriting each other. So the XML really only "sees" one entry. What are you really trying to do here? Explain it in plain English and someone will surely have a better suggestion than the route you have pursued thus far. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
