elharo commented on code in PR #71:
URL: 
https://github.com/apache/maven-remote-resources-plugin/pull/71#discussion_r1891829983


##########
src/main/java/org/apache/maven/plugin/resources/remote/AbstractProcessRemoteResourcesMojo.java:
##########
@@ -239,13 +239,17 @@ public abstract class AbstractProcessRemoteResourcesMojo 
extends AbstractMojo {
      * javadoc for MavenProject</a> for information about the properties on 
the MavenProject.
      */
     @Parameter
-    protected Map<String, Object> properties = new HashMap<>();
+    protected Map<String, String> properties = new HashMap<>();
 
     /**
      * Whether to include properties defined in the project when filtering 
resources.
      *
+     * @deprecated As Maven Project is available in Velocity context we can 
simply use

Review Comment:
   nit: As --> as



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to