Hello, In one of my projects, I not only build the default project jar, but I also invoke a simple Ant Task to jar some optional classes into another jar. These classes cannot live in the default jar but I need to put them into the maven repository so that another project, that depends on them at compile time, has access to them.
So given that, can anyone help point me to information on how to automate this in the pom (adding the 2nd jar to the maven repository). I have looked over the mavan-install-plugin information but it is not clear how I can do it other then using the maven install:install-file command on the command line. Thanks, Mark -- View this message in context: http://www.nabble.com/Installing-Multiple-Jars-tf4642654s177.html#a13260876 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
