Marcel Offermans | a962bc9 | 2009-11-21 17:59:33 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Marcel Offermans | aabb697 | 2011-04-27 10:13:39 +0000 | [diff] [blame] | 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
Marcel Offermans | a962bc9 | 2009-11-21 17:59:33 +0000 | [diff] [blame] | 10 | |
Marcel Offermans | aabb697 | 2011-04-27 10:13:39 +0000 | [diff] [blame] | 11 | http://www.apache.org/licenses/LICENSE-2.0 |
Marcel Offermans | e7951e3 | 2010-08-18 13:41:45 +0000 | [diff] [blame] | 12 | |
Marcel Offermans | aabb697 | 2011-04-27 10:13:39 +0000 | [diff] [blame] | 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
| 20 | <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"> |
| 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <parent> |
| 23 | <groupId>org.apache.felix</groupId> |
| 24 | <artifactId>felix-parent</artifactId> |
| 25 | <version>1.2.0</version> |
| 26 | <relativePath>../../pom/pom.xml</relativePath> |
| 27 | </parent> |
| 28 | <properties> |
| 29 | <osgi.version>4.2.0</osgi.version> |
| 30 | </properties> |
| 31 | <name>Apache Felix Dependency Manager</name> |
| 32 | <artifactId>org.apache.felix.dependencymanager</artifactId> |
Marcel Offermans | c1f25b2 | 2013-01-23 14:46:37 +0000 | [diff] [blame] | 33 | <version>3.1.1-SNAPSHOT</version> |
Marcel Offermans | aabb697 | 2011-04-27 10:13:39 +0000 | [diff] [blame] | 34 | <packaging>bundle</packaging> |
| 35 | <dependencies> |
Marcel Offermans | 227dd71 | 2011-04-19 07:14:22 +0000 | [diff] [blame] | 36 | <dependency> |
Marcel Offermans | aabb697 | 2011-04-27 10:13:39 +0000 | [diff] [blame] | 37 | <groupId>org.osgi</groupId> |
| 38 | <artifactId>org.osgi.core</artifactId> |
| 39 | <version>${osgi.version}</version> |
Marcel Offermans | 227dd71 | 2011-04-19 07:14:22 +0000 | [diff] [blame] | 40 | </dependency> |
Marcel Offermans | aabb697 | 2011-04-27 10:13:39 +0000 | [diff] [blame] | 41 | <dependency> |
| 42 | <groupId>org.osgi</groupId> |
| 43 | <artifactId>org.osgi.compendium</artifactId> |
| 44 | <version>${osgi.version}</version> |
| 45 | </dependency> |
| 46 | </dependencies> |
| 47 | <build> |
Marcel Offermans | 9dec17b | 2011-04-29 15:40:23 +0000 | [diff] [blame] | 48 | <resources> |
| 49 | <resource> |
| 50 | <directory>.</directory> |
| 51 | <targetPath>META-INF</targetPath> |
| 52 | <includes> |
| 53 | <include>LICENSE*</include> |
| 54 | <include>NOTICE*</include> |
| 55 | <include>DEPENDENCIES*</include> |
Marcel Offermans | 5f8fb37 | 2011-05-01 10:57:57 +0000 | [diff] [blame] | 56 | <include>*.txt</include> |
Marcel Offermans | 9dec17b | 2011-04-29 15:40:23 +0000 | [diff] [blame] | 57 | </includes> |
| 58 | </resource> |
| 59 | </resources> |
Marcel Offermans | aabb697 | 2011-04-27 10:13:39 +0000 | [diff] [blame] | 60 | <pluginManagement> |
| 61 | <plugins> |
| 62 | <plugin> |
| 63 | <groupId>org.apache.felix</groupId> |
| 64 | <artifactId>maven-bundle-plugin</artifactId> |
| 65 | <version>2.3.4</version> |
| 66 | <extensions>true</extensions> |
| 67 | </plugin> |
| 68 | </plugins> |
| 69 | </pluginManagement> |
| 70 | <plugins> |
| 71 | <!-- by default the dependency manager will run on any OSGi execution environment --> |
| 72 | <plugin> |
| 73 | <groupId>org.apache.maven.plugins</groupId> |
| 74 | <artifactId>maven-compiler-plugin</artifactId> |
| 75 | <configuration> |
| 76 | <target>1.3</target> |
| 77 | </configuration> |
| 78 | </plugin> |
| 79 | <plugin> |
| 80 | <groupId>org.apache.felix</groupId> |
| 81 | <artifactId>maven-bundle-plugin</artifactId> |
| 82 | <configuration> |
| 83 | <instructions> |
| 84 | <Bundle-SymbolicName>org.apache.felix.dependencymanager</Bundle-SymbolicName> |
| 85 | <Bundle-Name>Apache Felix Dependency Manager</Bundle-Name> |
Marcel Offermans | c2664ea | 2011-04-28 22:39:29 +0000 | [diff] [blame] | 86 | <Bundle-Description>Provides dynamic service and component dependency management.</Bundle-Description> |
Marcel Offermans | aabb697 | 2011-04-27 10:13:39 +0000 | [diff] [blame] | 87 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Marcel Offermans | cdd0f29 | 2011-05-10 09:58:52 +0000 | [diff] [blame] | 88 | <Export-Package>org.apache.felix.dm;version="3.0.0";provide:=true,org.apache.felix.dm.tracker;version="3.1.0";provide:=true</Export-Package> |
Marcel Offermans | aabb697 | 2011-04-27 10:13:39 +0000 | [diff] [blame] | 89 | <Import-Package>*</Import-Package> |
| 90 | <Private-Package>org.apache.felix.dm.impl, org.apache.felix.dm.impl.*</Private-Package> |
| 91 | <!-- Uncomment this next line to include source code in the bundle. |
| 92 | <Include-Resource>src/main/java</Include-Resource> |
Marcel Offermans | 09e14aa | 2010-11-25 13:36:23 +0000 | [diff] [blame] | 93 | --> |
Marcel Offermans | aabb697 | 2011-04-27 10:13:39 +0000 | [diff] [blame] | 94 | </instructions> |
| 95 | </configuration> |
| 96 | </plugin> |
| 97 | </plugins> |
| 98 | </build> |
Marcel Offermans | a962bc9 | 2009-11-21 17:59:33 +0000 | [diff] [blame] | 99 | </project> |