Revert "Added profile which executed all integration tests." This reverts commit a82142cdc56ce2cf1bd9884f3f27540d004c3b5c.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e898247b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e898247b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e898247b Branch: refs/heads/master Commit: e898247b51498467425b41602a0f76afb00f218c Parents: cd88ad1 Author: Andrea Cosentino <anco...@gmail.com> Authored: Fri Nov 25 12:50:19 2016 +0100 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Fri Nov 25 12:50:19 2016 +0100 ---------------------------------------------------------------------- components/camel-firebase/pom.xml | 15 --------------- 1 file changed, 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e898247b/components/camel-firebase/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-firebase/pom.xml b/components/camel-firebase/pom.xml index e444bed..ad76990 100644 --- a/components/camel-firebase/pom.xml +++ b/components/camel-firebase/pom.xml @@ -17,7 +17,6 @@ <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> @@ -63,18 +62,4 @@ </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