Skip to content

Commit 9e65db5

Browse files
author
TheSnoozer
committed
fix javadoc
1 parent b7acbaf commit 9e65db5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/pl/project13/maven/git/GitCommitIdMojo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,14 @@ public class GitCommitIdMojo extends AbstractMojo {
219219
* (e.g. eclipse) invokes "Maven Project Builder" once every second, the chances that you
220220
* are using an IDE where the src-folder is a watched folder for files that are <b>only</b>
221221
* edited by humans is pretty high.
222-
* </br>
222+
* <br>
223223
* For further information refer to the manual for your
224224
* specific IDE and check the workflow of "incremental project builders".
225-
* </br>
225+
* <br>
226226
* In order to fix this problem we recommend to set the generateGitPropertiesFilename-Path
227227
* to a target folder (e.g. {@code ${project.build.outputDirectory}}) since this is
228228
* the place where all derived/generated resources should go.
229-
* </br>
229+
* <br>
230230
* With plugin version 3.0.0 we introduced a smarter way to counter that issue, but that might not
231231
* be supported by your IDE.
232232
* See: <a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/pull/385">pull 385</a>

0 commit comments

Comments
 (0)