File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,18 @@ printf '127.0.0.1 %s\n::1 %s\n' `hostname` `hostname` | sudo tee -a /etc/hosts
5353----
5454
5555[#website]
56- == Building the website and manual
56+ == Building the website
5757
58- You can build the website and manual as follows:
58+ You can build the website as follows:
5959
6060[source,bash]
6161----
62- ./mvnw site
62+ ./mvnw compile # <1>
63+ ./mvnw site # <2>
6364----
65+ <1> Generate plugin descriptors that will be used to generate the plugin reference page.
66+ Descriptors are placed under `target/plugin-descriptors`.
67+ <2> Generate the website to `target/site`
6468
6569You can view the generated website with a browser by pointing it to `target/site` directory.
6670
@@ -76,7 +80,7 @@ You can follow below steps for casual development needs:
7680
7781You can connect your IDE to a `./mvnw test` run by
7882
79- . Add `- Dmaven.surefire.debug` to the `./mvnw test` command
83+ . Run `./mvnw test -pl :log4j-core-test -Dtest=FooBarTest - Dmaven.surefire.debug`
8084. Use _"Run > Attach to process"_ in IntelliJ IDEA
8185
8286[#development-faq]
You can’t perform that action at this time.
0 commit comments