MJAVADOC-617 aggregate-jar does nothing if aggregator modules are referenced using relative pathes ...

2019-09-03 Thread Reto Weiss
Hi

I reported issue MJAVADOC-617 and also create a pull request with the fix for 
it.
Can somebody review this PR or give advice how to improve it so that it could 
be merged?

https://issues.apache.org/jira/browse/MJAVADOC-617
https://github.com/apache/maven-javadoc-plugin/pull/27

Thanks

Reto Weiss




Re: maven download broken on all mirrors

2019-09-03 Thread Enrico Olivelli
I am sorry
We are fixing it.
We had accidentally removed 3.6.1, before publishing 3.6.2.

Enrico


Il giorno mar 3 set 2019 alle ore 19:16 Tamás Cservenák 
ha scritto:

> FYI,
> And just to confirm, HU mirror lost 3.6.1 as well.
>
> T
>
> -- Forwarded message -
> From: 'Jörg Hohwiller' via mojohaus-dev 
> Date: Tue, Sep 3, 2019 at 7:13 PM
> Subject: maven download broken on all mirrors
> To: mojohaus-dev 
>
>
> Hi there,
>
> may be wrong here but I unsubsribed from maven-dev and subscribing just for
> this notice is too much burden.
> So in case anyone from maven core team is reading this:
>
> It is currently impossible to download the latest version of maven (3.6.1).
> It is gone from all the mirrors.
> Someting was really entierely messed up here:
> https://maven.apache.org/download.cgi
>
> I noticed this because it broke my travis-ci build so it is not just a
> local CDN or proxy issue, but seems to be globally effective.
> Hope this gets fixed asap as this is real pain if users already fail at
> downloading.
>
> Cheers
>   Jörg
>
> --
> You received this message because you are subscribed to the Google Groups
> "mojohaus-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mojohaus-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
>
> https://groups.google.com/d/msgid/mojohaus-dev/6b5ade3c-a607-4999-a0ae-af6332d0bacd%40googlegroups.com
> <
> https://groups.google.com/d/msgid/mojohaus-dev/6b5ade3c-a607-4999-a0ae-af6332d0bacd%40googlegroups.com?utm_medium=email_source=footer
> >
> .
>


Fwd: maven download broken on all mirrors

2019-09-03 Thread Tamás Cservenák
FYI,
And just to confirm, HU mirror lost 3.6.1 as well.

T

-- Forwarded message -
From: 'Jörg Hohwiller' via mojohaus-dev 
Date: Tue, Sep 3, 2019 at 7:13 PM
Subject: maven download broken on all mirrors
To: mojohaus-dev 


Hi there,

may be wrong here but I unsubsribed from maven-dev and subscribing just for
this notice is too much burden.
So in case anyone from maven core team is reading this:

It is currently impossible to download the latest version of maven (3.6.1).
It is gone from all the mirrors.
Someting was really entierely messed up here:
https://maven.apache.org/download.cgi

I noticed this because it broke my travis-ci build so it is not just a
local CDN or proxy issue, but seems to be globally effective.
Hope this gets fixed asap as this is real pain if users already fail at
downloading.

Cheers
  Jörg

-- 
You received this message because you are subscribed to the Google Groups
"mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to mojohaus-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/mojohaus-dev/6b5ade3c-a607-4999-a0ae-af6332d0bacd%40googlegroups.com

.


Docker based dev environment

2019-09-03 Thread Enrico Olivelli
Hi folks,
I have backported a took from BookKeeper project, originally provided by
Sijie.

https://github.com/apache/zookeeper/pull/1075

It creates a docker image/container to run on a known version of the Os
(Linux), even on Mac.

Feel free to test it


Enrico