mvn deploy just deploys the current project.  If you want to deploy a
jar you've got in your local repo, you'll want to use
deploy:deploy-file.  Check out
http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html

Hope this helps,
Charlie

On 7/17/06, Raphael Neve <[EMAIL PROTECTED]> wrote:
Hi again,

Another question from a newbie :-)

My project uses "xmlrpc", so I declared it as a dependency in my "pom.xml".
The project compiles with "mvn compile" and when I do "mvn package" I
get my JAR file corresponding to the project. The JAR file does not
contain my "xmlrpc-2.0.jar", which is what I'd expect. However, when I
deploy, I would expect Maven to deploy my dependencies as well if they
didn't exist on the server. How is this possible ?

Thanks a lot,
Raphael





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to