Wayne Fay wrote: > > Just to be clear, "mvn install" simply copies your package into your > local M2 repository. > > It looks like you've attached the appc goal to the package phase. I > don't use this plugin so I don't know if this is right. > > Wayne >
Yes, I want to install it into my local repository. My ultimate goal is to build an ear file, but that POM can't find my war file in the local repository. So, I'm trying to find out what I'm doing wrong and why my war won't install locally. The plugin specifies the package phase since I want to run appc on the war every time its packaged or more. --MJ -- View this message in context: http://www.nabble.com/-M2-Weblogic-War-install-question-t1433279.html#a3867929 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
