Added profile which executed all integration tests.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a82142cd Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a82142cd Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a82142cd Branch: refs/heads/master Commit: a82142cdc56ce2cf1bd9884f3f27540d004c3b5c Parents: cec7b30 Author: gilfernandes <gil.fernan...@gmail.com> Authored: Tue Nov 22 11:51:29 2016 +0000 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Fri Nov 25 10:05:36 2016 +0100 ---------------------------------------------------------------------- components/camel-firebase/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a82142cd/components/camel-firebase/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-firebase/pom.xml b/components/camel-firebase/pom.xml index ad76990..e444bed 100644 --- a/components/camel-firebase/pom.xml +++ b/components/camel-firebase/pom.xml @@ -17,6 +17,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <firebase.version>4.0.1</firebase.version> + <maven.test.skip>true</maven.test.skip> </properties> <dependencies> @@ -62,4 +63,18 @@ </dependency> </dependencies> + <profiles> + <!-- Use this profile in case you want to run the tests --> + <!-- Make sure that the file firebase-admin-connection.json contains the right parameters --> + <profile> + <id>firebase-integration-test</id> + <properties> + <maven.test.skip>false</maven.test.skip> + </properties> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + </profile> + </profiles> + </project> \ No newline at end of file