Skip to content

Commit

Permalink
maven: Fix warnings from maven-plugin-plugin
Browse files Browse the repository at this point in the history
Signed-off-by: BJ Hargrave <bj@hargrave.dev>
  • Loading branch information
bjhargrave committed Nov 16, 2022
1 parent 1da40ee commit 875a41f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class GenerateMojo extends AbstractMojo {
/**
* Bnd instructions for this project specified directly in the pom file.
* This is generally be done using a {@code <![CDATA[]]>} section. If the
* projects has a {@link #bndfile bnd file}, then this configuration element
* projects has a {@link #bndfile}, then this configuration element
* is ignored.
* <p>
* The bnd instructions for this project are merged with the bnd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public abstract class AbstractBndMavenPlugin extends AbstractMojo {
/**
* Bnd instructions for this project specified directly in the pom file.
* This is generally be done using a {@code <![CDATA[]]>} section. If the
* projects has a {@link #bndfile bnd file}, then this configuration element
* projects has a {@link #bndfile}, then this configuration element
* is ignored.
* <p>
* The bnd instructions for this project are merged with the bnd
Expand Down

0 comments on commit 875a41f

Please sign in to comment.