File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
src/main/java/org/scijava/maven/plugin Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 5757
5858/**
5959 * Utility class for initiating Maven-based dependency checks.
60- * <p>
6160 * <ul>
6261 * <li>The {@link #checkDependencies} methods can be used to initiate one or
6362 * more {@link SciJavaDependencyChecker}s in visiting a Maven dependency tree.
6463 * Uses {@link DependencyTreeBuilder} instead of {@link DependencyGraphBuilder}
6564 * to get the more verbose Maven 2 dependency tree.</li>
6665 * </ul>
67- * </p>
6866 *
6967 * @author Mark Hiner
7068 */
Original file line number Diff line number Diff line change 4949 * a SNAPSHOT dependency or parent.
5050 * <p>
5151 * Options:
52+ * </p>
5253 * <ul>
5354 * <li>verbose - prints full inheritance paths to all failures (default: false)</li>
5455 * <li>failEarly - end execution after first failure (default: false)</li>
5556 * <li>groupIds - an inclusive list of groupIds. Errors will only be reported
5657 * for projects whose groupIds are contained this list.</li>
57- * <ul>
58- * </p>
58+ * </ul>
5959 *
6060 * @author Mark Hiner
6161 */
Original file line number Diff line number Diff line change 5151 * Mojo wrapper for the {@link SnapshotFinder}.
5252 * <p>
5353 * Parameters:
54+ * </p>
5455 * <ul>
5556 * <li>failFast - end execution after first failure (default: false)</li>
5657 * <li>groupIds - an inclusive list of groupIds. Errors will only be reported
5960 * <li>groupId - Singular groupIds option. Will be appended to groupIds if both
6061 * are specified.</li>
6162 * </ul>
62- * </p>
6363 */
6464@ Mojo (name = "verify-no-snapshots" , defaultPhase = LifecyclePhase .VALIDATE )
6565public class VerifyNoSnapshotsMojo extends AbstractMojo {
Original file line number Diff line number Diff line change 5555 * A {@link EnforcerRule} wrapper for the {@link SnapshotFinder}.
5656 * <p>
5757 * Parameters:
58+ * </p>
5859 * <ul>
5960 * <li>failFast - end execution after first failure (default: false)</li>
6061 * <li>groupIds - an inclusive comma-separated list of groupIds. Errors will
6364 * <li>groupId - Singular groupIds option. Will be appended to groupIds if both
6465 * are specified. (default: null)</li>
6566 * </ul>
66- * </p>
6767 *
6868 * @author Mark Hiner
6969 */
You can’t perform that action at this time.
0 commit comments