Add automatic module name for java9 support
diff --git a/maven_sdk_plugin_config-master/pom.xml b/maven_sdk_plugin_config-master/pom.xml
index 74f58be..27c71b1 100644
--- a/maven_sdk_plugin_config-master/pom.xml
+++ b/maven_sdk_plugin_config-master/pom.xml
@@ -59,6 +59,7 @@
               <Bundle-RequiredExecutionEnvironment>JavaSE-${jdk.min.version}</Bundle-RequiredExecutionEnvironment>
               <Export-Package>${bundle.namespace}.*;version="${bundle.version}"</Export-Package>
               <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
+              <Automatic-Module-Name>${project.name}</Automatic-Module-Name>
               <!-- Do not calculate the uses: directive. -->
               <_nouses>true</_nouses>
               <!-- Include sources -->