camel-solr test headless to not popup a java ui during testing
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c6c7ddb3 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c6c7ddb3 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c6c7ddb3 Branch: refs/heads/camel-2.12.x Commit: c6c7ddb3af4b4db3468ffebec5ef8be38858f8b7 Parents: daf1c72 Author: Claus Ibsen <[email protected]> Authored: Sun Nov 10 18:14:48 2013 +0100 Committer: Claus Ibsen <[email protected]> Committed: Sun Nov 10 18:15:51 2013 +0100 ---------------------------------------------------------------------- components/camel-solr/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c6c7ddb3/components/camel-solr/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml index 4e48a30..2d0ea47 100644 --- a/components/camel-solr/pom.xml +++ b/components/camel-solr/pom.xml @@ -34,6 +34,7 @@ org.apache.camel.component.solr.*;${camel.osgi.version} </camel.osgi.export.pkg> <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=solr</camel.osgi.export.service> + <java.awt.headless>true</java.awt.headless> </properties> <dependencies>
