jira-importer commented on issue #227: URL: https://github.com/apache/maven-jar-plugin/issues/227#issuecomment-2956683331
**[Dennis Lundberg](https://issues.apache.org/jira/secure/[email protected])** commented This is with a two-line \<description> in the pom, second line starting with a tab character. Using no configuration options I don't see the "Specification-Title" attribute in the manifest at all. Using this configuration: \<configuration> \<archive> \<manifestEntries> \<Specification-Title>${pom.description}\</Specification-Title> \</manifestEntries> \</archive> \</configuration> gives me this error message: "Embedded error: The attribute "Specification-Title" may not occur more than once in the same section" which is strange considering that it wasn't there in the first example. Using this configuration: \<configuration> \<archive> \<manifestEntries> \<custom>${pom.description}\</custom> \</manifestEntries> \</archive> \</configuration> gives me the same error as above. So I've had no luck in reproducing the problem reported in this issue, but might have discovered another one... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
