Skip to content

Commit 255ee70

Browse files
committed
Fix javadoc errors
1 parent fc2c7ab commit 255ee70

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

src/main/java/org/scijava/maven/plugin/DependencyUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,12 @@
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
*/

src/main/java/org/scijava/maven/plugin/SnapshotFinder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
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
*/

src/main/java/org/scijava/maven/plugin/VerifyNoSnapshotsMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
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
@@ -59,7 +60,6 @@
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)
6565
public class VerifyNoSnapshotsMojo extends AbstractMojo {

src/main/java/org/scijava/maven/plugin/enforcer/RequireReproducibleBuilds.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
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
@@ -63,7 +64,6 @@
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
*/

0 commit comments

Comments
 (0)