diff --git a/ear/project.xml b/ear/project.xml
index c03cc3ad..a8d89281 100644
--- a/ear/project.xml
+++ b/ear/project.xml
@@ -98,7 +98,7 @@
maven-changelog-plugin
maven-file-activity-plugin
maven-developer-activity-plugin
- maven-file-activity-plugin
+ maven-faq-plugin
maven-license-plugin
maven-linkcheck-plugin
diff --git a/ear/xdocs/faq.fml b/ear/xdocs/faq.fml
new file mode 100644
index 00000000..ae7213c5
--- /dev/null
+++ b/ear/xdocs/faq.fml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+ Resources
+
+
+ How do I include other files in my EAR?
+
+ There are two ways to include other resources in the EAR file
+
+ -
+ Using the
maven.ear.src
+ property, you can specify an entire directory to include, or
+
+ -
+ Alternatively, you can use the
+ resources element
+ of the
project.xml to specify resource across various
+ directory, just as you would for a jar or war project.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ear/xdocs/navigation.xml b/ear/xdocs/navigation.xml
index 9fcdddc6..92776bae 100644
--- a/ear/xdocs/navigation.xml
+++ b/ear/xdocs/navigation.xml
@@ -29,6 +29,7 @@