You configure it to deploy here   <drive>:\ 192.168.0.32\Repository.

To deploy to a share location on windows network

try this <url>file:///\\\\192.168.0.32/Repository</url>

yes 3 forward slashes and 4 backward slashes

-D



On Jan 1, 2008 9:26 PM, amit kumar <[EMAIL PROTECTED]> wrote:
> 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]
> >
> >
>

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

Reply via email to