You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run into issues when running dcos:deploy goal. Output of mvn dcos:deploy:
[INFO] -----------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.955 s
[INFO] Finished at: 2017-05-02T15:58:58+02:00
[INFO] Final Memory: 13M/301M
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'dcos' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/dchrzascik/.m2/repository), mesosphere-repo (http://downloads.mesosphere.io/maven), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
[ERROR]
I have added a proper section of pluginRepositories but it doesn't seem to work:
How can I access the plugin? Is it really published in mesosphere repo or perhaps some account is needed to access it? samples/simple-sample doesn't work as well so I am positive that my pom.xml is correct.
Note: This issue is related to: #9 as publishing it to maven central would do the trick.
The text was updated successfully, but these errors were encountered:
I've run into issues when running dcos:deploy goal. Output of
mvn dcos:deploy
:I have added a proper section of pluginRepositories but it doesn't seem to work:
How can I access the plugin? Is it really published in mesosphere repo or perhaps some account is needed to access it? samples/simple-sample doesn't work as well so I am positive that my pom.xml is correct.
Note: This issue is related to: #9 as publishing it to maven central would do the trick.
The text was updated successfully, but these errors were encountered: