Baunsgaard commented on a change in pull request #873: Update python package, making use of
java distribution bin zip
URL: https://github.com/apache/systemml/pull/873#discussion_r400855251
##########
File path: .github/workflows/python.yml
##########
@@ -57,7 +57,7 @@ jobs:
${{ runner.os }}-maven-
- name: Maven clean & package
- run: mvn clean package
+ run: mvn clean package -Pdistribution
Review comment:
Why is it not:
```bash
mvn clean package -P distribution
```
----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
|