Open snelson-pp opened 7 years ago
I'm seeing the same thing. Any updates?
Hi Erik,
It seems to me that you do not have the docker plugin , as it is said in your maven log.
No plugin found for prefix 'docker' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories
In order to use maven (mvn commande) you need to have a pom.xml correctly configure for your projet.
for more detail you should look at https://dmp.fabric8.io/#example.
Sincerely yours
Le ven. 24 août 2018 à 02:37, Erik van Zijst notifications@github.com a écrit :
I'm seeing the same thing. Any updates?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fabric8io/fabric8/issues/6663#issuecomment-415615152, or mute the thread https://github.com/notifications/unsubscribe-auth/ABWrtVbw4OvEcKQoP9MweI5Kue9Xlt5lks5uT0rZgaJpZM4LX0HJ .
I'm reading through the "Develop Locally" doc (http://fabric8.io/guide/getStarted/develop.html) while using Fabric8 on a Mac laptop via xhyve, and it specifies that you can build and apply with the following:
mvn install docker:build fabric8:json fabric8:apply
I get the following:
This is probably a documentation issue.