Skip to content

Commit 875a41f

Browse files
committed
maven: Fix warnings from maven-plugin-plugin
Signed-off-by: BJ Hargrave <[email protected]>
1 parent 1da40ee commit 875a41f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maven/bnd-generate-maven-plugin/src/main/java/aQute/bnd/maven/generate/plugin/GenerateMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class GenerateMojo extends AbstractMojo {
9090
/**
9191
* Bnd instructions for this project specified directly in the pom file.
9292
* This is generally be done using a {@code <![CDATA[]]>} section. If the
93-
* projects has a {@link #bndfile bnd file}, then this configuration element
93+
* projects has a {@link #bndfile}, then this configuration element
9494
* is ignored.
9595
* <p>
9696
* The bnd instructions for this project are merged with the bnd

maven/bnd-maven-plugin/src/main/java/aQute/bnd/maven/plugin/AbstractBndMavenPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public abstract class AbstractBndMavenPlugin extends AbstractMojo {
156156
/**
157157
* Bnd instructions for this project specified directly in the pom file.
158158
* This is generally be done using a {@code <![CDATA[]]>} section. If the
159-
* projects has a {@link #bndfile bnd file}, then this configuration element
159+
* projects has a {@link #bndfile}, then this configuration element
160160
* is ignored.
161161
* <p>
162162
* The bnd instructions for this project are merged with the bnd

0 commit comments

Comments
 (0)