File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/pl/project13/maven/git Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments