File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/scijava/maven/plugin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939import org .apache .maven .plugin .AbstractMojo ;
4040import org .apache .maven .plugin .MojoExecutionException ;
4141import org .apache .maven .plugin .MojoFailureException ;
42+ import org .apache .maven .plugins .annotations .LifecyclePhase ;
43+ import org .apache .maven .plugins .annotations .Mojo ;
4244import org .apache .maven .project .MavenProject ;
4345import org .apache .maven .project .MavenProjectBuilder ;
4446import org .apache .maven .project .ProjectBuildingException ;
5759 * are specified.</li>
5860 * </ul>
5961 * </p>
60- *
61- * @goal verify-no-snapshots
62- * @phase validate
6362 */
63+ @ Mojo (name = "verify-no-snapshots" , defaultPhase = LifecyclePhase .VALIDATE )
6464public class VerifyNoSnapshotsMojo extends AbstractMojo {
6565
6666 // -- Parameters --
You can’t perform that action at this time.
0 commit comments