Cleaned up pom to build as a bundle
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e780d530 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e780d530 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e780d530 Branch: refs/heads/master Commit: e780d5300928a31b9356b33c1a27deedf7c56776 Parents: 7930c7a Author: Mike Kennedy <michael.kenn...@ucr.edu> Authored: Sat May 30 23:51:38 2015 -0700 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Jun 1 08:55:13 2015 +0200 ---------------------------------------------------------------------- components/camel-slack/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e780d530/components/camel-slack/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-slack/pom.xml b/components/camel-slack/pom.xml index d88d690..dd4292b 100644 --- a/components/camel-slack/pom.xml +++ b/components/camel-slack/pom.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> @@ -16,6 +32,11 @@ <name>Camel :: Slack</name> <description>Camel Slack Support</description> + <properties> + <camel.osgi.export.pkg>org.apache.camel.component.slack.*</camel.osgi.export.pkg> + <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=slack</camel.osgi.export.service> + </properties> + <dependencies> <dependency>