lightbulb432 wrote:
Also, does ending the version number of a file in SNAPSHOT have something to
do with this?
Reading this, I don't think you know what a SNAPSHOT version means. A SNAPSHOT is every build between two released versions. This way, you can never be sure, that a new SNAPSHOT of a dependency or a plugin wouldn't break your build. (Normally a bad thing) Also, every SNAPSHOT build you deploy is put into the repository. (Snapshot repository). After a release, you can remove all the old SNAPSHOT versions. When separating SNAPSHOT builds and releases in different repositories, it is easier to keep watch on them.

Hth,

Nick Stolwijk
Is it okay to end a version number with SNAPSHOT in a regular repository, or
end without SNAPSHOT in a snapshot repository...?

Thanks.


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

Reply via email to