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

-- 
View this message in context: 
http://www.nabble.com/Maven-is-lying-to-me%21-tf2108802.html#a5812824
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to