[ https://issues.apache.org/jira/browse/FELIX-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard S. Hall closed FELIX-73. -------------------------------- > whitespace removal in certain Manifest entries in maven-osgi-plugin > ------------------------------------------------------------------- > > Key: FELIX-73 > URL: https://issues.apache.org/jira/browse/FELIX-73 > Project: Felix > Issue Type: Improvement > Components: Maven Plugin > Affects Versions: 0.8.0 > Reporter: Niclas Hedhman > Priority: Minor > Attachments: maven-osgi-plugin.patch, OsgiJarMojo.java.patch, > OsgiJarMojo.java.patch2, OsgiManifest.java.patch > > > I find it somewhat annoying that configuration of the manifest in the pom.xml > must contain elements without whitespace, or it will not work. For instance; > One can not write > <exportPackages> > org.hedhman.habba, > org.hedhman.zout, > org.hedhman.plouk, > org.hedhman.tounga > </exportPackages> > and must write them in a single line. > By removal of all whitespace in some of the manifest entries, one can > oversome this very easily. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.