Probably a basic question. I'm trying to ensure that a specific jar file is added to the /WEB-INF/lib folder of a WAR file. The jar in question is on my local machine, and is not required to build the app. It is only required at runtime. I've specified a dependency in the pom by naming a groupid, artifactid, version and scope and I've added the jar to my local Maven repository with a folder structure consistent with the groupid, artifactid and version. The install plugin chokes when it tries to process this dependency in the pom. What am I not doing, or doing incorrectly? BTW: The jar file is not in any remote repository as far as I know. -- View this message in context: http://www.nabble.com/JAR-file-not-being-deployed-during-install-tp14924053s177p14924053.html Sent from the Maven - Users mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
