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
45 changes: 0 additions & 45 deletions src/site/fml/faq.fml

This file was deleted.

39 changes: 39 additions & 0 deletions src/site/markdown/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Frequently Asked Questions
---

<!--
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.
-->

<a name="top"></a>

# Frequently Asked Questions

1. [What is a Mojo](#What_is_a_Mojo)
2. [Why `mvn help:active-profiles` won't show the active profiles under Maven 2.1?](#Why_mvn_help.3Aactive-profiles_won.27t_show_the_active_profiles_under_Maven_2.1)

### What is a Mojo

See the Maven FAQ: [What is a Mojo](http://maven.apache.org/general.html#What_is_a_Mojo).

<a name="Why_mvn_help.3Aactive-profiles_won.27t_show_the_active_profiles_under_Maven_2.1"></a>

### Why `mvn help:active-profiles` won't show the active profiles under Maven 2.1?

See [MPH-38](https://issues.apache.org/jira/browse/MPH-38) for more info.
Loading