Re: Adding manifest entries to source and javadoc jars

2009-05-12 Thread sebb
On 11/05/2009, sebb wrote: > On 11/05/2009, Dennis Lundberg wrote: > > For the Sources Plugin, see this issue: > > > > http://jira.codehaus.org/browse/MSOURCES-42 > > > > that was fixed in the recently released 2.1 version. > > > > > Ah, I see now, thanks. > > I had assumed that the mave

Re: Adding manifest entries to source and javadoc jars

2009-05-11 Thread sebb
On 11/05/2009, Dennis Lundberg wrote: > For the Sources Plugin, see this issue: > > http://jira.codehaus.org/browse/MSOURCES-42 > > that was fixed in the recently released 2.1 version. > Ah, I see now, thanks. I had assumed that the maven-jar-plugin was used to create all the jars, but it look

Re: Adding manifest entries to source and javadoc jars

2009-05-11 Thread Dennis Lundberg
For the Sources Plugin, see this issue: http://jira.codehaus.org/browse/MSOURCES-42 that was fixed in the recently released 2.1 version. For the Javadoc plugin, I'm not sure if it has been implemented or reported in JIRA. sebb wrote: > I'd like to include the default implementation and specifi

Adding manifest entries to source and javadoc jars

2009-05-11 Thread sebb
I'd like to include the default implementation and specification entries to the source and javaoc jars. I've checked the documentation for maven-jar-plugin and Maven Archiver, and followed the instructions. The manifest entries are added OK to the binary jar, but nothing seems to work with the sou