You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/fml/faq.fml
+3-3
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ under the License.
29
29
<dt><code>mvn site</code></dt>
30
30
<dd>
31
31
Calls the <i>site</i> <b>phase</b> of the site <b>lifecycle</b>.
32
-
Full site lifecycle consists in the following life cycle phases: <code>pre-site</code>, <code>site</code>, <code>post-site</code> and <code>site-deploy</code>.
32
+
Full site lifecycle consists of the following life cycle phases: <code>pre-site</code>, <code>site</code>, <code>post-site</code> and <code>site-deploy</code>.
33
33
See <ahref="/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference">Lifecycle Reference</a>.
34
34
Then it calls plugin goals associated to <code>pre-site</code> and <code>site</code> phases.</dd>
35
35
<dt><code>mvn site:site</code></dt>
@@ -38,8 +38,8 @@ under the License.
38
38
</dl>
39
39
</answer>
40
40
</faq>
41
-
<faqid="How do I Integrate static (X)HTML pages into my Maven site">
42
-
<question>How do I Integrate static (X)HTML pages into my Maven site?</question>
41
+
<faqid="How do I integrate static (X)HTML pages into my Maven site">
42
+
<question>How do I integrate static (X)HTML pages into my Maven site?</question>
43
43
<answer>
44
44
<p>
45
45
You can integrate your static pages by following these steps:
0 commit comments