blob: d4a7645d635fee85b65841323b3de0be8a91ecd7 [file] [log] [blame]
Karl Paulsd69e8af2006-08-12 09:51:20 +00001<project>
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>org.apache.felix</groupId>
4 <artifactId>felix</artifactId>
5 <packaging>pom</packaging>
Marcel Offermans0ed87292006-08-17 19:10:30 +00006 <name>Apache Felix</name>
Karl Paulsd69e8af2006-08-12 09:51:20 +00007 <version>0.8.0-SNAPSHOT</version>
Marcel Offermans0ed87292006-08-17 19:10:30 +00008 <url>http://incubator.apache.org/felix/</url>
9 <description>Apache felix is an OSGi implementation.</description>
10
11 <issueManagement>
12 <system>Jira</system>
13 <url>http://issues.apache.org/jira/browse/FELIX</url>
14 </issueManagement>
15
16 <mailingLists>
17 <mailingList>
18 <name>Felix Dev</name>
19 <subscribe>felix-dev-subscribe@incubator.apache.org</subscribe>
20 <unsubscribe>felix-dev-unsubscribe@incubator.apache.org</unsubscribe>
21 <post>-</post>
22 <archive>http://www.mail-archive.com/felix-dev%40incubator.apache.org/</archive>
23 </mailingList>
24 <mailingList>
25 <name>Felix Commits</name>
26 <subscribe>felix-commits-subscribe@incubator.apache.org</subscribe>
27 <unsubscribe>felix-commits-unsubscribe@incubator.apache.org</unsubscribe>
28 <post>-</post>
29 <archive>http://www.mail-archive.com/felix-commits%40incubator.apache.org/</archive>
30 </mailingList>
31 </mailingLists>
32
33 <licenses>
34 <license>
35 <name>The Apache Software License, Version 2.0</name>
36 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
37 <distribution>repo</distribution>
38 </license>
39 </licenses>
40
41 <scm>
42 <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/felix</connection>
43 <developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/felix</developerConnection>
44 <url>http://cvs.apache.org/viewcvs.cgi/incubator/felix/?root=Apache-SVN</url>
45 </scm>
46
Karl Paulsd69e8af2006-08-12 09:51:20 +000047 <modules>
48 <module>tools/maven2/maven-osgi-plugin</module>
49 <module>javax.servlet</module>
50 <module>org.osgi.core</module>
51 <module>org.osgi.compendium</module>
52 <module>framework</module>
53 <module>shell</module>
54 <module>shell.tui</module>
55 <module>shell.gui</module>
56 <module>shell.gui.plugin</module>
57 <module>bundlerepository</module>
58 <module>org.apache.felix.daemon</module>
59 <module>org.apache.felix.dependencymanager</module>
60 <module>main</module>
61
62 <module>examples</module>
63
64 <module>servicebinder</module>
65 <module>wireadmin</module>
66 <module>upnp.extra</module>
67 <module>upnp.basedriver</module>
68 <module>upnp.tester</module>
69 <module>upnp.sample.tv</module>
70 <module>upnp.sample.clock</module>
71 <module>upnp.sample.binaryLight</module>
72 <module>http.jetty</module>
73 <module>scr</module>
74 <module>eventadmin</module>
75 <module>eventadmin.bridge.upnp</module>
76 <module>eventadmin.bridge.configuration</module>
77 <module>eventadmin.bridge.useradmin</module>
78 <module>eventadmin.bridge.wireadmin</module>
Stephane Frenotab672472006-08-29 13:29:31 +000079
80 <module>tools/mangen</module>
81
Karl Paulsd69e8af2006-08-12 09:51:20 +000082 <module>ipojo</module>
83 <module>ipojo.metadata</module>
Stephane Frenotab672472006-08-29 13:29:31 +000084
Karl Paulsd69e8af2006-08-12 09:51:20 +000085 </modules>
86
Stephane Frenotab672472006-08-29 13:29:31 +000087 <profiles>
88 <profile>
89 <id>jdk1.5</id>
90 <activation>
91 <jdk>1.5</jdk>
92 </activation>
93 <modules>
94 <module>mosgi.console.ifc</module>
95 <module>mosgi.console.component</module>
96 <module>mosgi.console.gui</module>
97 <module>mosgi.jmx.agent</module>
98 <module>mosgi.jmx.httpconnector</module>
99 <module>mosgi.jmx.registry</module>
100 <module>mosgi.jmx.remotelogger</module>
101 <module>mosgi.jmx.rmiconnector</module>
102 <module>mosgi.managedelements.osgiprobes</module>
103 <module>mosgi.managedelements.osgiprobes.tab</module>
Stephane Frenot0f068b62006-08-30 11:12:48 +0000104 <module>mosgi.managedelements.bundlesprobes</module>
105 <module>mosgi.managedelements.bundlesprobes.tab</module>
Stephane Frenot593bac32006-08-30 12:42:49 +0000106 <module>mosgi.managedelements.obrprobe</module>
107 <module>mosgi.managedelements.obrprobe.tab</module>
Stephane Frenot8ed309a2006-08-31 14:04:13 +0000108 <module>mosgi.managedelements.memoryprobe</module>
Stephane Frenotab672472006-08-29 13:29:31 +0000109 <module>ipojo.plugin</module>
110 <module>ipojo.arch</module>
111 </modules>
112 </profile>
Stephane Frenotab672472006-08-29 13:29:31 +0000113 <profile>
114 <id>jdk1.4</id>
115 <activation>
116 <jdk>1.4</jdk>
117 </activation>
118 <modules>
119 <module>ipojo.plugin</module>
120 <module>ipojo.arch</module>
121 </modules>
122 </profile>
Stephane Frenotab672472006-08-29 13:29:31 +0000123 </profiles>
124
Stephane Frenote8c7a982006-09-28 15:46:53 +0000125 <!-- Specify a default version number for dependencies -->
126 <dependencyManagement>
127 <dependencies>
128 <dependency>
129 <groupId>org.apache.felix</groupId>
130 <artifactId>org.osgi.core</artifactId>
131 <version>0.8.0-SNAPSHOT</version>
132 </dependency>
133 <dependency>
134 <groupId>org.apache.felix</groupId>
135 <artifactId>org.osgi.compendium</artifactId>
136 <version>0.8.0-SNAPSHOT</version>
137 </dependency>
138 <dependency>
139 <groupId>org.apache.felix</groupId>
140 <artifactId>org.apache.felix.framework</artifactId>
141 <version>0.8.0-SNAPSHOT</version>
142 </dependency>
143 <dependency>
144 <groupId>org.apache.felix</groupId>
145 <artifactId>org.apache.felix.bundlerepository</artifactId>
146 <version>0.8.0-SNAPSHOT</version>
147 </dependency>
148 <dependency>
149 <groupId>org.apache.felix</groupId>
150 <artifactId>org.apache.felix.mosgi.jmx.registry</artifactId>
151 <version>0.9.0-SNAPSHOT</version>
152 </dependency>
153 <dependency>
154 <groupId>org.apache.felix</groupId>
155 <artifactId>org.apache.felix.mosgi.jmx.agent</artifactId>
156 <version>0.9.0-SNAPSHOT</version>
157 </dependency>
158 <dependency>
159 <groupId>org.apache.felix</groupId>
160 <artifactId>org.apache.felix.mosgi.console.ifc</artifactId>
161 <version>0.9.0-SNAPSHOT</version>
162 </dependency>
163 </dependencies>
164 </dependencyManagement>
165
Karl Paulsd69e8af2006-08-12 09:51:20 +0000166 <repositories>
167 <!-- For snapshots (no release jars or non-apache jars) -->
168 <repository>
169 <id>apache.snapshots</id>
170 <name>Apache Snapshot Repository</name>
171 <url>http://cvs.apache.org/maven-snapshot-repository</url>
172 </repository>
173
174 <repository>
175 <id>safehaus</id>
176 <name>Alternate Repository for Missing Ibiblio Artifacts</name>
177 <url>http://m2.safehaus.org</url>
178 </repository>
179 </repositories>
180
181 <distributionManagement>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000182 <site>
183 <id>felix website</id>
Marcel Offermansf6737032006-08-17 19:49:13 +0000184 <url>file:///${user.dir}/target/site-deployed/</url>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000185 </site>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000186 <snapshotRepository>
187 <name>Apache Snapshots</name>
188 <id>apache.snapshots</id>
189 <url>
190 scp://apache.org/www/cvs.apache.org/maven-snapshot-repository
191 </url>
192 </snapshotRepository>
193 <repository>
194 <name>ASF Mirrored M2 Distributions</name>
195 <id>apache.distributions</id>
196 <url>
197 scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository
198 </url>
199 </repository>
200 </distributionManagement>
201
202 <pluginRepositories>
203 <pluginRepository>
204 <id>apache.snapshots</id>
205 <name>snapshot plugins</name>
206 <url>
207 http://cvs.apache.org/maven-snapshot-repository
208 </url>
209 </pluginRepository>
210 </pluginRepositories>
211
212 <!-- definitions for testing -->
213 <dependencies>
214 <dependency>
215 <groupId>junit</groupId>
216 <artifactId>junit</artifactId>
217 <version>3.8.1</version>
218 <scope>test</scope>
219 </dependency>
220 <dependency>
221 <groupId>easymock</groupId>
222 <artifactId>easymock</artifactId>
223 <version>1.2_Java1.3</version>
224 <scope>test</scope>
225 </dependency>
226 </dependencies>
227 <build>
228 <plugins>
229 <plugin>
230 <groupId>org.apache.maven.plugins</groupId>
231 <artifactId>maven-compiler-plugin</artifactId>
232 <configuration>
233 <target>1.4</target>
234 </configuration>
235 </plugin>
236 <plugin>
237 <groupId>org.apache.maven.plugins</groupId>
238 <artifactId>maven-surefire-plugin</artifactId>
239 </plugin>
Stephane Frenotab672472006-08-29 13:29:31 +0000240 <!-- plugin>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000241 <groupId>org.apache.maven.plugins</groupId>
242 <artifactId>maven-surefire-report-plugin</artifactId>
Stephane Frenotab672472006-08-29 13:29:31 +0000243 </plugin -->
Karl Paulsd69e8af2006-08-12 09:51:20 +0000244 </plugins>
245 </build>
246 <reporting>
247 <plugins>
248 <plugin>
249 <groupId>org.apache.maven.plugins</groupId>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000250 <artifactId>maven-site-plugin</artifactId>
251 <configuration>
Marcel Offermans5dcb02c2006-08-17 20:58:34 +0000252 <templateDirectory>${user.dir}/src/site/</templateDirectory>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000253 <template>maven-site.vm</template>
254 </configuration>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000255 </plugin>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000256 <plugin>
257 <groupId>org.apache.maven.plugins</groupId>
258 <artifactId>maven-surefire-plugin</artifactId>
259 </plugin>
260 <plugin>
261 <groupId>org.codehaus.mojo</groupId>
262 <artifactId>jxr-maven-plugin</artifactId>
263 </plugin>
264 <plugin>
265 <groupId>org.apache.maven.plugins</groupId>
266 <artifactId>maven-project-info-reports-plugin</artifactId>
267 <reportSets>
268 <reportSet>
269 <reports>
270 <report>index</report>
271 <report>dependencies</report>
272 <report>project-team</report>
273 <report>mailing-list</report>
274 <report>issue-tracking</report>
275 <report>license</report>
276 <report>scm</report>
277 </reports>
278 </reportSet>
279 </reportSets>
280 </plugin>
281 <!--plugin>
282 <groupId>org.apache.maven.plugins</groupId>
283 <artifactId>maven-javadoc-plugin</artifactId>
284 <configuration>
285 <aggregate>true</aggregate>
286 </configuration>
287 </plugin-->
Karl Paulsd69e8af2006-08-12 09:51:20 +0000288 </plugins>
289 </reporting>
290</project>