blob: 0553f45bb6745f3727d6e2e5538ba14563fd66d7 [file] [log] [blame]
Karl Pauls4ebe5082006-10-30 15:00:08 +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-->
Carsten Ziegeler4fec0962008-01-11 16:13:31 +000019<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. Halla2dc4512006-04-04 13:17:11 +000020 <parent>
21 <groupId>org.apache.felix</groupId>
Karl Pauls35d7e772009-09-06 21:53:35 +000022 <artifactId>felix-parent</artifactId>
Stuart McCulloch1714d162011-07-05 11:04:12 +000023 <version>2.1</version>
Karl Pauls589e2b32007-07-11 18:29:29 +000024 <relativePath>../pom/pom.xml</relativePath>
Richard S. Halla2dc4512006-04-04 13:17:11 +000025 </parent>
26 <modelVersion>4.0.0</modelVersion>
Richard S. Hall1da4e542006-11-02 21:45:44 +000027 <packaging>bundle</packaging>
28 <name>Apache Felix Bundle Repository</name>
29 <description>Bundle repository service.</description>
Richard S. Halla2dc4512006-04-04 13:17:11 +000030 <artifactId>org.apache.felix.bundlerepository</artifactId>
Stuart McCulloch7376dab2011-07-05 11:53:03 +000031 <version>1.6.7-SNAPSHOT</version>
Stuart McCulloch09786642011-07-01 18:38:20 +000032 <scm>
Stuart McCulloch7376dab2011-07-05 11:53:03 +000033 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/bundlerepository</connection>
34 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/bundlerepository</developerConnection>
35 <url>http://svn.apache.org/repos/asf/felix/trunk/bundlerepository</url>
Stuart McCulloch09786642011-07-01 18:38:20 +000036 </scm>
Richard S. Halla2dc4512006-04-04 13:17:11 +000037 <dependencies>
38 <dependency>
Stuart McCullochd96de342011-06-29 22:31:28 +000039 <groupId>${project.groupId}</groupId>
Guillaume Nodet8d5faf62010-03-19 15:32:17 +000040 <artifactId>org.apache.felix.utils</artifactId>
Richard S. Hall9d37e562011-09-21 15:51:22 +000041 <version>1.1.1-SNAPSHOT</version>
Guillaume Nodet8d5faf62010-03-19 15:32:17 +000042 <optional>true</optional>
43 </dependency>
44 <dependency>
Stuart McCullochd96de342011-06-29 22:31:28 +000045 <groupId>${project.groupId}</groupId>
Stuart McCulloch285fcc22007-09-24 19:54:42 +000046 <artifactId>org.osgi.service.obr</artifactId>
Guillaume Nodetc63f7ff2010-03-01 19:57:54 +000047 <version>1.0.2</version>
Guillaume Nodet686cb9b2010-02-22 20:07:08 +000048 <optional>true</optional>
Richard S. Halla2dc4512006-04-04 13:17:11 +000049 </dependency>
50 <dependency>
Stuart McCullochd96de342011-06-29 22:31:28 +000051 <groupId>${project.groupId}</groupId>
Richard S. Halla2dc4512006-04-04 13:17:11 +000052 <artifactId>org.apache.felix.shell</artifactId>
Richard S. Hall25ea8bf2009-12-09 21:41:29 +000053 <version>1.4.1</version>
Guillaume Nodet686cb9b2010-02-22 20:07:08 +000054 <optional>true</optional>
Richard S. Halla2dc4512006-04-04 13:17:11 +000055 </dependency>
56 <dependency>
Michael E. Rodriguez406386d2007-03-20 02:56:45 +000057 <groupId>net.sf.kxml</groupId>
Richard S. Halla2dc4512006-04-04 13:17:11 +000058 <artifactId>kxml2</artifactId>
Guillaume Nodet8d5faf62010-03-19 15:32:17 +000059 <version>2.3.0</version>
Guillaume Nodet686cb9b2010-02-22 20:07:08 +000060 <optional>true</optional>
Guillaume Nodet5e1b3a62010-03-18 08:30:03 +000061 <exclusions>
62 <exclusion>
63 <groupId>xmlpull</groupId>
64 <artifactId>xmlpull</artifactId>
65 </exclusion>
66 </exclusions>
Richard S. Halla2dc4512006-04-04 13:17:11 +000067 </dependency>
Richard S. Hall552d60b2008-07-31 20:19:21 +000068 <dependency>
Karl Pauls1d7fb592009-09-30 21:05:27 +000069 <groupId>org.osgi</groupId>
Richard S. Hall552d60b2008-07-31 20:19:21 +000070 <artifactId>org.osgi.compendium</artifactId>
Karl Pauls1d7fb592009-09-30 21:05:27 +000071 <version>4.0.0</version>
Richard S. Hall552d60b2008-07-31 20:19:21 +000072 <optional>true</optional>
73 </dependency>
Karl Pauls1d7fb592009-09-30 21:05:27 +000074 <dependency>
75 <groupId>org.osgi</groupId>
76 <artifactId>org.osgi.core</artifactId>
77 <version>4.1.0</version>
78 </dependency>
Guillaume Nodet389b81a2010-02-19 14:22:52 +000079 <dependency>
80 <groupId>org.codehaus.woodstox</groupId>
81 <artifactId>woodstox-core-asl</artifactId>
82 <version>4.0.7</version>
Guillaume Nodet686cb9b2010-02-22 20:07:08 +000083 <optional>true</optional>
Guillaume Nodet389b81a2010-02-19 14:22:52 +000084 </dependency>
Guillaume Nodet66b87bd2010-02-23 11:34:29 +000085 <dependency>
86 <groupId>org.easymock</groupId>
87 <artifactId>easymock</artifactId>
88 <version>2.4</version>
89 </dependency>
Richard S. Halla2dc4512006-04-04 13:17:11 +000090 </dependencies>
91 <build>
92 <plugins>
93 <plugin>
Richard S. Hall1da4e542006-11-02 21:45:44 +000094 <groupId>org.apache.felix</groupId>
Richard S. Hall797bc982007-05-21 18:35:07 +000095 <artifactId>maven-bundle-plugin</artifactId>
Stuart McCullochcb954e52011-06-29 22:38:10 +000096 <version>2.3.4</version>
Richard S. Halla2dc4512006-04-04 13:17:11 +000097 <extensions>true</extensions>
98 <configuration>
Richard S. Hall1da4e542006-11-02 21:45:44 +000099 <instructions>
Guillaume Nodet6aa72242010-02-26 00:14:51 +0000100 <Export-Package>org.apache.felix.bundlerepository;version="2.0"</Export-Package>
Guillaume Nodet5e1b3a62010-03-18 08:30:03 +0000101 <Private-Package>
102 org.kxml2.io,
103 org.xmlpull.v1,
Guillaume Nodet8d5faf62010-03-19 15:32:17 +0000104 org.apache.felix.bundlerepository.impl.*,
105 org.apache.felix.utils.*
Guillaume Nodet5e1b3a62010-03-18 08:30:03 +0000106 </Private-Package>
Guillaume Nodet6aa72242010-02-26 00:14:51 +0000107 <Import-Package>!javax.xml.parsers,!org.xml.sax,org.osgi.service.log;resolution:=optional,org.osgi.service.obr;resolution:=optional,javax.xml.stream;resolution:=optional,*</Import-Package>
Richard S. Halld178c1c2006-11-30 14:33:25 +0000108 <DynamicImport-Package>org.apache.felix.shell</DynamicImport-Package>
Stuart McCullochd96de342011-06-29 22:31:28 +0000109 <Bundle-Activator>${project.artifactId}.impl.Activator</Bundle-Activator>
Felix Meschberger0f37e7c2008-09-29 07:17:07 +0000110 <Bundle-DocURL>http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html</Bundle-DocURL>
Felix Meschberger7d3f0ed2008-08-28 15:55:16 +0000111 <Bundle-Url>http://felix.apache.org/site/downloads.cgi</Bundle-Url>
112 <Bundle-Source>http://felix.apache.org/site/downloads.cgi</Bundle-Source>
Stuart McCullochd96de342011-06-29 22:31:28 +0000113 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
Carsten Ziegelercf6e51b2008-04-17 06:33:59 +0000114 <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
Guillaume Nodet6aa72242010-02-26 00:14:51 +0000115 <Export-Service>org.apache.felix.bundlerepository.RepositoryAdmin,org.osgi.service.obr.RepositoryAdmin</Export-Service>
116 <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
Guillaume Nodetaa1eb1f2011-03-18 13:13:28 +0000117 <Include-Resource>META-INF/LICENSE=LICENSE,META-INF/LICENSE.kxml2=LICENSE.kxml2,META-INF/NOTICE=NOTICE,META-INF/DEPENDENCIES=DEPENDENCIES</Include-Resource>
Richard S. Hall1da4e542006-11-02 21:45:44 +0000118 </instructions>
Richard S. Halla2dc4512006-04-04 13:17:11 +0000119 </configuration>
120 </plugin>
Karl Pauls7d134272009-03-31 21:04:00 +0000121 <plugin>
Stuart McCullochcb954e52011-06-29 22:38:10 +0000122 <groupId>org.apache.rat</groupId>
123 <artifactId>apache-rat-plugin</artifactId>
Karl Pauls7d134272009-03-31 21:04:00 +0000124 <configuration>
125 <excludeSubProjects>false</excludeSubProjects>
126 <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
127 <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
128 <excludes>
129 <param>doc/*</param>
130 <param>maven-eclipse.xml</param>
131 <param>.checkstyle</param>
132 <param>.externalToolBuilders/*</param>
133 </excludes>
134 </configuration>
135 </plugin>
Richard S. Halla2dc4512006-04-04 13:17:11 +0000136 </plugins>
137 </build>
Richard S. Halla2dc4512006-04-04 13:17:11 +0000138</project>