Skip to content

Commit 6235764

Browse files
Update maven-plugins/bnd-maven-plugin/src/main/java/aQute/bnd/maven/plugin/AbstractBndMavenPlugin.java
Co-authored-by: BJ Hargrave <[email protected]> Signed-off-by: Christoph <[email protected]>
1 parent b063291 commit 6235764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-plugins/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
@@ -263,7 +263,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
263263
if (deleteExistingManifest) {
264264
// delete existing MANIFEST.MF
265265
// e.g. from previous build to avoid that this MANIFEST.MF
266-
// becpmes input to the bnd process (which could lead to
266+
// becomes input to the bnd process (which could lead to
267267
// suprising results in some cases)
268268
File existingMetaInf = getManifestPath();
269269
logger.info("Delete existing manifest: {}", existingMetaInf);

0 commit comments

Comments
 (0)