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
30 changes: 14 additions & 16 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,18 +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 http://maven.apache.org/xsd/fml-1.0.1.xsd"
id="FAQ" title="Frequently Asked Questions">
<part id="General">
<faq id="How can I generate a source jar of the test classes">
<question>How can I generate a source jar of the test classes?</question>
<answer>
<p>
Use the source:test-jar goal to generate a jar file that contains the project test sources.
</p>
</answer>
</faq>
</part>
</faqs>
<a id="top"></a>

# Frequently Asked Questions

1. [How can I generate a source jar of the test classes?](#How_can_I_generate_a_source_jar_of_the_test_classes)

<a id="How_can_I_generate_a_source_jar_of_the_test_classes"></a>

### How can I generate a source jar of the test classes?

Use the source:test-jar goal to generate a jar file that contains the project test sources.
Loading