You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2016/08/22 19:42:36 UTC

camel git commit: Polish Metrics CDI example README

Repository: camel
Updated Branches:
  refs/heads/master cf03bfbc0 -> 206d64a8b


Polish Metrics CDI example README


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/206d64a8
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/206d64a8
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/206d64a8

Branch: refs/heads/master
Commit: 206d64a8b8eb0917cb285eebca90f057f5d963df
Parents: cf03bfb
Author: Antonin Stefanutti <an...@stefanutti.fr>
Authored: Mon Aug 22 21:42:26 2016 +0200
Committer: Antonin Stefanutti <an...@stefanutti.fr>
Committed: Mon Aug 22 21:42:26 2016 +0200

----------------------------------------------------------------------
 examples/camel-example-cdi-metrics/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/206d64a8/examples/camel-example-cdi-metrics/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-cdi-metrics/README.md b/examples/camel-example-cdi-metrics/README.md
index 59dcf14..94574d3 100644
--- a/examples/camel-example-cdi-metrics/README.md
+++ b/examples/camel-example-cdi-metrics/README.md
@@ -14,7 +14,7 @@ The example is implemented in Java with CDI dependency injection. It uses JBoss
 as the minimal CDI container to run the application, though you can run the application
 in any CDI compliant container.
 
-The `camel-cdi`, `camel-core` and `camel-metrics` components are used in this example.
+The `camel-cdi` and `camel-metrics` components are used in this example.
 The `camel-test-cdi` module is used for the JUnit test runner.
 Besides, the Metrics CDI extension is used so that metrics can be injected
 and custom metrics registered via CDI. For instance, a ratio gauge is registered
@@ -23,10 +23,10 @@ of generated events.
 
 ### Build
 
-You will need to build this example first:
+You can build this example using:
 
 ```sh
-$ mvn install
+$ mvn package
 ```
 
 ### Run
@@ -34,7 +34,7 @@ $ mvn install
 You can run this example using:
 
 ```sh
-$ mvn compile camel:run
+$ mvn camel:run
 ```
 
 When the Camel application runs, you should see the calls to the 'unreliable-service' being logged to the console, e.g.: