>4) Is maven 'deploy' goal and actualy copying of a dependency or artifact
>jar to remote repository same?
>
Yes, I guess... artifact != jar. an artifact can be anything, but will
include at least a pom. What the artifact will be depends on your
<packaging/> setting.

Actually, simply copying the artifact to the repo is *not* the same as
using deploy. The deploy goal will update various metadata files,
create the md5 and sha1 checksum files, and can optionally create
missing pom files etc along with actually copying the artifact file.

So there is a significant difference between the copying the file and
using deploy.

Wayne

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

Reply via email to