Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Removed unused imports and added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanKanojia committed Mar 25, 2019
1 parent 8c6db0b commit 1509d90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import io.fabric8.maven.core.util.Configs;
import io.fabric8.maven.enricher.api.MavenEnricherContext;

import static io.fabric8.maven.core.util.Configs.asBoolean;
import static io.fabric8.maven.core.util.Configs.asInteger;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import java.util.Map;

import io.fabric8.maven.core.util.Configs;
import io.fabric8.maven.core.util.FileUtil;
import io.fabric8.maven.core.util.MavenUtil;
import io.fabric8.maven.docker.config.AssemblyConfiguration;
import io.fabric8.maven.docker.config.BuildImageConfiguration;
Expand Down
7 changes: 7 additions & 0 deletions samples/quarkus/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Quarkus Sample for Fabric8 Maven Plugin

This sample demonstrates how to use the Fabric8 Maven Plugin together with Quarkus.

# Demo

[![Watch the video](https://i.imgur.com/E4HrlCP.png)](https://vimeo.com/324945135)

0 comments on commit 1509d90

Please sign in to comment.