blob: 52965996e51c09474776f5e33f919bb0ba6cbfac [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-->
Karl Paulsd69e8af2006-08-12 09:51:20 +000019<project>
20 <modelVersion>4.0.0</modelVersion>
21 <groupId>org.apache.felix</groupId>
22 <artifactId>felix</artifactId>
23 <packaging>pom</packaging>
Marcel Offermans0ed87292006-08-17 19:10:30 +000024 <name>Apache Felix</name>
Karl Paulsd69e8af2006-08-12 09:51:20 +000025 <version>0.8.0-SNAPSHOT</version>
Marcel Offermans0ed87292006-08-17 19:10:30 +000026 <url>http://incubator.apache.org/felix/</url>
27 <description>Apache felix is an OSGi implementation.</description>
28
29 <issueManagement>
30 <system>Jira</system>
31 <url>http://issues.apache.org/jira/browse/FELIX</url>
32 </issueManagement>
33
34 <mailingLists>
35 <mailingList>
36 <name>Felix Dev</name>
37 <subscribe>felix-dev-subscribe@incubator.apache.org</subscribe>
38 <unsubscribe>felix-dev-unsubscribe@incubator.apache.org</unsubscribe>
39 <post>-</post>
40 <archive>http://www.mail-archive.com/felix-dev%40incubator.apache.org/</archive>
41 </mailingList>
42 <mailingList>
43 <name>Felix Commits</name>
44 <subscribe>felix-commits-subscribe@incubator.apache.org</subscribe>
45 <unsubscribe>felix-commits-unsubscribe@incubator.apache.org</unsubscribe>
46 <post>-</post>
47 <archive>http://www.mail-archive.com/felix-commits%40incubator.apache.org/</archive>
48 </mailingList>
49 </mailingLists>
50
51 <licenses>
52 <license>
53 <name>The Apache Software License, Version 2.0</name>
54 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
55 <distribution>repo</distribution>
56 </license>
57 </licenses>
58
59 <scm>
60 <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/felix</connection>
61 <developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/felix</developerConnection>
62 <url>http://cvs.apache.org/viewcvs.cgi/incubator/felix/?root=Apache-SVN</url>
63 </scm>
64
Karl Paulsd69e8af2006-08-12 09:51:20 +000065 <modules>
66 <module>tools/maven2/maven-osgi-plugin</module>
67 <module>javax.servlet</module>
68 <module>org.osgi.core</module>
69 <module>org.osgi.compendium</module>
Richard S. Hall66b3b7e2006-10-18 22:07:17 +000070 <module>org.osgi.foundation</module>
Karl Paulsd69e8af2006-08-12 09:51:20 +000071 <module>framework</module>
72 <module>shell</module>
73 <module>shell.tui</module>
74 <module>shell.gui</module>
75 <module>shell.gui.plugin</module>
76 <module>bundlerepository</module>
77 <module>org.apache.felix.daemon</module>
78 <module>org.apache.felix.dependencymanager</module>
79 <module>main</module>
80
81 <module>examples</module>
82
83 <module>servicebinder</module>
84 <module>wireadmin</module>
85 <module>upnp.extra</module>
86 <module>upnp.basedriver</module>
87 <module>upnp.tester</module>
88 <module>upnp.sample.tv</module>
89 <module>upnp.sample.clock</module>
90 <module>upnp.sample.binaryLight</module>
91 <module>http.jetty</module>
92 <module>scr</module>
93 <module>eventadmin</module>
94 <module>eventadmin.bridge.upnp</module>
95 <module>eventadmin.bridge.configuration</module>
96 <module>eventadmin.bridge.useradmin</module>
97 <module>eventadmin.bridge.wireadmin</module>
Richard S. Hall0b8e3ba2006-10-25 13:26:32 +000098 <module>log</module>
Stephane Frenotab672472006-08-29 13:29:31 +000099
100 <module>tools/mangen</module>
101
Karl Paulsd69e8af2006-08-12 09:51:20 +0000102 <module>ipojo</module>
103 <module>ipojo.metadata</module>
Stephane Frenotab672472006-08-29 13:29:31 +0000104
Karl Paulsd69e8af2006-08-12 09:51:20 +0000105 </modules>
106
Stephane Frenotab672472006-08-29 13:29:31 +0000107 <profiles>
108 <profile>
109 <id>jdk1.5</id>
110 <activation>
111 <jdk>1.5</jdk>
112 </activation>
113 <modules>
114 <module>mosgi.console.ifc</module>
115 <module>mosgi.console.component</module>
116 <module>mosgi.console.gui</module>
117 <module>mosgi.jmx.agent</module>
118 <module>mosgi.jmx.httpconnector</module>
119 <module>mosgi.jmx.registry</module>
120 <module>mosgi.jmx.remotelogger</module>
121 <module>mosgi.jmx.rmiconnector</module>
122 <module>mosgi.managedelements.osgiprobes</module>
123 <module>mosgi.managedelements.osgiprobes.tab</module>
Stephane Frenot0f068b62006-08-30 11:12:48 +0000124 <module>mosgi.managedelements.bundlesprobes</module>
125 <module>mosgi.managedelements.bundlesprobes.tab</module>
Stephane Frenot593bac32006-08-30 12:42:49 +0000126 <module>mosgi.managedelements.obrprobe</module>
127 <module>mosgi.managedelements.obrprobe.tab</module>
Stephane Frenot8ed309a2006-08-31 14:04:13 +0000128 <module>mosgi.managedelements.memoryprobe</module>
Stephane Frenotab672472006-08-29 13:29:31 +0000129 <module>ipojo.plugin</module>
130 <module>ipojo.arch</module>
131 </modules>
132 </profile>
Stephane Frenotab672472006-08-29 13:29:31 +0000133 <profile>
134 <id>jdk1.4</id>
135 <activation>
136 <jdk>1.4</jdk>
137 </activation>
138 <modules>
139 <module>ipojo.plugin</module>
140 <module>ipojo.arch</module>
141 </modules>
142 </profile>
Stephane Frenotab672472006-08-29 13:29:31 +0000143 </profiles>
144
Stephane Frenote8c7a982006-09-28 15:46:53 +0000145 <!-- Specify a default version number for dependencies -->
146 <dependencyManagement>
147 <dependencies>
148 <dependency>
149 <groupId>org.apache.felix</groupId>
150 <artifactId>org.osgi.core</artifactId>
151 <version>0.8.0-SNAPSHOT</version>
152 </dependency>
153 <dependency>
154 <groupId>org.apache.felix</groupId>
155 <artifactId>org.osgi.compendium</artifactId>
156 <version>0.8.0-SNAPSHOT</version>
157 </dependency>
158 <dependency>
159 <groupId>org.apache.felix</groupId>
160 <artifactId>org.apache.felix.framework</artifactId>
161 <version>0.8.0-SNAPSHOT</version>
162 </dependency>
163 <dependency>
164 <groupId>org.apache.felix</groupId>
165 <artifactId>org.apache.felix.bundlerepository</artifactId>
166 <version>0.8.0-SNAPSHOT</version>
167 </dependency>
168 <dependency>
169 <groupId>org.apache.felix</groupId>
170 <artifactId>org.apache.felix.mosgi.jmx.registry</artifactId>
171 <version>0.9.0-SNAPSHOT</version>
172 </dependency>
173 <dependency>
174 <groupId>org.apache.felix</groupId>
175 <artifactId>org.apache.felix.mosgi.jmx.agent</artifactId>
176 <version>0.9.0-SNAPSHOT</version>
177 </dependency>
178 <dependency>
179 <groupId>org.apache.felix</groupId>
180 <artifactId>org.apache.felix.mosgi.console.ifc</artifactId>
181 <version>0.9.0-SNAPSHOT</version>
182 </dependency>
183 </dependencies>
184 </dependencyManagement>
185
Karl Paulsd69e8af2006-08-12 09:51:20 +0000186 <repositories>
187 <!-- For snapshots (no release jars or non-apache jars) -->
188 <repository>
189 <id>apache.snapshots</id>
190 <name>Apache Snapshot Repository</name>
191 <url>http://cvs.apache.org/maven-snapshot-repository</url>
192 </repository>
193
194 <repository>
195 <id>safehaus</id>
196 <name>Alternate Repository for Missing Ibiblio Artifacts</name>
197 <url>http://m2.safehaus.org</url>
198 </repository>
199 </repositories>
200
201 <distributionManagement>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000202 <site>
203 <id>felix website</id>
Marcel Offermansf6737032006-08-17 19:49:13 +0000204 <url>file:///${user.dir}/target/site-deployed/</url>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000205 </site>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000206 <snapshotRepository>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000207 <id>apache.snapshots</id>
Richard S. Halle0341b22006-10-20 19:15:10 +0000208 <name>Apache Snapshot Repository</name>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000209 <url>
Richard S. Halle0341b22006-10-20 19:15:10 +0000210 scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
Karl Paulsd69e8af2006-08-12 09:51:20 +0000211 </url>
212 </snapshotRepository>
213 <repository>
214 <name>ASF Mirrored M2 Distributions</name>
215 <id>apache.distributions</id>
216 <url>
217 scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository
218 </url>
219 </repository>
220 </distributionManagement>
221
222 <pluginRepositories>
223 <pluginRepository>
224 <id>apache.snapshots</id>
225 <name>snapshot plugins</name>
226 <url>
227 http://cvs.apache.org/maven-snapshot-repository
228 </url>
229 </pluginRepository>
230 </pluginRepositories>
231
232 <!-- definitions for testing -->
233 <dependencies>
234 <dependency>
235 <groupId>junit</groupId>
236 <artifactId>junit</artifactId>
237 <version>3.8.1</version>
238 <scope>test</scope>
239 </dependency>
240 <dependency>
241 <groupId>easymock</groupId>
242 <artifactId>easymock</artifactId>
243 <version>1.2_Java1.3</version>
244 <scope>test</scope>
245 </dependency>
246 </dependencies>
247 <build>
248 <plugins>
249 <plugin>
250 <groupId>org.apache.maven.plugins</groupId>
251 <artifactId>maven-compiler-plugin</artifactId>
252 <configuration>
253 <target>1.4</target>
254 </configuration>
255 </plugin>
256 <plugin>
257 <groupId>org.apache.maven.plugins</groupId>
258 <artifactId>maven-surefire-plugin</artifactId>
259 </plugin>
Stephane Frenotab672472006-08-29 13:29:31 +0000260 <!-- plugin>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000261 <groupId>org.apache.maven.plugins</groupId>
262 <artifactId>maven-surefire-report-plugin</artifactId>
Stephane Frenotab672472006-08-29 13:29:31 +0000263 </plugin -->
Karl Paulsd69e8af2006-08-12 09:51:20 +0000264 </plugins>
265 </build>
266 <reporting>
267 <plugins>
268 <plugin>
269 <groupId>org.apache.maven.plugins</groupId>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000270 <artifactId>maven-site-plugin</artifactId>
271 <configuration>
Marcel Offermans5dcb02c2006-08-17 20:58:34 +0000272 <templateDirectory>${user.dir}/src/site/</templateDirectory>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000273 <template>maven-site.vm</template>
274 </configuration>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000275 </plugin>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000276 <plugin>
277 <groupId>org.apache.maven.plugins</groupId>
278 <artifactId>maven-surefire-plugin</artifactId>
279 </plugin>
280 <plugin>
281 <groupId>org.codehaus.mojo</groupId>
282 <artifactId>jxr-maven-plugin</artifactId>
283 </plugin>
284 <plugin>
285 <groupId>org.apache.maven.plugins</groupId>
286 <artifactId>maven-project-info-reports-plugin</artifactId>
287 <reportSets>
288 <reportSet>
289 <reports>
290 <report>index</report>
291 <report>dependencies</report>
292 <report>project-team</report>
293 <report>mailing-list</report>
294 <report>issue-tracking</report>
295 <report>license</report>
296 <report>scm</report>
297 </reports>
298 </reportSet>
299 </reportSets>
300 </plugin>
301 <!--plugin>
302 <groupId>org.apache.maven.plugins</groupId>
303 <artifactId>maven-javadoc-plugin</artifactId>
304 <configuration>
305 <aggregate>true</aggregate>
306 </configuration>
307 </plugin-->
Karl Paulsd69e8af2006-08-12 09:51:20 +0000308 </plugins>
309 </reporting>
310</project>