Karl Pauls | 5c09375 | 2008-04-22 15:36:51 +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 | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 20 | <parent> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix</artifactId> |
Carsten Ziegeler | 646b9f1 | 2008-01-16 07:44:32 +0000 | [diff] [blame] | 23 | <version>1.0.2</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> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 28 | <name>Apache Felix Main</name> |
| 29 | <artifactId>org.apache.felix.main</artifactId> |
Karl Pauls | 88fad97 | 2008-04-22 15:38:32 +0000 | [diff] [blame] | 30 | <version>1.1.0-SNAPSHOT</version> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 31 | <dependencies> |
| 32 | <dependency> |
| 33 | <groupId>${pom.groupId}</groupId> |
| 34 | <artifactId>org.apache.felix.framework</artifactId> |
Karl Pauls | 3ea0d52 | 2008-04-22 15:42:09 +0000 | [diff] [blame] | 35 | <version>1.1.0-SNAPSHOT</version> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 36 | <exclusions> |
| 37 | <exclusion> |
| 38 | <groupId>${pom.groupId}</groupId> |
| 39 | <artifactId>org.osgi.core</artifactId> |
| 40 | </exclusion> |
Richard S. Hall | 4a591ba | 2008-01-27 18:42:15 +0000 | [diff] [blame] | 41 | <exclusion> |
Richard S. Hall | 487c44d | 2007-05-22 15:58:30 +0000 | [diff] [blame] | 42 | <groupId>${pom.groupId}</groupId> |
| 43 | <artifactId>org.osgi.compendium</artifactId> |
Richard S. Hall | 4a591ba | 2008-01-27 18:42:15 +0000 | [diff] [blame] | 44 | </exclusion> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 45 | </exclusions> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 46 | </dependency> |
Karl Pauls | 4d82d2f | 2006-11-03 00:08:28 +0000 | [diff] [blame] | 47 | <dependency> |
| 48 | <groupId>${pom.groupId}</groupId> |
| 49 | <artifactId>org.apache.felix.shell</artifactId> |
Karl Pauls | 3ea0d52 | 2008-04-22 15:42:09 +0000 | [diff] [blame] | 50 | <version>1.1.0-SNAPSHOT</version> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 51 | <exclusions> |
| 52 | <exclusion> |
| 53 | <groupId>${pom.groupId}</groupId> |
| 54 | <artifactId>org.osgi.core</artifactId> |
| 55 | </exclusion> |
| 56 | </exclusions> |
Karl Pauls | 4d82d2f | 2006-11-03 00:08:28 +0000 | [diff] [blame] | 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>${pom.groupId}</groupId> |
| 60 | <artifactId>org.apache.felix.shell.tui</artifactId> |
Karl Pauls | 3ea0d52 | 2008-04-22 15:42:09 +0000 | [diff] [blame] | 61 | <version>1.1.0-SNAPSHOT</version> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 62 | <exclusions> |
| 63 | <exclusion> |
| 64 | <groupId>${pom.groupId}</groupId> |
| 65 | <artifactId>org.osgi.core</artifactId> |
| 66 | </exclusion> |
| 67 | </exclusions> |
Karl Pauls | 4d82d2f | 2006-11-03 00:08:28 +0000 | [diff] [blame] | 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>${pom.groupId}</groupId> |
| 71 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
Karl Pauls | 3ea0d52 | 2008-04-22 15:42:09 +0000 | [diff] [blame] | 72 | <version>1.1.0-SNAPSHOT</version> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 73 | <exclusions> |
| 74 | <exclusion> |
| 75 | <groupId>${pom.groupId}</groupId> |
| 76 | <artifactId>org.osgi.core</artifactId> |
| 77 | </exclusion> |
Richard S. Hall | d4d36cc | 2007-06-26 10:04:00 +0000 | [diff] [blame] | 78 | <exclusion> |
Richard S. Hall | 4a591ba | 2008-01-27 18:42:15 +0000 | [diff] [blame] | 79 | <groupId>${pom.groupId}</groupId> |
| 80 | <artifactId>org.osgi.service.obr</artifactId> |
| 81 | </exclusion> |
| 82 | <exclusion> |
Richard S. Hall | d4d36cc | 2007-06-26 10:04:00 +0000 | [diff] [blame] | 83 | <groupId>net.sf.kxml</groupId> |
| 84 | <artifactId>kxml2</artifactId> |
| 85 | </exclusion> |
Richard S. Hall | c2c5804 | 2006-11-28 20:50:51 +0000 | [diff] [blame] | 86 | </exclusions> |
Karl Pauls | 4d82d2f | 2006-11-03 00:08:28 +0000 | [diff] [blame] | 87 | </dependency> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 88 | </dependencies> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 89 | <properties> |
Karl Pauls | 2b8bd37 | 2008-04-22 13:13:49 +0000 | [diff] [blame] | 90 | <property name="install.home" value="${basedir.absolutePath}" /> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 91 | </properties> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 92 | <build> |
| 93 | <plugins> |
| 94 | <plugin> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 95 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 96 | <artifactId>maven-bundle-plugin</artifactId> |
Stuart McCulloch | 876ca72 | 2008-02-26 17:15:42 +0000 | [diff] [blame] | 97 | <version>1.4.0</version> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 98 | <extensions>true</extensions> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 99 | <configuration> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 100 | <instructions> |
Richard S. Hall | 2730552 | 2007-03-28 15:28:25 +0000 | [diff] [blame] | 101 | <_donotcopy>(CVS|.svn|config.properties)</_donotcopy> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 102 | <Main-Class>org.apache.felix.main.Main</Main-Class> |
| 103 | <Bundle-Name>Apache Felix</Bundle-Name> |
| 104 | <Bundle-Description>OSGi R4 framework.</Bundle-Description> |
Carsten Ziegeler | cf6e51b | 2008-04-17 06:33:59 +0000 | [diff] [blame] | 105 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Karl Pauls | 929bd6a | 2008-01-27 21:07:25 +0000 | [diff] [blame] | 106 | <Private-Package>org.apache.felix.main.*,org.apache.felix.moduleloader.*;-split-package:=merge-first,org.apache.felix.framework.*;-split-package:=merge-first,org.osgi.framework;-split-package:=merge-first,org.osgi.service.packageadmin;-split-package:=merge-first,org.osgi.service.startlevel;-split-package:=merge-first,org.osgi.service.url;-split-package:=merge-first,org.osgi.util.tracker;-split-package:=merge-first</Private-Package> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 107 | <Import-Package>!*</Import-Package> |
Karl Pauls | 210c767 | 2008-04-22 13:11:38 +0000 | [diff] [blame] | 108 | <Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,{src/main/resources/}</Include-Resource> |
Richard S. Hall | f78c6b6 | 2007-10-16 16:14:42 +0000 | [diff] [blame] | 109 | <!-- Include these properties here because we want them |
| 110 | substituted in the default.properties resource file |
| 111 | so that we only have to maintain one set of properties |
Richard S. Hall | 4d18a85 | 2007-10-16 16:17:19 +0000 | [diff] [blame] | 112 | and only for that reason. --> |
Richard S. Hall | f78c6b6 | 2007-10-16 16:14:42 +0000 | [diff] [blame] | 113 | <_include>src/main/resources/config.properties</_include> |
| 114 | <dollar>$</dollar> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 115 | </instructions> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 116 | </configuration> |
| 117 | </plugin> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 118 | <plugin> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 119 | <groupId>org.apache.maven.plugins</groupId> |
| 120 | <artifactId>maven-dependency-plugin</artifactId> |
| 121 | <executions> |
| 122 | <execution> |
Karl Pauls | 39f9e54 | 2007-09-12 18:18:40 +0000 | [diff] [blame] | 123 | <id>unpack</id> |
| 124 | <phase>validate</phase> |
| 125 | <goals> |
| 126 | <goal>unpack</goal> |
| 127 | </goals> |
| 128 | <configuration> |
| 129 | <outputDirectory>${project.build.outputDirectory}</outputDirectory> |
| 130 | <artifactItems> |
| 131 | <artifactItem> |
| 132 | <groupId>${pom.groupId}</groupId> |
| 133 | <artifactId>org.apache.felix.framework</artifactId> |
Karl Pauls | 3ea0d52 | 2008-04-22 15:42:09 +0000 | [diff] [blame] | 134 | <version>1.1.0-SNAPSHOT</version> |
Karl Pauls | 39f9e54 | 2007-09-12 18:18:40 +0000 | [diff] [blame] | 135 | </artifactItem> |
| 136 | </artifactItems> |
| 137 | </configuration> |
| 138 | </execution> |
| 139 | <execution> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 140 | <id>copy</id> |
| 141 | <phase>install</phase> |
| 142 | <goals> |
| 143 | <goal>copy</goal> |
| 144 | </goals> |
| 145 | <configuration> |
| 146 | <artifactItems> |
| 147 | <artifactItem> |
| 148 | <groupId>${pom.groupId}</groupId> |
| 149 | <artifactId>org.apache.felix.shell</artifactId> |
Karl Pauls | 3ea0d52 | 2008-04-22 15:42:09 +0000 | [diff] [blame] | 150 | <version>1.1.0-SNAPSHOT</version> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 151 | <type>jar</type> |
| 152 | <overWrite>true</overWrite> |
Karl Pauls | 2b8bd37 | 2008-04-22 13:13:49 +0000 | [diff] [blame] | 153 | <outputDirectory>${project.build.directory}/bundle</outputDirectory> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 154 | </artifactItem> |
| 155 | <artifactItem> |
| 156 | <groupId>${pom.groupId}</groupId> |
| 157 | <artifactId>org.apache.felix.shell.tui</artifactId> |
Karl Pauls | 3ea0d52 | 2008-04-22 15:42:09 +0000 | [diff] [blame] | 158 | <version>1.1.0-SNAPSHOT</version> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 159 | <type>jar</type> |
| 160 | <overWrite>true</overWrite> |
Karl Pauls | 2b8bd37 | 2008-04-22 13:13:49 +0000 | [diff] [blame] | 161 | <outputDirectory>${project.build.directory}/bundle</outputDirectory> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 162 | </artifactItem> |
| 163 | <artifactItem> |
| 164 | <groupId>${pom.groupId}</groupId> |
| 165 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
Karl Pauls | 3ea0d52 | 2008-04-22 15:42:09 +0000 | [diff] [blame] | 166 | <version>1.1.0-SNAPSHOT</version> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 167 | <type>jar</type> |
| 168 | <overWrite>true</overWrite> |
Karl Pauls | 2b8bd37 | 2008-04-22 13:13:49 +0000 | [diff] [blame] | 169 | <outputDirectory>${project.build.directory}/bundle</outputDirectory> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 170 | </artifactItem> |
| 171 | </artifactItems> |
| 172 | </configuration> |
| 173 | </execution> |
| 174 | </executions> |
| 175 | </plugin> |
| 176 | <plugin> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 177 | <artifactId>maven-antrun-plugin</artifactId> |
| 178 | <executions> |
| 179 | <execution> |
| 180 | <phase>install</phase> |
| 181 | <configuration> |
| 182 | <tasks> |
Karl Pauls | 2b8bd37 | 2008-04-22 13:13:49 +0000 | [diff] [blame] | 183 | <delete dir="${basedir}/bin" /> |
| 184 | <mkdir dir="${basedir}/bin" /> |
| 185 | <delete dir="${basedir}/conf" /> |
| 186 | <mkdir dir="${basedir}/conf" /> |
| 187 | <delete dir="${basedir}/bundle" /> |
| 188 | <copy file="${basedir}/target/org.apache.felix.main-${pom.version}.jar" tofile="${basedir}/bin/felix.jar" /> |
| 189 | <copy file="${basedir}/target/classes/config.properties" todir="${basedir}/conf" /> |
| 190 | <move file="${basedir}/target/bundle" todir="${basedir}" /> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 191 | </tasks> |
| 192 | </configuration> |
| 193 | <goals> |
| 194 | <goal>run</goal> |
| 195 | </goals> |
| 196 | </execution> |
| 197 | </executions> |
| 198 | </plugin> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 199 | </plugins> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 200 | <resources> |
| 201 | <resource> |
| 202 | <directory>src/main/resources</directory> |
| 203 | <filtering>true</filtering> |
| 204 | </resource> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 205 | </resources> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 206 | </build> |
Karl Pauls | 250a714 | 2008-04-22 13:27:15 +0000 | [diff] [blame] | 207 | </project> |