public boolean isSnapshot()

in maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/ArtifactStub.java [338:341]


    public boolean isSnapshot() {
        return Artifact.VERSION_FILE_PATTERN.matcher(getVersion()).matches()
                || getVersion().endsWith(Artifact.SNAPSHOT_VERSION);
    }