mark_in_gr wrote on Friday, February 23, 2007 6:53 PM: > I have a pom.xml with basic <distributionManagement> settings which > should copy an artifact to a directory on my local filesystem, > however, no artifact > is being sent there. The child <id> element value under > <distributionManagement> section matches an <id> value in my > settings.xml file. > > Why is this file not being copied to the location specified by the > <distributionManagement><url> value?
You have used a wrong URL? This is not polemic, deployment to the file system works pretty well for us. Mots time people have problems with it, is because of an invalid URL. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
