File tree Expand file tree Collapse file tree
bnd-generate-maven-plugin/src/main/java/aQute/bnd/maven/generate/plugin
bnd-maven-plugin/src/main/java/aQute/bnd/maven/plugin Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments