On Tue, Feb 4, 2020 at 10:29 AM Volkan Yazıcı wrote:
> I have a couple of questions regarding working on the manual. I will
> appreciate if you can spare some time to help me out with them:
>
> 1. What is the easiest Maven command just to get `/target/site`
>generated? `./mvnw site` works, bu
Yes, building the web site takes a long time. That is one of the reasons it
takes so long to cut a release. The web site has to be built at least twice -
once before the release to verify it and fix bugs, and again after the release
to build the “real” web site. I would prefer a better way to
You can short circuit the tests with -DskipTests
Gary
On Tue, Feb 4, 2020, 04:29 Volkan Yazıcı wrote:
> Hello,
>
> I have a couple of questions regarding working on the manual. I will
> appreciate if you can spare some time to help me out with them:
>
> 1. What is the easiest Maven command just
Hello,
I have a couple of questions regarding working on the manual. I will
appreciate if you can spare some time to help me out with them:
1. What is the easiest Maven command just to get `/target/site`
generated? `./mvnw site` works, but is taking ages.
2. What is the recommended practice f