Attila Doroszlai created RATIS-1322:
---------------------------------------
Summary: Cannot build from source without repo
Key: RATIS-1322
URL: https://issues.apache.org/jira/browse/RATIS-1322
Project: Ratis
Issue Type: Bug
Components: build
Reporter: Attila Doroszlai
{code:title=steps to reproduce}
git clone https://github.com/apache/ratis.git
cd ratis
rm -fr .git
mvn -DskipTests clean package
{code}
{code:title=result}
[INFO] Apache Ratis ....................................... FAILURE [ 0.890 s]
...
[ERROR] Failed to execute goal
org.codehaus.mojo:buildnumber-maven-plugin:1.4:create-metadata (default) on
project ratis: Execution default of goal
org.codehaus.mojo:buildnumber-maven-plugin:1.4:create-metadata failed.:
NullPointerException -> [Help 1]
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)