You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/11/13 15:05:27 UTC

svn commit: r594542 - in /maven/plugins/trunk/maven-clean-plugin/src/site: apt/faq.apt fml/ fml/faq.fml

Author: vsiveton
Date: Tue Nov 13 06:05:26 2007
New Revision: 594542

URL: http://svn.apache.org/viewvc?rev=594542&view=rev
Log:
o move faq.apt to fml

Added:
    maven/plugins/trunk/maven-clean-plugin/src/site/fml/
    maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml   (with props)
Removed:
    maven/plugins/trunk/maven-clean-plugin/src/site/apt/faq.apt

Added: maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml?rev=594542&view=auto
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml (added)
+++ maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml Tue Nov 13 06:05:26 2007
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+
+<!--
+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.
+-->
+
+<faqs id="FAQ" title="Frequently Asked Questions">
+  <part id="General">
+    <faq id="I already ran mvn clean but the directory (put dir name here) is still there. What should I do?">
+      <question>I already ran <i>mvn clean</i> but the directory (<i>put dir name here</i>) is still there. What should I do?</question>
+      <answer>
+        <p>
+          Some files-generating plugins can generate their files outside of the
+          default directories being deleted by the clean plugin. You should add
+          the location of such files in the clean plugin configuration or change
+          the configuration of those plugins to put their files inside the
+          <i>project.build.directory</i> which is by default, the <i>target</i>
+          directory.
+        </p>
+      </answer>
+    </faq>
+  </part>
+</faqs>
\ No newline at end of file

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

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