Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | Licensed to the Apache Software Foundation (ASF) under one |
| 3 | or more contributor license agreements. See the NOTICE file |
| 4 | distributed with this work for additional information |
| 5 | regarding copyright ownership. The ASF licenses this file |
| 6 | to you under the Apache License, Version 2.0 (the |
| 7 | "License"); you may not use this file except in compliance |
| 8 | with the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, |
| 13 | software distributed under the License is distributed on an |
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | KIND, either express or implied. See the License for the |
| 16 | specific language governing permissions and limitations |
| 17 | under the License. |
| 18 | --> |
| 19 | <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/maven-v4_0_0.xsd"> |
Richard S. Hall | 7bf7a4d | 2010-08-03 13:25:34 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix-parent</artifactId> |
| 23 | <version>1.2.1</version> |
| 24 | <relativePath>../pom/pom.xml</relativePath> |
| 25 | </parent> |
Clement Escoffier | 8146652 | 2009-05-03 08:15:51 +0000 | [diff] [blame] | 26 | |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 27 | <modelVersion>4.0.0</modelVersion> |
| 28 | <packaging>bundle</packaging> |
| 29 | <name>Apache Felix File Install</name> |
| 30 | <description>A utility to automatically install bundles from a directory.</description> |
Clement Escoffier | 8146652 | 2009-05-03 08:15:51 +0000 | [diff] [blame] | 31 | <url>http://felix.apache.org/site/apache-felix-file-install.html</url> |
Guillaume Nodet | 960ca31 | 2011-02-02 14:11:50 +0000 | [diff] [blame] | 32 | <version>3.1.11-SNAPSHOT</version> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 33 | <artifactId>org.apache.felix.fileinstall</artifactId> |
| 34 | <dependencies> |
| 35 | <dependency> |
Guillaume Nodet | 93c943e | 2009-12-16 09:28:31 +0000 | [diff] [blame] | 36 | <groupId>org.osgi</groupId> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 37 | <artifactId>org.osgi.core</artifactId> |
Guillaume Nodet | 7e69095 | 2009-12-16 12:16:23 +0000 | [diff] [blame] | 38 | <version>4.1.0</version> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 39 | </dependency> |
| 40 | <dependency> |
Guillaume Nodet | 93c943e | 2009-12-16 09:28:31 +0000 | [diff] [blame] | 41 | <groupId>org.osgi</groupId> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 42 | <artifactId>org.osgi.compendium</artifactId> |
Guillaume Nodet | 7e69095 | 2009-12-16 12:16:23 +0000 | [diff] [blame] | 43 | <version>4.1.0</version> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 44 | </dependency> |
Carsten Ziegeler | c6e2439 | 2010-08-06 14:33:43 +0000 | [diff] [blame] | 45 | <dependency> |
| 46 | <groupId>org.apache.felix</groupId> |
| 47 | <artifactId>org.apache.felix.configadmin</artifactId> |
Guillaume Nodet | 3d144cd | 2010-10-25 20:19:04 +0000 | [diff] [blame] | 48 | <version>1.2.8</version> |
| 49 | <scope>provided</scope> |
| 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>org.apache.felix</groupId> |
| 53 | <artifactId>org.apache.felix.utils</artifactId> |
Guillaume Nodet | 998bf91 | 2010-11-03 12:59:53 +0000 | [diff] [blame] | 54 | <version>1.1.0</version> |
Carsten Ziegeler | c6e2439 | 2010-08-06 14:33:43 +0000 | [diff] [blame] | 55 | <scope>provided</scope> |
| 56 | </dependency> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 57 | </dependencies> |
| 58 | <build> |
| 59 | <plugins> |
| 60 | <plugin> |
| 61 | <groupId>org.apache.felix</groupId> |
| 62 | <artifactId>maven-bundle-plugin</artifactId> |
Guillaume Nodet | 3d144cd | 2010-10-25 20:19:04 +0000 | [diff] [blame] | 63 | <version>2.1.0</version> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 64 | <extensions>true</extensions> |
| 65 | <configuration> |
| 66 | <instructions> |
Guillaume Nodet | 472d23a | 2009-09-03 13:39:34 +0000 | [diff] [blame] | 67 | <Export-Package> |
Guillaume Nodet | a286157 | 2009-10-14 13:00:51 +0000 | [diff] [blame] | 68 | org.apache.felix.fileinstall;version=${project.version} |
Guillaume Nodet | 472d23a | 2009-09-03 13:39:34 +0000 | [diff] [blame] | 69 | </Export-Package> |
Stuart McCulloch | a96eeef | 2009-09-03 17:22:01 +0000 | [diff] [blame] | 70 | <Private-Package> |
Guillaume Nodet | 3d144cd | 2010-10-25 20:19:04 +0000 | [diff] [blame] | 71 | org.apache.felix.fileinstall.internal, |
| 72 | org.apache.felix.utils.properties, |
Stuart McCulloch | a96eeef | 2009-09-03 17:22:01 +0000 | [diff] [blame] | 73 | </Private-Package> |
Guillaume Nodet | 472d23a | 2009-09-03 13:39:34 +0000 | [diff] [blame] | 74 | <Import-Package> |
| 75 | org.osgi.service.log;resolution:=optional, |
Guillaume Nodet | a286157 | 2009-10-14 13:00:51 +0000 | [diff] [blame] | 76 | org.osgi.service.cm;resolution:=optional, |
Guillaume Nodet | 472d23a | 2009-09-03 13:39:34 +0000 | [diff] [blame] | 77 | * |
| 78 | </Import-Package> |
Guillaume Nodet | 3d144cd | 2010-10-25 20:19:04 +0000 | [diff] [blame] | 79 | <Include-Resource> |
| 80 | src/main/resources, |
| 81 | META-INF/LICENSE=LICENSE, |
| 82 | META-INF/NOTICE=NOTICE, |
| 83 | META-INF/DEPENDENCIES=DEPENDENCIES |
| 84 | </Include-Resource> |
Guillaume Nodet | 67bfa5f | 2009-09-03 15:39:17 +0000 | [diff] [blame] | 85 | <Bundle-Activator>org.apache.felix.fileinstall.internal.FileInstall</Bundle-Activator> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 86 | <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> |
Carsten Ziegeler | cf6e51b | 2008-04-17 06:33:59 +0000 | [diff] [blame] | 87 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Guillaume Nodet | 472d23a | 2009-09-03 13:39:34 +0000 | [diff] [blame] | 88 | <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy> |
Carsten Ziegeler | c6e2439 | 2010-08-06 14:33:43 +0000 | [diff] [blame] | 89 | <Embed-Dependency> |
Guillaume Nodet | 3d144cd | 2010-10-25 20:19:04 +0000 | [diff] [blame] | 90 | org.apache.felix.configadmin;inline="org/apache/felix/cm/file/ConfigurationHandler.*", |
| 91 | org.apache.felix.utils;inline="org/apache/felix/utils/collections/DictionaryAsMap*.*" |
Carsten Ziegeler | c6e2439 | 2010-08-06 14:33:43 +0000 | [diff] [blame] | 92 | </Embed-Dependency> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 93 | </instructions> |
| 94 | </configuration> |
| 95 | </plugin> |
Richard S. Hall | 7bf7a4d | 2010-08-03 13:25:34 +0000 | [diff] [blame] | 96 | <plugin> |
| 97 | <groupId>org.codehaus.mojo</groupId> |
| 98 | <artifactId>rat-maven-plugin</artifactId> |
| 99 | <configuration> |
| 100 | <excludeSubProjects>false</excludeSubProjects> |
| 101 | <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> |
| 102 | <useMavenDefaultExcludes>true</useMavenDefaultExcludes> |
| 103 | <excludes> |
| 104 | <param>doc/*</param> |
| 105 | <param>maven-eclipse.xml</param> |
| 106 | <param>.checkstyle</param> |
| 107 | <param>.externalToolBuilders/*</param> |
| 108 | </excludes> |
| 109 | </configuration> |
| 110 | </plugin> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 111 | </plugins> |
| 112 | </build> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 113 | </project> |