summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateProvidedArtifactManifestMojo.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateProvidedArtifactManifestMojo.java b/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateProvidedArtifactManifestMojo.java
index b4c474fc72d..ad6636105df 100644
--- a/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateProvidedArtifactManifestMojo.java
+++ b/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateProvidedArtifactManifestMojo.java
@@ -24,8 +24,8 @@ import java.util.jar.JarOutputStream;
import java.util.jar.Manifest;
/**
- * Replaces the Class-Path of a jar file manifest with a list of provided artifacts.
- * The Class-Path is used because it is trivial to generate with the maven-jar-plugin.
+ * Replaces the Class-Path of a jar file manifest with a list of provided artifacts in a new manifest entry.
+ * The Class-Path is used as input because it is trivial to generate with the maven-jar-plugin.
*
* @author gjoranv
*/