oldfly opened a new pull request #28: Artifact deployment to Apache Nexus URL: https://github.com/apache/incubator-marvin/pull/28 Hello guys, Just deployed our Engine-Executor to: Snapshot - https://repository.apache.org/content/repositories/snapshots/org/apache/marvin/marvin-engine-executor_2.12/0.0.5-SNAPSHOT/ The staging repository can be visualized here - https://repository.apache.org/#stagingRepositories and named "orgapachemarvin-1000". All staging validation and rules are satisfied, the last thing that we need is pushing "Release" button. The credential error was resolved 1. Creating a new file ~/.sbt/0.13/apache.credentials containing ------------------------------------------------------------------ realm="Sonatype Nexus Repository Manager" host="repository.apache.org" user="yifeizhang" password="MyPassword" ------------------------------------------------------------------ 2. Adding "credentials += Credentials(file("/home/myuser/.sbt/0.13/apache.credentials"))" to build.sbt. 3. Creating a new file ~/.sbt/0.13/plugins/credentials.sbt containing ------------------------------------------------------------------ "credentials += Credentials(Path.userHome / ".sbt" / ".credentials")" ------------------------------------------------------------------ When this PR is merged, ill push the "Release" botton there.
---------------------------------------------------------------- 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
