You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/11/28 22:44:53 UTC

svn commit: r480223 - in /maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml: ./ faq.fml

Author: jvanzyl
Date: Tue Nov 28 13:44:53 2006
New Revision: 480223

URL: http://svn.apache.org/viewvc?view=rev&rev=480223
Log:
o adding a FAQ

Added:
    maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml/
    maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml/faq.fml   (with props)

Added: maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml/faq.fml?view=auto&rev=480223
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml/faq.fml (added)
+++ maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml/faq.fml Tue Nov 28 13:44:53 2006
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<faqs id="FAQ" title="Frequently Asked Questions">
+ <part id="General">
+   <faq id="question1">
+     <question>Why do I need to use this plugin?</question>
+     <answer>
+       <p>
+         This plugin great reduces the pain associated with consistent packaging concerns across
+         a large set of projects, or an entire organization. Any project can specify the use of a
+         remote resource bundle and have the resources incorporated into their packaging. This means
+         that you can create standard settings in a parent POM somewhere in the project hierarchy and
+         have all projects use package common resources in standard way like licenses, other legal 
+         notices and disclaimers, or anything else that may be common.
+       </p>
+     </answer>
+   </faq>
+ </part>
+</faqs>
\ No newline at end of file

Propchange: maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml/faq.fml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml/faq.fml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"