Re: Javadoc aggregation doesn't use snapshots?

2013-01-13 Thread org.apache.maven.user
*Ahem* Please excuse that duplicate. I'd sent it from the wrong address originally (I use bespoke addresses for easier filtering and to track "leaks" when receiving spam) and had assumed it'd been silently dropped... M - To unsu

Re: Javadoc aggregation doesn't use snapshots?

2013-01-13 Thread org.fossil-scm.fossil-users
On Thu, 10 Jan 2013 01:39:17 + wrote: > > Opened: > > https://jira.codehaus.org/browse/MJAVADOC-360 For anyone not following this bug, I've put together a vastly simpler case that demonstrates the problem: https://github.com/io7m/io7m-jcanephora/tree/reduction The problem's reproduced wit

Re: Javadoc aggregation doesn't use snapshots?

2013-01-12 Thread org.apache.maven.user
> Opened: > > https://jira.codehaus.org/browse/MJAVADOC-360 > For anyone not following this bug, I've put together a vastly simpler case that demonstrates the problem: https://github.com/io7m/io7m-jcanephora/tree/reduction The problem's reproduced with a single module and a couple of snapsh

Re: Javadoc aggregation doesn't use snapshots?

2013-01-09 Thread org.apache.maven.user
On Wed, 9 Jan 2013 14:30:47 -0500 Benson Margulies wrote: > A JIRA might get more useful attention, pointing to github or > whatever. Opened: https://jira.codehaus.org/browse/MJAVADOC-360 Regards, M - To unsubscribe, e-mail:

Re: Javadoc aggregation doesn't use snapshots?

2013-01-09 Thread Benson Margulies
A JIRA might get more useful attention, pointing to github or whatever. On Wed, Jan 9, 2013 at 11:00 AM, wrote: > Anyone? > > This has become a blocking issue for me, and am quite surprised that it > exists at all given that the project really isn't complicated. > > Would it help if I put the co

Re: Javadoc aggregation doesn't use snapshots?

2013-01-09 Thread org.apache.maven.user
Anyone? This has become a blocking issue for me, and am quite surprised that it exists at all given that the project really isn't complicated. Would it help if I put the code on github so that people could look at it more easily? --

Re: Javadoc aggregation doesn't use snapshots?

2013-01-08 Thread org.apache.maven.user
On Tue, 8 Jan 2013 14:19:14 + Stephen Connolly wrote: > I haven't looked at your project but I have a suspicion as to what is > going on. > > By default the javadoc.jar is not generated by a default build, so as > a result there is no javadoc.jar in the reactor and hence there is a > search

Re: Javadoc aggregation doesn't use snapshots?

2013-01-08 Thread Stephen Connolly
I haven't looked at your project but I have a suspicion as to what is going on. By default the javadoc.jar is not generated by a default build, so as a result there is no javadoc.jar in the reactor and hence there is a search of the local and remote repositories... but since these do not have the

Javadoc aggregation doesn't use snapshots?

2013-01-08 Thread org.apache.maven.user
Hello. I have a multimodule project at http://fossil.io7m.com/repo.cgi/io7m-jcanephora The root module is responsible for aggregating javadoc from all of the submodules. I recently switched to using SNAPSHOT dependencies, rather than having to constantly produce new releases for minor changes. Un