RE: Deploying Non-Maven Created Jar

2007-11-26 Thread nicklist
Subject: Deploying Non-Maven Created Jar I have a jar from a third party that I want to use in my maven project. I was wondering if there is an easy way to setup a maven project so that I can replace the jar and have it deploy to the server using mvn deploy. Does anyone have any instructions or

Deploying Non-Maven Created Jar

2007-11-26 Thread Thomas Jackson
I have a jar from a third party that I want to use in my maven project. I was wondering if there is an easy way to setup a maven project so that I can replace the jar and have it deploy to the server using mvn deploy. Does anyone have any instructions or samples of doing this? I know I can c