Languomao commented on issue #202: Failed to import project Maven dependency URL: https://github.com/apache/submarine/issues/202#issuecomment-596184185 > hi @Languomao :-) > You are welcome to use submarine, you can compile subamrine according to this document. https://github.com/apache/submarine/blob/master/docs/development/BuildFromCode.md > > I think this command should solve your problem: > > ``` > mvn clean install package -DskipTests -Phadoop-2.9 > ``` When I import dependency, it will prompt `Downloading from apache.snapshots: http://repository.apache.org/snapshots/org/apache/submarine/commons-runtime/0.4.0-SNAPSHOT/maven-metadata.xml` But the download failed, when I go to http://repository.apache.org/snapshots/org/apache/submarine/commons-runtime/0.4.0-snapshot/ to view this path, this path does not exist, and then I switch to http://repository.apache.org/snapshots/org/apache/submarine/commons-runtime/0.3.0-snapshot/ ,but under this path, the file maven-metadata.xml does not exist。 Where can I find this file,thanks a lot。
---------------------------------------------------------------- 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]
