Having references to a SNAPSHOT in the dependencies list is OK when
building a SNAPSHOT version.
It is not OK when building any non-SNAPSHOT version, not even a BETA should
be build with references to SNAPSHOT-s, but for an RC build, it is a really
big mistake.

Any build environment (or build script) should have have a built in checker
for this rule, otherwise it is worthless.

Is it just my opinion?

Al


On Fri, Mar 30, 2012 at 2:26 PM, Olivier Lamy <[email protected]> wrote:

> Hello,
> The release here
>
> http://maven.tmatesoft.com/content/repositories/releases/org/tmatesoft/svnkit/svnkit/1.7.4-rc4/svnkit-1.7.4-rc4.pom
>
> It contains a version to a SNAPSHOT library :
>
>    <dependency>
>      <groupId>de.regnis.q.sequence</groupId>
>      <artifactId>sequence-library</artifactId>
>      <version>1.0.1-SNAPSHOT</version>
>      <scope>compile</scope>
>    </dependency>
>
> Normal ?
>
> Thanks,
> --
> Olivier Lamy
> Talend: http://coders.talend.com
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>
>

Reply via email to