Skip to content
Merged
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
27 changes: 14 additions & 13 deletions src/site/fml/faq.fml → src/site/markdown/faq.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
---
title: Frequently Asked Questions
---

<!--
Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -19,15 +21,14 @@ specific language governing permissions and limitations
under the License.
-->

<faqs xmlns="http://maven.apache.org/FML/1.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 https://maven.apache.org/xsd/fml-1.0.1.xsd"
id="FAQ" title="Frequently Asked Questions">
<part id="General">
<faq id="Configure Reproducible Builds">
<question>How to configure my Maven build for Reproducible Builds?</question>
<answer>
<p>See the <a href="/guides/mini/guide-reproducible-builds.html">Configuring for Reproducible Builds guide</a>.</p>
</answer>
</faq>
</part>
</faqs>
<a id="top"></a>

# Frequently Asked Questions

1. [How to configure my Maven build for Reproducible Builds?](#Configure_Reproducible_Builds)

<a id="Configure_Reproducible_Builds"></a>

### How to configure my Maven build for Reproducible Builds?

See the [Configuring for Reproducible Builds guide](/guides/mini/guide-reproducible-builds.html).
Loading