blob: 68544874000e33a85ca4020fbcf9aed4bc327751 [file] [log] [blame]
Richard S. Hallb63426f2008-03-05 20:03:55 +00001<!--
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. Hall46e748d2010-08-03 13:25:34 +000020 <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 Escoffier19ba2f22009-05-03 08:16:01 +000026
Richard S. Hallb63426f2008-03-05 20:03:55 +000027 <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 Escoffier19ba2f22009-05-03 08:16:01 +000031 <url>http://felix.apache.org/site/apache-felix-file-install.html</url>
Guillaume Nodetb96845b2011-02-02 14:09:10 +000032 <version>3.1.11-SNAPSHOT</version>
Richard S. Hallb63426f2008-03-05 20:03:55 +000033 <artifactId>org.apache.felix.fileinstall</artifactId>
34 <dependencies>
35 <dependency>
Guillaume Nodetfb35af12009-12-16 09:28:31 +000036 <groupId>org.osgi</groupId>
Richard S. Hallb63426f2008-03-05 20:03:55 +000037 <artifactId>org.osgi.core</artifactId>
Guillaume Nodetf29e3482009-12-16 12:16:23 +000038 <version>4.1.0</version>
Richard S. Hallb63426f2008-03-05 20:03:55 +000039 </dependency>
40 <dependency>
Guillaume Nodetfb35af12009-12-16 09:28:31 +000041 <groupId>org.osgi</groupId>
Richard S. Hallb63426f2008-03-05 20:03:55 +000042 <artifactId>org.osgi.compendium</artifactId>
Guillaume Nodetf29e3482009-12-16 12:16:23 +000043 <version>4.1.0</version>
Richard S. Hallb63426f2008-03-05 20:03:55 +000044 </dependency>
Carsten Ziegeler8c2f61e2010-08-06 14:33:43 +000045 <dependency>
46 <groupId>org.apache.felix</groupId>
47 <artifactId>org.apache.felix.configadmin</artifactId>
Guillaume Nodet213efef2010-10-25 20:19:04 +000048 <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 Nodetea713b22010-11-03 12:59:53 +000054 <version>1.1.0</version>
Carsten Ziegeler8c2f61e2010-08-06 14:33:43 +000055 <scope>provided</scope>
56 </dependency>
Richard S. Hallb63426f2008-03-05 20:03:55 +000057 </dependencies>
58 <build>
59 <plugins>
60 <plugin>
61 <groupId>org.apache.felix</groupId>
62 <artifactId>maven-bundle-plugin</artifactId>
Guillaume Nodet213efef2010-10-25 20:19:04 +000063 <version>2.1.0</version>
Richard S. Hallb63426f2008-03-05 20:03:55 +000064 <extensions>true</extensions>
65 <configuration>
66 <instructions>
Guillaume Nodeta4afb792009-09-03 13:39:34 +000067 <Export-Package>
Guillaume Nodetd567a242009-10-14 13:00:51 +000068 org.apache.felix.fileinstall;version=${project.version}
Guillaume Nodeta4afb792009-09-03 13:39:34 +000069 </Export-Package>
Stuart McCullochf3af5892009-09-03 17:22:01 +000070 <Private-Package>
Guillaume Nodet213efef2010-10-25 20:19:04 +000071 org.apache.felix.fileinstall.internal,
72 org.apache.felix.utils.properties,
Stuart McCullochf3af5892009-09-03 17:22:01 +000073 </Private-Package>
Guillaume Nodeta4afb792009-09-03 13:39:34 +000074 <Import-Package>
75 org.osgi.service.log;resolution:=optional,
Guillaume Nodetd567a242009-10-14 13:00:51 +000076 org.osgi.service.cm;resolution:=optional,
Guillaume Nodeta4afb792009-09-03 13:39:34 +000077 *
78 </Import-Package>
Guillaume Nodet213efef2010-10-25 20:19:04 +000079 <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 Nodet32a23242009-09-03 15:39:17 +000085 <Bundle-Activator>org.apache.felix.fileinstall.internal.FileInstall</Bundle-Activator>
Richard S. Hallb63426f2008-03-05 20:03:55 +000086 <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
Carsten Ziegeler90f0b9f2008-04-17 06:33:59 +000087 <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
Guillaume Nodeta4afb792009-09-03 13:39:34 +000088 <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
Carsten Ziegeler8c2f61e2010-08-06 14:33:43 +000089 <Embed-Dependency>
Guillaume Nodet213efef2010-10-25 20:19:04 +000090 org.apache.felix.configadmin;inline="org/apache/felix/cm/file/ConfigurationHandler.*",
91 org.apache.felix.utils;inline="org/apache/felix/utils/collections/DictionaryAsMap*.*"
Carsten Ziegeler8c2f61e2010-08-06 14:33:43 +000092 </Embed-Dependency>
Richard S. Hallb63426f2008-03-05 20:03:55 +000093 </instructions>
94 </configuration>
95 </plugin>
Richard S. Hall46e748d2010-08-03 13:25:34 +000096 <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. Hallb63426f2008-03-05 20:03:55 +0000111 </plugins>
112 </build>
Richard S. Hallb63426f2008-03-05 20:03:55 +0000113</project>