thiago wrote:
Hi,
I'm quite new to maven, and i'm having troubles with an intranet
repository. I have a similar entry in my pom.xml
<distributionManagement>
<repository>
<id>mavenrepo</id>
<name>mavenrepo</name>
<url>file:///server/dev/mavenrepo</url>
</repository>
</distributionManagement>
When I run "mvn deploy", maven log shows that the artifact is installed
locally AND at the configured intranet repository (it even shows the upload
progress). But it's a lie!!! The artifact is not copied to
\\server\dev\mavenrepo !!!! Any clue anyone?
Kind Regards,
Thiago Souza
maybe it's not interpreting the location correctly and instead deploys
to a local disk? try searching for the server/dev/mavenrepo on your
local disk.
No idea how to setup this url configuration. On linux the same url would
definitely deploy to a local directory at /server/dev/mavenrepo
Milos
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]