blob: 4ca9a5e65037e4cb0b05ebb81cee83446779c399 [file] [log] [blame]
Karl Pauls5c093752008-04-22 15:36:51 +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">
Alex Karasuluc15532e2006-03-06 19:42:54 +000020 <parent>
Alex Karasulu07d20492006-03-06 15:35:44 +000021 <groupId>org.apache.felix</groupId>
22 <artifactId>felix</artifactId>
Karl Pauls03c00142009-03-31 21:10:19 +000023 <version>1.0.4</version>
Karl Pauls589e2b32007-07-11 18:29:29 +000024 <relativePath>../pom/pom.xml</relativePath>
Alex Karasulu07d20492006-03-06 15:35:44 +000025 </parent>
26 <modelVersion>4.0.0</modelVersion>
Richard S. Hall1da4e542006-11-02 21:45:44 +000027 <packaging>bundle</packaging>
Alex Karasulu07d20492006-03-06 15:35:44 +000028 <name>Apache Felix Main</name>
29 <artifactId>org.apache.felix.main</artifactId>
Karl Pauls1b4b1d32009-04-26 21:08:39 +000030 <version>1.7.0-SNAPSHOT</version>
Alex Karasulu07d20492006-03-06 15:35:44 +000031 <dependencies>
32 <dependency>
33 <groupId>${pom.groupId}</groupId>
34 <artifactId>org.apache.felix.framework</artifactId>
Karl Paulse46039a2009-04-26 21:14:07 +000035 <version>1.7.0-SNAPSHOT</version>
Richard S. Hallc2c58042006-11-28 20:50:51 +000036 <exclusions>
37 <exclusion>
38 <groupId>${pom.groupId}</groupId>
39 <artifactId>org.osgi.core</artifactId>
40 </exclusion>
Richard S. Hall4a591ba2008-01-27 18:42:15 +000041 <exclusion>
Richard S. Hall487c44d2007-05-22 15:58:30 +000042 <groupId>${pom.groupId}</groupId>
43 <artifactId>org.osgi.compendium</artifactId>
Richard S. Hall4a591ba2008-01-27 18:42:15 +000044 </exclusion>
Richard S. Hallc2c58042006-11-28 20:50:51 +000045 </exclusions>
Alex Karasulu07d20492006-03-06 15:35:44 +000046 </dependency>
Karl Pauls4d82d2f2006-11-03 00:08:28 +000047 <dependency>
48 <groupId>${pom.groupId}</groupId>
49 <artifactId>org.apache.felix.shell</artifactId>
Karl Paulse46039a2009-04-26 21:14:07 +000050 <version>1.3.0-SNAPSHOT</version>
Richard S. Hallc2c58042006-11-28 20:50:51 +000051 <exclusions>
52 <exclusion>
53 <groupId>${pom.groupId}</groupId>
54 <artifactId>org.osgi.core</artifactId>
55 </exclusion>
56 </exclusions>
Karl Pauls4d82d2f2006-11-03 00:08:28 +000057 </dependency>
58 <dependency>
59 <groupId>${pom.groupId}</groupId>
60 <artifactId>org.apache.felix.shell.tui</artifactId>
Karl Paulse46039a2009-04-26 21:14:07 +000061 <version>1.3.0-SNAPSHOT</version>
Richard S. Hallc2c58042006-11-28 20:50:51 +000062 <exclusions>
63 <exclusion>
64 <groupId>${pom.groupId}</groupId>
65 <artifactId>org.osgi.core</artifactId>
66 </exclusion>
67 </exclusions>
Karl Pauls4d82d2f2006-11-03 00:08:28 +000068 </dependency>
69 <dependency>
70 <groupId>${pom.groupId}</groupId>
71 <artifactId>org.apache.felix.bundlerepository</artifactId>
Karl Paulse46039a2009-04-26 21:14:07 +000072 <version>1.5.0-SNAPSHOT</version>
Richard S. Hallc2c58042006-11-28 20:50:51 +000073 <exclusions>
74 <exclusion>
75 <groupId>${pom.groupId}</groupId>
76 <artifactId>org.osgi.core</artifactId>
77 </exclusion>
Richard S. Halld4d36cc2007-06-26 10:04:00 +000078 <exclusion>
Richard S. Hall4a591ba2008-01-27 18:42:15 +000079 <groupId>${pom.groupId}</groupId>
80 <artifactId>org.osgi.service.obr</artifactId>
81 </exclusion>
82 <exclusion>
Richard S. Halld4d36cc2007-06-26 10:04:00 +000083 <groupId>net.sf.kxml</groupId>
84 <artifactId>kxml2</artifactId>
85 </exclusion>
Richard S. Hallc2c58042006-11-28 20:50:51 +000086 </exclusions>
Karl Pauls4d82d2f2006-11-03 00:08:28 +000087 </dependency>
Alex Karasulu07d20492006-03-06 15:35:44 +000088 </dependencies>
Alex Karasuluc15532e2006-03-06 19:42:54 +000089 <properties>
Karl Paulse46039a2009-04-26 21:14:07 +000090 <log.level>4</log.level>
Richard S. Hall726b6162008-10-09 15:54:32 +000091 <dollar>$</dollar>
Alex Karasuluc15532e2006-03-06 19:42:54 +000092 </properties>
Stuart McCullochf202a822008-10-22 11:55:02 +000093 <profiles>
94 <profile>
95 <id>release</id>
96 <properties>
Stuart McCulloch1be6aa12008-11-07 14:20:52 +000097 <log.level>1</log.level>
Karl Pauls48d887c2009-04-26 20:54:43 +000098 <dollar>$</dollar>
Stuart McCullochf202a822008-10-22 11:55:02 +000099 </properties>
100 </profile>
101 </profiles>
Alex Karasulu07d20492006-03-06 15:35:44 +0000102 <build>
103 <plugins>
104 <plugin>
Richard S. Hall1da4e542006-11-02 21:45:44 +0000105 <groupId>org.apache.felix</groupId>
Richard S. Hall797bc982007-05-21 18:35:07 +0000106 <artifactId>maven-bundle-plugin</artifactId>
Karl Pauls60946d02008-08-31 22:15:50 +0000107 <version>1.4.3</version>
Richard S. Hall1da4e542006-11-02 21:45:44 +0000108 <extensions>true</extensions>
Alex Karasulu07d20492006-03-06 15:35:44 +0000109 <configuration>
Richard S. Hall1da4e542006-11-02 21:45:44 +0000110 <instructions>
Richard S. Hall27305522007-03-28 15:28:25 +0000111 <_donotcopy>(CVS|.svn|config.properties)</_donotcopy>
Richard S. Hall1da4e542006-11-02 21:45:44 +0000112 <Main-Class>org.apache.felix.main.Main</Main-Class>
Richard S. Hallf94a18f2008-09-23 16:25:54 +0000113 <Bundle-SymbolicName>org.apache.felix.main</Bundle-SymbolicName>
Richard S. Hall1da4e542006-11-02 21:45:44 +0000114 <Bundle-Name>Apache Felix</Bundle-Name>
115 <Bundle-Description>OSGi R4 framework.</Bundle-Description>
Carsten Ziegelercf6e51b2008-04-17 06:33:59 +0000116 <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
Richard S. Hall42cf9c92008-10-16 20:22:58 +0000117 <Embed-Dependency>*;artifactId=org.apache.felix.framework;inline=true</Embed-Dependency>
118 <Private-Package>org.apache.felix.main.*</Private-Package>
Richard S. Hall28caccf2008-11-18 00:05:07 +0000119 <Export-Package>!org.osgi.service.obr,org.osgi.*</Export-Package>
Richard S. Hall1da4e542006-11-02 21:45:44 +0000120 <Import-Package>!*</Import-Package>
Karl Pauls210c7672008-04-22 13:11:38 +0000121 <Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,{src/main/resources/}</Include-Resource>
Richard S. Hall1da4e542006-11-02 21:45:44 +0000122 </instructions>
Alex Karasulu07d20492006-03-06 15:35:44 +0000123 </configuration>
124 </plugin>
Alex Karasuluc15532e2006-03-06 19:42:54 +0000125 <plugin>
Karl Pauls03c00142009-03-31 21:10:19 +0000126 <groupId>org.codehaus.mojo</groupId>
127 <artifactId>rat-maven-plugin</artifactId>
128 <configuration>
129 <excludeSubProjects>false</excludeSubProjects>
130 <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
131 <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
132 <excludes>
133 <param>doc/*</param>
134 <param>maven-eclipse.xml</param>
135 <param>.checkstyle</param>
136 <param>.externalToolBuilders/*</param>
137 </excludes>
138 </configuration>
139 </plugin>
140 <plugin>
Karl Paulsaa573ad2007-07-19 19:09:54 +0000141 <groupId>org.apache.maven.plugins</groupId>
142 <artifactId>maven-dependency-plugin</artifactId>
143 <executions>
144 <execution>
Karl Pauls39f9e542007-09-12 18:18:40 +0000145 <id>unpack</id>
146 <phase>validate</phase>
147 <goals>
148 <goal>unpack</goal>
149 </goals>
150 <configuration>
151 <outputDirectory>${project.build.outputDirectory}</outputDirectory>
152 <artifactItems>
153 <artifactItem>
154 <groupId>${pom.groupId}</groupId>
155 <artifactId>org.apache.felix.framework</artifactId>
Karl Paulse46039a2009-04-26 21:14:07 +0000156 <version>1.7.0-SNAPSHOT</version>
Karl Pauls39f9e542007-09-12 18:18:40 +0000157 </artifactItem>
158 </artifactItems>
159 </configuration>
160 </execution>
161 <execution>
Karl Paulsaa573ad2007-07-19 19:09:54 +0000162 <id>copy</id>
163 <phase>install</phase>
164 <goals>
165 <goal>copy</goal>
166 </goals>
167 <configuration>
168 <artifactItems>
169 <artifactItem>
170 <groupId>${pom.groupId}</groupId>
171 <artifactId>org.apache.felix.shell</artifactId>
Karl Paulse46039a2009-04-26 21:14:07 +0000172 <version>1.3.0-SNAPSHOT</version>
Karl Paulsaa573ad2007-07-19 19:09:54 +0000173 <type>jar</type>
174 <overWrite>true</overWrite>
Karl Pauls2b8bd372008-04-22 13:13:49 +0000175 <outputDirectory>${project.build.directory}/bundle</outputDirectory>
Karl Paulsaa573ad2007-07-19 19:09:54 +0000176 </artifactItem>
177 <artifactItem>
178 <groupId>${pom.groupId}</groupId>
179 <artifactId>org.apache.felix.shell.tui</artifactId>
Karl Paulse46039a2009-04-26 21:14:07 +0000180 <version>1.3.0-SNAPSHOT</version>
Karl Paulsaa573ad2007-07-19 19:09:54 +0000181 <type>jar</type>
182 <overWrite>true</overWrite>
Karl Pauls2b8bd372008-04-22 13:13:49 +0000183 <outputDirectory>${project.build.directory}/bundle</outputDirectory>
Karl Paulsaa573ad2007-07-19 19:09:54 +0000184 </artifactItem>
185 <artifactItem>
186 <groupId>${pom.groupId}</groupId>
187 <artifactId>org.apache.felix.bundlerepository</artifactId>
Karl Paulse46039a2009-04-26 21:14:07 +0000188 <version>1.5.0-SNAPSHOT</version>
Karl Paulsaa573ad2007-07-19 19:09:54 +0000189 <type>jar</type>
190 <overWrite>true</overWrite>
Karl Pauls2b8bd372008-04-22 13:13:49 +0000191 <outputDirectory>${project.build.directory}/bundle</outputDirectory>
Karl Paulsaa573ad2007-07-19 19:09:54 +0000192 </artifactItem>
193 </artifactItems>
194 </configuration>
195 </execution>
196 </executions>
197 </plugin>
198 <plugin>
Alex Karasuluc15532e2006-03-06 19:42:54 +0000199 <artifactId>maven-antrun-plugin</artifactId>
200 <executions>
201 <execution>
202 <phase>install</phase>
203 <configuration>
204 <tasks>
Karl Pauls2b8bd372008-04-22 13:13:49 +0000205 <delete dir="${basedir}/bin" />
206 <mkdir dir="${basedir}/bin" />
207 <delete dir="${basedir}/conf" />
208 <mkdir dir="${basedir}/conf" />
209 <delete dir="${basedir}/bundle" />
210 <copy file="${basedir}/target/org.apache.felix.main-${pom.version}.jar" tofile="${basedir}/bin/felix.jar" />
211 <copy file="${basedir}/target/classes/config.properties" todir="${basedir}/conf" />
212 <move file="${basedir}/target/bundle" todir="${basedir}" />
Alex Karasuluc15532e2006-03-06 19:42:54 +0000213 </tasks>
214 </configuration>
215 <goals>
216 <goal>run</goal>
217 </goals>
218 </execution>
219 </executions>
220 </plugin>
Alex Karasulu07d20492006-03-06 15:35:44 +0000221 </plugins>
Alex Karasuluc15532e2006-03-06 19:42:54 +0000222 <resources>
223 <resource>
224 <directory>src/main/resources</directory>
225 <filtering>true</filtering>
226 </resource>
Richard S. Hall1da4e542006-11-02 21:45:44 +0000227 </resources>
Alex Karasulu07d20492006-03-06 15:35:44 +0000228 </build>
Karl Pauls250a7142008-04-22 13:27:15 +0000229</project>