Artifact.isSnapshot()
It uses a regex from Artifact.
Note that in some cases isSnapshot() has side effects in DefaultArtifact when
called.
- Brett
On 23/04/2012, at 9:12 PM, Benson Margulies wrote:
> Anyone know off hand where to find the predicate that looks at a
> version # and decides if i
org.apache.maven.artifact.ArtifactUtils.ArtifactUtils.isSnapshot(String
version)
On Mon, Apr 23, 2012 at 2:12 PM, Benson Margulies wrote:
> Anyone know off hand where to find the predicate that looks at a
> version # and decides if it's a snapshot, including timestamps?
>
> --