On May 18, 2017 12:09 PM, "Benedikt Ritter" <brit...@apache.org> wrote:
Hi, here is my proposal on how to get the Automatic-Module-Name entry into our MANIFEST files. This change has to be made only in commons parent. This is the change: Index: pom.xml =================================================================== --- pom.xml (revision 1795551) +++ pom.xml (working copy) @@ -601,6 +601,7 @@ <Implementation-Build>${implementation.build}</ Implementation-Build> <X-Compile-Source-JDK>${maven.compiler.source}</X-Compile- Source-JDK> <X-Compile-Target-JDK>${maven.compiler.target}</X-Compile- Target-JDK> + <Automatic-Module-Name>${commons.osgi.symbolicName}</ Automatic-Module-Name> </manifestEntries> </archive> </configuration> For Commons Lang this will create: Automatic-Module-Name: org.apache.commons.lang3 WDYT? Seems reasonable enough. Gary Benedikt --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org