File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
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 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public class GenerateMojo extends AbstractMojo {
90
90
/**
91
91
* Bnd instructions for this project specified directly in the pom file.
92
92
* 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
94
94
* is ignored.
95
95
* <p>
96
96
* 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 {
156
156
/**
157
157
* Bnd instructions for this project specified directly in the pom file.
158
158
* 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
160
160
* is ignored.
161
161
* <p>
162
162
* The bnd instructions for this project are merged with the bnd
You can’t perform that action at this time.
0 commit comments