mark_in_gr wrote:
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?
Did you include the file:// prefix as shown below?
<url>file:///path/to/repo</url> (this is a *NIX style path...)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]