Re: [JCI] Problem with release profile

2013-10-13 Thread sebb
On 9 October 2013 14:06, Emmanuel Bourg wrote: > Le 08/10/2013 21:25, sebb a écrit : > >> Note: we must update Javadoc plugin to the latest version to ensure >> that the scripting bug is fixed. > > Done > >> I expect there are several parts of the main pom that can be removed >> as the parent pom

Re: [JCI] Problem with release profile

2013-10-09 Thread Emmanuel Bourg
Le 08/10/2013 21:25, sebb a écrit : > Note: we must update Javadoc plugin to the latest version to ensure > that the scripting bug is fixed. Done > I expect there are several parts of the main pom that can be removed > as the parent pom defines all the common stuff that it can. I cleaned up the

Re: [JCI] Problem with release profile

2013-10-08 Thread Emmanuel Bourg
I made some progress but I still have an issue with 'mvn site', see http://apaste.info/pOvS Again, any idea is welcome. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail

Re: [JCI] Problem with release profile (was: Re: [DISCUSS] Why is releasing such a pain and what can we do to make it easier?)

2013-10-08 Thread sebb
Yes. On 8 October 2013 20:40, Benedikt Ritter wrote: > Do you have included the latest commons parent pom? > > > 2013/10/8 sebb > >> On 8 October 2013 19:06, Benedikt Ritter wrote: >> > Maybe it's a problem with the maven-bundle-plugin. It should generate >> the Manifest for you. I'm on my mobi

Re: [JCI] Problem with release profile

2013-10-08 Thread Emmanuel Bourg
Le 08/10/2013 21:25, sebb a écrit : > However, there are other commons components with multiple modules; it > should be possible to get some clues from them. Thank you for the suggestion, I found the solution in vfs. Emmanuel Bourg --

Re: [JCI] Problem with release profile (was: Re: [DISCUSS] Why is releasing such a pain and what can we do to make it easier?)

2013-10-08 Thread Benedikt Ritter
Do you have included the latest commons parent pom? 2013/10/8 sebb > On 8 October 2013 19:06, Benedikt Ritter wrote: > > Maybe it's a problem with the maven-bundle-plugin. It should generate > the Manifest for you. I'm on my mobile right now and will not have the time > to have a look until to

Re: [JCI] Problem with release profile (was: Re: [DISCUSS] Why is releasing such a pain and what can we do to make it easier?)

2013-10-08 Thread sebb
On 8 October 2013 19:06, Benedikt Ritter wrote: > Maybe it's a problem with the maven-bundle-plugin. It should generate the > Manifest for you. I'm on my mobile right now and will not have the time to > have a look until tomorrow. It's not only the osgi Manifest. I tried copying an existing Ma

Re: [JCI] Problem with release profile

2013-10-08 Thread Emmanuel Bourg
Le 08/10/2013 20:06, Benedikt Ritter a écrit : > Maybe it's a problem with the maven-bundle-plugin. It should generate the > Manifest for you. I'm on my mobile right now and will not have the time to > have a look until tomorrow. Could this be caused by the fact that jci is a multi module projec

[JCI] Problem with release profile (was: Re: [DISCUSS] Why is releasing such a pain and what can we do to make it easier?)

2013-10-08 Thread Benedikt Ritter
Maybe it's a problem with the maven-bundle-plugin. It should generate the Manifest for you. I'm on my mobile right now and will not have the time to have a look until tomorrow. Benedikt Send from my mobile device > Am 08.10.2013 um 19:25 schrieb Emmanuel Bourg : > > Le 08/10/2013 18:46, Bened