dcos-labs / dcos-maven-plugin

Apache License 2.0
4 stars 5 forks source link

Can't find the dcos-maven-plugin in repository #12

Open dchrzascik opened 7 years ago

dchrzascik commented 7 years ago

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:

    <pluginRepositories>
        <pluginRepository>
            <id>mesosphere-repo</id>
            <name>Mesosphere Repo</name>
            <url>http://downloads.mesosphere.io/maven</url>
        </pluginRepository>
    </pluginRepositories>

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: https://github.com/dcos-labs/dcos-maven-plugin/issues/9 as publishing it to maven central would do the trick.

joerg84 commented 6 years ago

Should be fixed now. We are working on #9 :).