liuxunorg opened a new pull request #209: SUBMARINE-410. Supplement submarine artifactId in pom.xml URL: https://github.com/apache/submarine/pull/209 ### What is this PR for? At present, the artifactId of some submarine modules does not contain submarine, resulting in the compiled jar file without the submarine prefix. ### What type of PR is it? [Bug Fix | Improvement | Refactoring] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/SUBMARINE-410 ### How should this be tested? * https://travis-ci.org/liuxunorg/submarine ### Screenshots (if appropriate) ``` find ./lib -name "*0.4.0*.jar" ./lib/submarine-commons-metastore-0.4.0-SNAPSHOT-shade.jar ./lib/submarine-server-rpc-0.4.0-SNAPSHOT.jar ./lib/submarine-commons-cluster-0.4.0-SNAPSHOT-shade.jar ./lib/submarine-commons-rpc-0.4.0-SNAPSHOT.jar ./lib/submarine-server-api-0.4.0-SNAPSHOT.jar ./lib/submarine-commons-cluster-0.4.0-SNAPSHOT.jar ./lib/submarine-submitter-yarn-0.4.0-SNAPSHOT.jar ./lib/submarine-commons-utils-0.4.0-SNAPSHOT.jar ./lib/submarine-commons-metastore-0.4.0-SNAPSHOT.jar ./lib/submarine-commons-runtime-0.4.0-SNAPSHOT.jar ./lib/submarine-server-core-0.4.0-SNAPSHOT.jar ./lib/submitter/k8s/submarine-server-api-0.4.0-SNAPSHOT.jar ./lib/submitter/k8s/submarine-commons-utils-0.4.0-SNAPSHOT.jar ./lib/submitter/k8s/submarine-submitter-k8s-0.4.0-SNAPSHOT.jar ./lib/submitter/yarn/submarine-submitter-yarn-0.4.0-SNAPSHOT-shade.jar ./lib/submarine-client-0.4.0-SNAPSHOT.jar ``` ### 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]
