Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dchrzascik opened this issue May 2, 2017 · 1 comment
Open

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

dchrzascik opened this issue May 2, 2017 · 1 comment

Comments

@dchrzascik
Copy link

dchrzascik commented May 2, 2017

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: #9 as publishing it to maven central would do the trick.

@joerg84
Copy link
Contributor

joerg84 commented Sep 26, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants