tangzhankun opened a new pull request #152: Exclude workbench-web-ng/dist and node_modules in source distribution URL: https://github.com/apache/submarine/pull/152 ### What is this PR for? When generating source tarball of submarine with below command, there's unneeded files zipped in the tarball. The workbench-web-ng/dist and workbench-web-ng/node_modules should be excluded from submarine-dist/src/assembly/src-distribution.xml. mvn clean install package -DskipTests -Psrc ### What type of PR is it? Improvement ### What is the Jira issue? https://issues.apache.org/jira/browse/SUBMARINE-345 ### How should this be tested? mvn clean install package -DskipTests -Psrc du -sm submarine-dist/target/submarine-dist-0.3.0-SNAPSHOT-src The size of the dir should be about 30MB ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
