You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/17 15:16:40 UTC

[camel] branch master updated (caea601 -> 4f70831)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from caea601  Camel-Soroush: Cleaned up docs a bit
     new 95e8288  Camel-Example-big-xml: Lets skip tests
     new 4f70831  Camel-Example-big-xml: updated docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/camel-example-bigxml-split/README.md | 2 +-
 examples/camel-example-bigxml-split/pom.xml   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


[camel] 02/02: Camel-Example-big-xml: updated docs

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 4f70831ad8969077ec65a977c48be004cff5ceaf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 17 17:16:07 2019 +0200

    Camel-Example-big-xml: updated docs
---
 examples/camel-example-bigxml-split/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-bigxml-split/README.md b/examples/camel-example-bigxml-split/README.md
index f5b35dd..45d0453 100644
--- a/examples/camel-example-bigxml-split/README.md
+++ b/examples/camel-example-bigxml-split/README.md
@@ -36,7 +36,7 @@ There are also a number of optional runtime settings:
 ### Build and run
 The test XML file is built once beforehand using `@BeforeClass`.
 ```sh
-mvn clean test
+mvn clean test -DskipTests=false
 ```
 
 ### Test results


[camel] 01/02: Camel-Example-big-xml: Lets skip tests

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 95e8288a9196c40063fe2f7494ea6b4517d7860b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 17 17:15:40 2019 +0200

    Camel-Example-big-xml: Lets skip tests
---
 examples/camel-example-bigxml-split/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/camel-example-bigxml-split/pom.xml b/examples/camel-example-bigxml-split/pom.xml
index d5c04dd..d07987a 100644
--- a/examples/camel-example-bigxml-split/pom.xml
+++ b/examples/camel-example-bigxml-split/pom.xml
@@ -39,6 +39,7 @@
         <maven.compiler.target>1.8</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+        <skipTests>true</skipTests>
     </properties>
 
     <dependencies>