Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ under the License.
<item name="Introduction" href="index.html"/>
<item name="Javadocs" href="apidocs/index.html"/>
<item name="Source Xref" href="xref/index.html"/>
<!--item name="FAQ" href="faq.html"/-->
<!-- FAQ draft page created -->
<item name="FAQ" href="faq.html"/>
<item name="License" href="https://www.apache.org/licenses/"/>
<item name="Download" href="../../download.cgi"/>
</menu>
Expand Down
26 changes: 26 additions & 0 deletions src/site/xdoc/faq.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0"?>

<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->
<document>

<properties>
<title>FAQ</title>
<author email="dev@maven.apache.org">Apache Maven Team</author>
</properties>

<body>
<section name="Frequently Asked Questions">

<p>This is a draft FAQ page for Apache Maven. Content will be added over time.</p>

<subsection name="Getting Started">

<p><b>Q: What is the minimum Java version required for Maven?</b></p>
<p>A: Maven 4.x requires Java 8 or later. For specific version requirements, see the <a href="https://maven.apache.org/install.html">installation guide</a>.</p>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maven 4.x requires Java 8
😄 ?


</subsection>

</section>
</body>

</document>
Loading