Helck, Christopher wrote:

Is there a danger that artifacts in a repository can become corrupt? I'm
concerned about someone modifying source code with out changing a
projects version and redeploying the artifact. Is there a way to prevent
this?

There is also the case where source code is not changed but a component
is rebuilt and redeployed causing the contents of the repository to
change. As a developer I believe this is harmless, but my release
manager is going to have a fit. I'd like to prevent this from occuring.
If I use multiproject based builds then I expect this would happen
frequently.

Any ideas?
Christopher Helck

Hi Christopher,

You can limit the access of your repository (ie using SSH) by allowing only certain people to access it. See http://maven.apache.org/guides/mini/guide-deployment-security-settings.html for more details.

HTH,
Henry

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

Reply via email to