You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ra...@jpmchase.com on 2006/04/27 02:45:18 UTC

how to deploy binaries

Hi All,

I followed How do I deploy my binary during the deploy phase? @  http://docs.codehaus.org/display/MAVENUSER/FAQs-1

But whats happning is my build getting executed twice when i run mvn 
deploy

why?

Thanks,
Raghu 

Re: how to deploy binaries

Posted by Wayne Fay <wa...@gmail.com>.
To be clear, what do you want Maven to do during the deploy phase? In
Maven, deploy means "add artifact to a remote repository."

Here's the deploy plugin webpage:
http://maven.apache.org/plugins/maven-deploy-plugin/introduction.html

Some people use the J2EE meaning of the word "deploy", that is, "copy
a EAR/WAR to a J2EE server."

Before we can talk about "deploying" your binary, let's make sure
we're talking about the same thing... Also, perhaps you can send the
relevant portion of your pom.xml file?

Wayne

On 4/26/06, raghurajan.x.gurunathan@jpmchase.com
<ra...@jpmchase.com> wrote:
> Hi All,
>
> I followed How do I deploy my binary during the deploy phase? @  http://docs.codehaus.org/display/MAVENUSER/FAQs-1
>
> But whats happning is my build getting executed twice when i run mvn
> deploy
>
> why?
>
> Thanks,
> Raghu
>
>