summaryrefslogtreecommitdiffstats
path: root/java/sca/tools/maven
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/tools/maven')
-rw-r--r--java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/sca/equinox/junit/plugin/OSGiJUnitMojo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/sca/equinox/junit/plugin/OSGiJUnitMojo.java b/java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/sca/equinox/junit/plugin/OSGiJUnitMojo.java
index 9a82141c49..3cbef0ad22 100644
--- a/java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/sca/equinox/junit/plugin/OSGiJUnitMojo.java
+++ b/java/sca/tools/maven/maven-osgi-junit/src/main/java/org/apache/tuscany/sca/equinox/junit/plugin/OSGiJUnitMojo.java
@@ -228,7 +228,7 @@ public class OSGiJUnitMojo extends AbstractMojo {
attributes.putValue("Manifest-Version", "1.0");
attributes.putValue(BUNDLE_MANIFESTVERSION, "2");
attributes.putValue(BUNDLE_SYMBOLICNAME, project.getGroupId() + "." + project.getArtifactId());
- attributes.putValue(BUNDLE_NAME, project.getDescription());
+ attributes.putValue(BUNDLE_NAME, project.getName());
attributes.putValue(BUNDLE_VERSION, osgiVersion(project.getVersion()));
attributes.putValue(Constants.DYNAMICIMPORT_PACKAGE, "*");
return manifest;