Hi Wendy,
After your suggestion I am using file protocol now for deploying, the mvn
command trace shows deployed successfully but I can not locate the artifact
actually deployed in the repository.

I am using the below for this in my pom.xml

<distributionManagement>
  <repository>
    <id>my-internal-site</id>
    <name>finalRepo</name>
    <url>file://192.168.0.32/Repository</url>
  </repository>
</distributionManagement>
    <repositories>
        <repository>
            <id>my-internal-site</id>
            <url>file://192.168.0.32/Repository</url>
        </repository>
    </repositories>

What could be the problem? I was not able to find the usage of file or any
other wagon-providers on apache website as well.

Regards,
Amit

On Dec 29, 2007 9:34 AM, Wendy Smoak <[EMAIL PROTECTED]> wrote:

> On Dec 28, 2007 8:38 PM, amit kumar <[EMAIL PROTECTED]> wrote:
>
> > When I say mvn deploy the maven is throwing java exception. My
> > repository is actually a folder on a network pc, and the folder is
> > mapped to Apache Web Server and thus in the poms the repository is
> > mentioned as http://192.168.x.x/repository , but deploy plug in
> > expects scp: instead of http ( i guess). What is the work around for
> > this?
>
> It's hard to tell without seeing the configuration and the error
> message, but you might try deploying to either a file:// or a
> dav:http:// url.
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to