You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2020/01/18 21:04:53 UTC

svn commit: r1872964 [14/20] - in /maven/website/components/plugins-archives/maven-remote-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/resources/remote/ apidocs/org/apache/maven/plugin/resources/remote/class-use/ apidocs/org/apa...

Modified: maven/website/components/plugins-archives/maven-remote-resources-plugin-LATEST/usage.html
==============================================================================
--- maven/website/components/plugins-archives/maven-remote-resources-plugin-LATEST/usage.html (original)
+++ maven/website/components/plugins-archives/maven-remote-resources-plugin-LATEST/usage.html Sat Jan 18 21:04:51 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/usage.apt.vm at 2018-10-28
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/usage.apt.vm at 2020-01-18
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Jason van Zyl
 John Casey" />
     <meta name="Date-Creation-yyyymmdd" content="20110120" />
-    <meta name="Date-Revision-yyyymmdd" content="20181028" />
+    <meta name="Date-Revision-yyyymmdd" content="20200118" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Remote Resources Plugin &#x2013; Usage</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -43,9 +43,9 @@ John Casey" />
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Remote Resources Plugin">Apache Maven Remote Resources Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Usage <a href="https://github.com/apache/maven-remote-resources-plugin/tree/maven-remote-resources-plugin-1.6.0/src/site/apt/usage.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-10-28</li>
-          <li id="projectVersion" class="pull-right">Version: 1.6.0</li>
+    <li class="active ">Usage <a href="https://github.com/apache/maven-remote-resources-plugin/tree/maven-remote-resources-plugin-1.7.0/src/site/apt/usage.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-01-18</li>
+          <li id="projectVersion" class="pull-right">Version: 1.7.0</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -125,7 +125,7 @@ John Casey" />
       &lt;!-- Turn this into a lifecycle --&gt;
       &lt;plugin&gt;      
         &lt;artifactId&gt;maven-remote-resources-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.6.0&lt;/version&gt;
+        &lt;version&gt;1.7.0&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;goals&gt;
@@ -139,7 +139,7 @@ John Casey" />
   ...
 &lt;/project&gt;</pre></div>
 <p>This will trigger the scanning of that project's <tt>${basedir}/src/main/resources</tt> directory and create the <tt>${basedir}/target/classes/META-INF/maven/remote-resources.xml</tt> <a href="./remote-resources.html">manifest file</a>.</p>
-<p><b>Note:</b> The files have to be named like <tt>*.vm</tt> to mark them as <a class="externalLink" href="htps://velocity.apache.org">Velocity</a> macro files which will be filtered by the <b>process</b> goal. If you don't name the files according to this, they will not been filtered.</p></div>
+<p><b>Note:</b> The files have to be named like <tt>*.vm</tt> to mark them as <a class="externalLink" href="htps://velocity.apache.org">Velocity</a> macro files which will be filtered by the <b>process</b> goal. If you don't name the files according to this, they will not be filtered.</p></div>
 <div class="section">
 <h3><a name="How_to_Use_Remote_Resource_Bundles"></a>How to Use Remote Resource Bundles </h3>
 <p>To use remote resource bundles you need to configure the plugin as follows:</p>
@@ -151,7 +151,7 @@ John Casey" />
       &lt;!-- Turn this into a lifecycle --&gt;
       &lt;plugin&gt;
         &lt;artifactId&gt;maven-remote-resources-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.6.0&lt;/version&gt;
+        &lt;version&gt;1.7.0&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;process-remote-resources&lt;/id&gt;
@@ -179,7 +179,7 @@ John Casey" />
 <p>To run the Remote Resources Plugin only in the execution root, use the following:</p>
 <div class="source"><pre class="prettyprint linenums">  &lt;plugin&gt;
     &lt;artifactId&gt;maven-remote-resources-plugin&lt;/artifactId&gt;
-    &lt;version&gt;1.6.0&lt;/version&gt;
+    &lt;version&gt;1.7.0&lt;/version&gt;
     [...]
 
     &lt;executions&gt;
@@ -202,7 +202,7 @@ John Casey" />
 <p>To enable the filter delimiters for the format '<tt>#{expr}</tt>' (Ruby-style), add the following to your plugin configuration:</p>
 <div class="source"><pre class="prettyprint linenums">      &lt;plugin&gt;
         &lt;artifactId&gt;maven-remote-resources-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.6.0&lt;/version&gt;
+        &lt;version&gt;1.7.0&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;process-remote-resources&lt;/id&gt;
@@ -222,7 +222,7 @@ John Casey" />
 <p>If your start and end delimiters are the same, you can use an even simpler configuration. For example, to enable filter delimiters for the format '<tt>#expr#</tt>', add the following to your plugin configuration:</p>
 <div class="source"><pre class="prettyprint linenums">      &lt;plugin&gt;
         &lt;artifactId&gt;maven-remote-resources-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.6.0&lt;/version&gt;
+        &lt;version&gt;1.7.0&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;process-remote-resources&lt;/id&gt;
@@ -242,7 +242,7 @@ John Casey" />
 <p>All of the above assumes that you still want the ability to use '<tt>${expr}</tt>' and '<tt>@expr@</tt>' delimiters. However, in cases where this would cause trouble, you can disable these default delimiters as follows:</p>
 <div class="source"><pre class="prettyprint linenums">      &lt;plugin&gt;
         &lt;artifactId&gt;maven-remote-resources-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.6.0&lt;/version&gt;
+        &lt;version&gt;1.7.0&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;process-remote-resources&lt;/id&gt;
@@ -263,7 +263,7 @@ John Casey" />
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2002&#x2013;2018
+            <p>Copyright &copy;2002&#x2013;2020
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-remote-resources-plugin-LATEST/xref-test/index.html
==============================================================================
--- maven/website/components/plugins-archives/maven-remote-resources-plugin-LATEST/xref-test/index.html (original)
+++ maven/website/components/plugins-archives/maven-remote-resources-plugin-LATEST/xref-test/index.html Sat Jan 18 21:04:51 2020
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Remote Resources Plugin 1.6.0 Reference</title>
+		<title>Apache Maven Remote Resources Plugin 1.7.0 Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">