Karl Pauls | 4ebe508 | 2006-10-30 15:00:08 +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 | --> |
Carsten Ziegeler | 4fec096 | 2008-01-11 16:13:31 +0000 | [diff] [blame] | 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"> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
Karl Pauls | 5f39864 | 2009-05-10 21:44:42 +0000 | [diff] [blame] | 22 | <artifactId>felix-parent</artifactId> |
Carsten Ziegeler | 90d7d7c | 2015-07-29 06:21:27 +0000 | [diff] [blame] | 23 | <version>3</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 24 | <relativePath>../pom/pom.xml</relativePath> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 27 | <packaging>bundle</packaging> |
Richard S. Hall | 6748ac7 | 2006-12-07 20:30:11 +0000 | [diff] [blame] | 28 | <name>Apache Felix Framework</name> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 29 | <artifactId>org.apache.felix.framework</artifactId> |
Karl Pauls | fee78d9 | 2015-10-13 15:23:20 +0000 | [diff] [blame] | 30 | <version>5.5.0-SNAPSHOT</version> |
Richard S. Hall | 42cf9c9 | 2008-10-16 20:22:58 +0000 | [diff] [blame] | 31 | <properties> |
| 32 | <dollar>$</dollar> |
Carsten Ziegeler | 90d7d7c | 2015-07-29 06:21:27 +0000 | [diff] [blame] | 33 | <felix.java.version>6</felix.java.version> |
Richard S. Hall | 42cf9c9 | 2008-10-16 20:22:58 +0000 | [diff] [blame] | 34 | </properties> |
Carsten Ziegeler | 3314f91 | 2014-07-30 07:22:32 +0000 | [diff] [blame] | 35 | <scm> |
Karl Pauls | fee78d9 | 2015-10-13 15:23:20 +0000 | [diff] [blame] | 36 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/framework</connection> |
| 37 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/framework</developerConnection> |
| 38 | <url>http://svn.apache.org/repos/asf/felix/framework</url> |
Carsten Ziegeler | 3314f91 | 2014-07-30 07:22:32 +0000 | [diff] [blame] | 39 | </scm> |
| 40 | |
Alex Karasulu | 5cfd2a0 | 2006-03-09 14:15:38 +0000 | [diff] [blame] | 41 | <build> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 42 | <plugins> |
| 43 | <plugin> |
| 44 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 45 | <artifactId>maven-bundle-plugin</artifactId> |
Karl Pauls | b1091f9 | 2014-07-09 15:51:35 +0000 | [diff] [blame] | 46 | <version>2.5.0</version> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 47 | <extensions>true</extensions> |
| 48 | <configuration> |
| 49 | <instructions> |
Richard S. Hall | f94a18f | 2008-09-23 16:25:54 +0000 | [diff] [blame] | 50 | <Bundle-SymbolicName>org.apache.felix.framework</Bundle-SymbolicName> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 51 | <Bundle-Name>Apache Felix Framework</Bundle-Name> |
A. J. David Bosschaert | e208867 | 2015-06-12 21:09:36 +0000 | [diff] [blame] | 52 | <Bundle-Description>OSGi R6 framework implementation.</Bundle-Description> |
Carsten Ziegeler | cf6e51b | 2008-04-17 06:33:59 +0000 | [diff] [blame] | 53 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Carsten Ziegeler | 3314f91 | 2014-07-30 07:22:32 +0000 | [diff] [blame] | 54 | <Export-Package> |
| 55 | org.osgi.framework.*;-split-package:=merge-first, |
Karl Pauls | ff38178 | 2015-04-20 14:28:06 +0000 | [diff] [blame] | 56 | org.osgi.resource;-split-package:=first, |
| 57 | org.osgi.resource.dto;-split-package:=first, |
| 58 | org.osgi.service.packageadmin;-split-package:=first, |
| 59 | org.osgi.service.startlevel;-split-package:=first, |
Carsten Ziegeler | 90d7d7c | 2015-07-29 06:21:27 +0000 | [diff] [blame] | 60 | org.osgi.service.url;-split-package:=first, |
Karl Pauls | ff38178 | 2015-04-20 14:28:06 +0000 | [diff] [blame] | 61 | org.osgi.service.resolver, |
| 62 | org.osgi.util.tracker;-split-package:=first, |
Carsten Ziegeler | 3314f91 | 2014-07-30 07:22:32 +0000 | [diff] [blame] | 63 | org.osgi.dto |
| 64 | </Export-Package> |
Guillaume Nodet | 70fed46 | 2015-03-17 09:39:09 +0000 | [diff] [blame] | 65 | <Private-Package>org.apache.felix.framework.*, org.apache.felix.resolver.*</Private-Package> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 66 | <Import-Package>!*</Import-Package> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 67 | </instructions> |
| 68 | </configuration> |
| 69 | </plugin> |
Karl Pauls | 62ff7ab | 2009-03-31 21:06:46 +0000 | [diff] [blame] | 70 | <plugin> |
Karl Pauls | 1795e46 | 2011-09-22 09:52:47 +0000 | [diff] [blame] | 71 | <groupId>org.apache.rat</groupId> |
| 72 | <artifactId>apache-rat-plugin</artifactId> |
| 73 | <executions> |
| 74 | <execution> |
| 75 | <phase>verify</phase> |
| 76 | <goals> |
| 77 | <goal>check</goal> |
| 78 | </goals> |
| 79 | </execution> |
| 80 | </executions> |
| 81 | <configuration> |
| 82 | <includes> |
| 83 | <include>src/**</include> |
| 84 | </includes> |
| 85 | <excludes> |
| 86 | <exclude>src/main/appended-resources/**</exclude> |
| 87 | <exclude>src/**/packageinfo</exclude> |
| 88 | <exclude>src/main/resources/META-INF/services/org.osgi.framework.launch.FrameworkFactory</exclude> |
Richard S. Hall | 567b714 | 2011-09-22 14:44:04 +0000 | [diff] [blame] | 89 | <exclude>src/main/resources/org/apache/felix/framework/Felix.properties</exclude> |
Karl Pauls | 1795e46 | 2011-09-22 09:52:47 +0000 | [diff] [blame] | 90 | </excludes> |
| 91 | </configuration> |
Karl Pauls | 62ff7ab | 2009-03-31 21:06:46 +0000 | [diff] [blame] | 92 | </plugin> |
Karl Pauls | 024ce7c | 2014-07-09 13:52:21 +0000 | [diff] [blame] | 93 | <plugin> |
| 94 | <groupId>org.apache.maven.plugins</groupId> |
| 95 | <artifactId>maven-source-plugin</artifactId> |
| 96 | <executions> |
| 97 | <execution> |
| 98 | <id>attach-sources</id> |
| 99 | <goals> |
| 100 | <goal>jar</goal> |
| 101 | </goals> |
| 102 | </execution> |
| 103 | </executions> |
| 104 | </plugin> |
Karl Pauls | de2bdc3 | 2014-07-09 16:02:06 +0000 | [diff] [blame] | 105 | <plugin> |
Karl Pauls | d354665 | 2014-07-09 16:05:13 +0000 | [diff] [blame] | 106 | <groupId>org.apache.maven.plugins</groupId> |
| 107 | <artifactId>maven-javadoc-plugin</artifactId> |
| 108 | <configuration> |
| 109 | <failOnError>false</failOnError> |
| 110 | </configuration> |
Karl Pauls | de2bdc3 | 2014-07-09 16:02:06 +0000 | [diff] [blame] | 111 | </plugin> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 112 | </plugins> |
Richard S. Hall | c5208b4 | 2011-09-21 20:15:38 +0000 | [diff] [blame] | 113 | <resources> |
Richard S. Hall | c5208b4 | 2011-09-21 20:15:38 +0000 | [diff] [blame] | 114 | <resource> |
| 115 | <directory>src/main/resources</directory> |
| 116 | <filtering>true</filtering> |
| 117 | </resource> |
Richard S. Hall | c5208b4 | 2011-09-21 20:15:38 +0000 | [diff] [blame] | 118 | </resources> |
Karl Pauls | 58db9f0 | 2008-04-22 12:38:04 +0000 | [diff] [blame] | 119 | </build> |
Carsten Ziegeler | 3314f91 | 2014-07-30 07:22:32 +0000 | [diff] [blame] | 120 | <dependencies> |
| 121 | <dependency> |
| 122 | <groupId>org.osgi</groupId> |
| 123 | <artifactId>org.osgi.annotation</artifactId> |
| 124 | <version>6.0.0</version> |
| 125 | <scope>provided</scope> |
| 126 | </dependency> |
Bob Paulin | 062cf80 | 2015-01-07 13:39:11 +0000 | [diff] [blame] | 127 | <dependency> |
Guillaume Nodet | 70fed46 | 2015-03-17 09:39:09 +0000 | [diff] [blame] | 128 | <groupId>org.apache.felix</groupId> |
| 129 | <artifactId>org.apache.felix.resolver</artifactId> |
Karl Pauls | c03cbeb | 2015-10-13 15:32:49 +0000 | [diff] [blame] | 130 | <version>1.9.0-SNAPSHOT</version> |
Guillaume Nodet | 70fed46 | 2015-03-17 09:39:09 +0000 | [diff] [blame] | 131 | <scope>provided</scope> |
| 132 | </dependency> |
| 133 | <dependency> |
Bob Paulin | 062cf80 | 2015-01-07 13:39:11 +0000 | [diff] [blame] | 134 | <groupId>org.ow2.asm</groupId> |
| 135 | <artifactId>asm-all</artifactId> |
| 136 | <version>4.2</version> |
| 137 | <scope>test</scope> |
| 138 | </dependency> |
Carsten Ziegeler | 3314f91 | 2014-07-30 07:22:32 +0000 | [diff] [blame] | 139 | </dependencies> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 140 | </project> |