Hi,


Apologize if someone mentionned this already earlier.

I got surprised today that my jar (in b10) came out with an invalid manifest... the trouble was that my project.xml's description element was multiline...
Clearly, ant should still support multiline manifest attributes (and reformat them probably)...


In the meantime, though, I found more sensible to use:
        <ant:attribute name="Specification-Title" value="${pom.name}"/>
instead of
        <ant:attribute name="Specification-Title"
                value="${pom.shortDescription}"/>
(at line 54 of maven-jar-plugin-1.0/plugin.jelly)

Aside of the fact that it removes my bug, does it not make more sense to use the name of the project for a title than the short-description ?

Thanks.

Paul


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to