org.scijava.maven.plugin
Class VerifyNoSnapshotsMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.scijava.maven.plugin.VerifyNoSnapshotsMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class VerifyNoSnapshotsMojo
extends org.apache.maven.plugin.AbstractMojo

This plugin fills in gaps in the maven enforcer plugin's SNAPSHOT dependency checking. For example, the enforcer plugin will not find parent pom SNAPSHOTs if the direct parent of is a release version (that is, it trusts release versions to be sane).

This plugin recursively checks the current project, all dependencies, and parent poms of any of these projects, for SNAPSHOT couplings. Any such couplings are reported, and cause the goal to fail.

Options: