Updated Branches: refs/heads/camel-2.11.x 13b0d4656 -> edffff63d
fixed the issues reported by apache-rat-plugin Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/edffff63 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/edffff63 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/edffff63 Branch: refs/heads/camel-2.11.x Commit: edffff63d241331a6047df7a9de4fa151f70f204 Parents: 13b0d46 Author: cmueller <[email protected]> Authored: Sat Jun 29 12:17:06 2013 +0200 Committer: cmueller <[email protected]> Committed: Sat Jun 29 12:17:06 2013 +0200 ---------------------------------------------------------------------- components/camel-ical/pom.xml | 17 +++++++++++++++++ .../src/main/data/message.xml | 4 ---- pom.xml | 1 + .../META-INF/m2e/lifecycle-mapping-metadata.xml | 17 +++++++++++++++++ 4 files changed, 35 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/edffff63/components/camel-ical/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ical/pom.xml b/components/camel-ical/pom.xml index 4f4c197..fc80201 100644 --- a/components/camel-ical/pom.xml +++ b/components/camel-ical/pom.xml @@ -1,3 +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"> http://git-wip-us.apache.org/repos/asf/camel/blob/edffff63/examples/camel-example-management/src/main/data/message.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-management/src/main/data/message.xml b/examples/camel-example-management/src/main/data/message.xml deleted file mode 100644 index 4b8530d..0000000 --- a/examples/camel-example-management/src/main/data/message.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<person> - <name>Claus</name> -</person> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/edffff63/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1f545db..4398294 100755 --- a/pom.xml +++ b/pom.xml @@ -191,6 +191,7 @@ <exclude>**/avro/**/*.avpr</exclude> <exclude>**/OSGI-INF/bundle.info</exclude> <exclude>**/test_rsa*</exclude> + <exclude>examples/*/src/data/**/*.xml</exclude> </excludes> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/camel/blob/edffff63/tooling/maven/camel-package-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/tooling/maven/camel-package-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml index 565f8d4..1cae827 100644 --- a/tooling/maven/camel-package-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml +++ b/tooling/maven/camel-package-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml @@ -1,3 +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. +--> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution>
