Repository: camel Updated Branches: refs/heads/master c6c0c0e67 -> 4c5479489
Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4c547948 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4c547948 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4c547948 Branch: refs/heads/master Commit: 4c5479489d02bc9f5e3b643ef9b4aa9ee5a9b300 Parents: c6c0c0e Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Dec 8 11:32:30 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Dec 8 11:32:30 2016 +0100 ---------------------------------------------------------------------- .../camel-maven-plugin/src/main/docs/camel-maven-plugin.adoc | 4 ---- .../src/main/java/org/apache/camel/maven/ValidateMojo.java | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/4c547948/tooling/maven/camel-maven-plugin/src/main/docs/camel-maven-plugin.adoc ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-maven-plugin/src/main/docs/camel-maven-plugin.adoc b/tooling/maven/camel-maven-plugin/src/main/docs/camel-maven-plugin.adoc index 83706f6..2089fcb 100644 --- a/tooling/maven/camel-maven-plugin/src/main/docs/camel-maven-plugin.adoc +++ b/tooling/maven/camel-maven-plugin/src/main/docs/camel-maven-plugin.adoc @@ -93,10 +93,6 @@ You can enable this in the configuration using: </configuration> </plugin> -## Fabric8 Camel Maven Plugin - -This maven plugin makes it possible to run some of the [Forge](forge.md) commands from Maven command line. - == camel:validate http://git-wip-us.apache.org/repos/asf/camel/blob/4c547948/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java b/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java index 2d5594b..579c6f5 100644 --- a/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java +++ b/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java @@ -188,7 +188,7 @@ public class ValidateMojo extends AbstractExecMojo { } } - // if using the same version as the fabric8-camel-maven-plugin we must still load it + // if using the same version as the camel-maven-plugin we must still load it if (catalog.getLoadedVersion() == null) { catalog.loadVersion(catalog.getCatalogVersion()); } @@ -196,7 +196,7 @@ public class ValidateMojo extends AbstractExecMojo { if (catalog.getLoadedVersion() != null) { getLog().info("Using Camel version: " + catalog.getLoadedVersion()); } else { - // force load version from the fabric8-camel-maven-plugin + // force load version from the camel-maven-plugin getLog().info("Using Camel version: " + catalog.getCatalogVersion()); }