You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/10/11 18:16:31 UTC

[maven-remote-resources-plugin] branch stabilize created (now 731df1e)

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a change to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git.


      at 731df1e  Fix JavaDoc

This branch includes the following new commits:

     new 731df1e  Fix JavaDoc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-remote-resources-plugin] 01/01: Fix JavaDoc

Posted by rf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git

commit 731df1e3ceaa400c7e0875ed5f1ab99bb1e756d4
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Oct 11 20:16:19 2021 +0200

    Fix JavaDoc
---
 .../maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java   | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java b/src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java
index a2d7f72..5f990c6 100644
--- a/src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java
+++ b/src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java
@@ -128,7 +128,6 @@ import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
  * Resources that end in ".vm" are treated as Velocity templates. For those, the ".vm" is stripped off for the final
  * artifact name and it's fed through Velocity to have properties expanded, conditions processed, etc...
  * </p>
- * <p/>
  * Resources that don't end in ".vm" are copied "as is".
  */
 // NOTE: Removed the following in favor of maven-artifact-resolver library, for MRRESOURCES-41
@@ -157,11 +156,10 @@ public class ProcessRemoteResourcesMojo
      * 
      * <pre>
      * &lt;delimiters&gt;
-     *   &lt;delimiter&gt;${*}&lt/delimiter&gt;
-     *   &lt;delimiter&gt;@&lt/delimiter&gt;
+     *   &lt;delimiter&gt;${*}&lt;/delimiter&gt;
+     *   &lt;delimiter&gt;@&lt;/delimiter&gt;
      * &lt;/delimiters&gt;
      * </pre>
-     * <p/>
      * Since the '@' delimiter is the same on both ends, we don't need to specify '@*@' (though we can).
      *
      * @since 1.1