leesf commented on a change in pull request #865: [HUDI-229] Fix mvn 
notice:generate issue in windows
URL: https://github.com/apache/incubator-hudi/pull/865#discussion_r319354103
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -202,9 +202,9 @@
           </execution>
         </executions>
         <configuration>
-          
<noticeTemplate>file://${maven.multiModuleProjectDirectory}/release/config/NOTICE.template</noticeTemplate>
+          
<noticeTemplate>${maven.multiModuleProjectDirectory}/release/config/NOTICE.template</noticeTemplate>
           <licenseMapping>
-            
<param>file://${maven.multiModuleProjectDirectory}/release/config/license-mappings.xml</param>
+            
<param>${maven.multiModuleProjectDirectory}/release/config/license-mappings.xml</param>
 
 Review comment:
   Running mvn notice:generate  in windows and linux, it works well.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to