I am trying to install a jar into my local repo by using pom.xml, and just so
no one in my team may need to manually install the jar into local repo, I am
using the approach outlined here:
http://stackoverflow.com/questions/6571022/is-it-best-to-mavenize-your-project-jar-files-or-put-them-in-web-inf-lib/6592613#6592613
auto install of jars . 


However, for some reason this is not working for me. I keep getting this
error  on running mvn clean install -


On running mvn -U clean install, i get this error: 


its still looking for the jar in central repo, whereas I expect it to be
picked up from my local repo. 

Relevant portions from my pom.xml: 





What is it that I am doing wrong here? 


Thanks, 
V

--
View this message in context: 
http://maven-users.828.n2.nabble.com/Help-with-installing-a-non-maven-jar-in-local-repo-tp7182923p7182923.html
Sent from the maven users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to