Re: Best practices for editing the manual

2020-02-04 Thread Jochen Wiedmann
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

Re: Best practices for editing the manual

2020-02-04 Thread Ralph Goers
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

Re: Best practices for editing the manual

2020-02-04 Thread Gary Gregory
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

Best practices for editing the manual

2020-02-04 Thread Volkan Yazıcı
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