leesf created HUDI-229:
--------------------------
Summary: Fix mvn notice:generate issue in windows
Key: HUDI-229
URL: https://issues.apache.org/jira/browse/HUDI-229
Project: Apache Hudi (incubating)
Issue Type: Bug
Components: newbie
Reporter: leesf
Assignee: leesf
When running mvn notice:generate from top-level module in windows, the
following exception occurs.
{code:java}
Failed to execute goal org.jasig.maven:maven-notice-plugin:1.1.0:generate
(default-cli) on project hudi: Resource not found in file system, classpath or
URL: file://F:/community
/incubator-hudi/release/config/license-mappings.xml{code}
Note:F:/community/incubator-hudi is the base path of the project.
To fix the issue, we need to remove file:// in configuration.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)