blob: b5050286b05c841278e68eee57fd43c5189407a8 [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>
Richard S. Hall66b3b7e2006-10-18 22:07:17 +000052 <module>org.osgi.foundation</module>
Karl Paulsd69e8af2006-08-12 09:51:20 +000053 <module>framework</module>
54 <module>shell</module>
55 <module>shell.tui</module>
56 <module>shell.gui</module>
57 <module>shell.gui.plugin</module>
58 <module>bundlerepository</module>
59 <module>org.apache.felix.daemon</module>
60 <module>org.apache.felix.dependencymanager</module>
61 <module>main</module>
62
63 <module>examples</module>
64
65 <module>servicebinder</module>
66 <module>wireadmin</module>
67 <module>upnp.extra</module>
68 <module>upnp.basedriver</module>
69 <module>upnp.tester</module>
70 <module>upnp.sample.tv</module>
71 <module>upnp.sample.clock</module>
72 <module>upnp.sample.binaryLight</module>
73 <module>http.jetty</module>
74 <module>scr</module>
75 <module>eventadmin</module>
76 <module>eventadmin.bridge.upnp</module>
77 <module>eventadmin.bridge.configuration</module>
78 <module>eventadmin.bridge.useradmin</module>
79 <module>eventadmin.bridge.wireadmin</module>
Richard S. Hall0b8e3ba2006-10-25 13:26:32 +000080 <module>log</module>
Stephane Frenotab672472006-08-29 13:29:31 +000081
82 <module>tools/mangen</module>
83
Karl Paulsd69e8af2006-08-12 09:51:20 +000084 <module>ipojo</module>
85 <module>ipojo.metadata</module>
Stephane Frenotab672472006-08-29 13:29:31 +000086
Karl Paulsd69e8af2006-08-12 09:51:20 +000087 </modules>
88
Stephane Frenotab672472006-08-29 13:29:31 +000089 <profiles>
90 <profile>
91 <id>jdk1.5</id>
92 <activation>
93 <jdk>1.5</jdk>
94 </activation>
95 <modules>
96 <module>mosgi.console.ifc</module>
97 <module>mosgi.console.component</module>
98 <module>mosgi.console.gui</module>
99 <module>mosgi.jmx.agent</module>
100 <module>mosgi.jmx.httpconnector</module>
101 <module>mosgi.jmx.registry</module>
102 <module>mosgi.jmx.remotelogger</module>
103 <module>mosgi.jmx.rmiconnector</module>
104 <module>mosgi.managedelements.osgiprobes</module>
105 <module>mosgi.managedelements.osgiprobes.tab</module>
Stephane Frenot0f068b62006-08-30 11:12:48 +0000106 <module>mosgi.managedelements.bundlesprobes</module>
107 <module>mosgi.managedelements.bundlesprobes.tab</module>
Stephane Frenot593bac32006-08-30 12:42:49 +0000108 <module>mosgi.managedelements.obrprobe</module>
109 <module>mosgi.managedelements.obrprobe.tab</module>
Stephane Frenot8ed309a2006-08-31 14:04:13 +0000110 <module>mosgi.managedelements.memoryprobe</module>
Stephane Frenotab672472006-08-29 13:29:31 +0000111 <module>ipojo.plugin</module>
112 <module>ipojo.arch</module>
113 </modules>
114 </profile>
Stephane Frenotab672472006-08-29 13:29:31 +0000115 <profile>
116 <id>jdk1.4</id>
117 <activation>
118 <jdk>1.4</jdk>
119 </activation>
120 <modules>
121 <module>ipojo.plugin</module>
122 <module>ipojo.arch</module>
123 </modules>
124 </profile>
Stephane Frenotab672472006-08-29 13:29:31 +0000125 </profiles>
126
Stephane Frenote8c7a982006-09-28 15:46:53 +0000127 <!-- Specify a default version number for dependencies -->
128 <dependencyManagement>
129 <dependencies>
130 <dependency>
131 <groupId>org.apache.felix</groupId>
132 <artifactId>org.osgi.core</artifactId>
133 <version>0.8.0-SNAPSHOT</version>
134 </dependency>
135 <dependency>
136 <groupId>org.apache.felix</groupId>
137 <artifactId>org.osgi.compendium</artifactId>
138 <version>0.8.0-SNAPSHOT</version>
139 </dependency>
140 <dependency>
141 <groupId>org.apache.felix</groupId>
142 <artifactId>org.apache.felix.framework</artifactId>
143 <version>0.8.0-SNAPSHOT</version>
144 </dependency>
145 <dependency>
146 <groupId>org.apache.felix</groupId>
147 <artifactId>org.apache.felix.bundlerepository</artifactId>
148 <version>0.8.0-SNAPSHOT</version>
149 </dependency>
150 <dependency>
151 <groupId>org.apache.felix</groupId>
152 <artifactId>org.apache.felix.mosgi.jmx.registry</artifactId>
153 <version>0.9.0-SNAPSHOT</version>
154 </dependency>
155 <dependency>
156 <groupId>org.apache.felix</groupId>
157 <artifactId>org.apache.felix.mosgi.jmx.agent</artifactId>
158 <version>0.9.0-SNAPSHOT</version>
159 </dependency>
160 <dependency>
161 <groupId>org.apache.felix</groupId>
162 <artifactId>org.apache.felix.mosgi.console.ifc</artifactId>
163 <version>0.9.0-SNAPSHOT</version>
164 </dependency>
165 </dependencies>
166 </dependencyManagement>
167
Karl Paulsd69e8af2006-08-12 09:51:20 +0000168 <repositories>
169 <!-- For snapshots (no release jars or non-apache jars) -->
170 <repository>
171 <id>apache.snapshots</id>
172 <name>Apache Snapshot Repository</name>
173 <url>http://cvs.apache.org/maven-snapshot-repository</url>
174 </repository>
175
176 <repository>
177 <id>safehaus</id>
178 <name>Alternate Repository for Missing Ibiblio Artifacts</name>
179 <url>http://m2.safehaus.org</url>
180 </repository>
181 </repositories>
182
183 <distributionManagement>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000184 <site>
185 <id>felix website</id>
Marcel Offermansf6737032006-08-17 19:49:13 +0000186 <url>file:///${user.dir}/target/site-deployed/</url>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000187 </site>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000188 <snapshotRepository>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000189 <id>apache.snapshots</id>
Richard S. Halle0341b22006-10-20 19:15:10 +0000190 <name>Apache Snapshot Repository</name>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000191 <url>
Richard S. Halle0341b22006-10-20 19:15:10 +0000192 scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
Karl Paulsd69e8af2006-08-12 09:51:20 +0000193 </url>
194 </snapshotRepository>
195 <repository>
196 <name>ASF Mirrored M2 Distributions</name>
197 <id>apache.distributions</id>
198 <url>
199 scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository
200 </url>
201 </repository>
202 </distributionManagement>
203
204 <pluginRepositories>
205 <pluginRepository>
206 <id>apache.snapshots</id>
207 <name>snapshot plugins</name>
208 <url>
209 http://cvs.apache.org/maven-snapshot-repository
210 </url>
211 </pluginRepository>
212 </pluginRepositories>
213
214 <!-- definitions for testing -->
215 <dependencies>
216 <dependency>
217 <groupId>junit</groupId>
218 <artifactId>junit</artifactId>
219 <version>3.8.1</version>
220 <scope>test</scope>
221 </dependency>
222 <dependency>
223 <groupId>easymock</groupId>
224 <artifactId>easymock</artifactId>
225 <version>1.2_Java1.3</version>
226 <scope>test</scope>
227 </dependency>
228 </dependencies>
229 <build>
230 <plugins>
231 <plugin>
232 <groupId>org.apache.maven.plugins</groupId>
233 <artifactId>maven-compiler-plugin</artifactId>
234 <configuration>
235 <target>1.4</target>
236 </configuration>
237 </plugin>
238 <plugin>
239 <groupId>org.apache.maven.plugins</groupId>
240 <artifactId>maven-surefire-plugin</artifactId>
241 </plugin>
Stephane Frenotab672472006-08-29 13:29:31 +0000242 <!-- plugin>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000243 <groupId>org.apache.maven.plugins</groupId>
244 <artifactId>maven-surefire-report-plugin</artifactId>
Stephane Frenotab672472006-08-29 13:29:31 +0000245 </plugin -->
Karl Paulsd69e8af2006-08-12 09:51:20 +0000246 </plugins>
247 </build>
248 <reporting>
249 <plugins>
250 <plugin>
251 <groupId>org.apache.maven.plugins</groupId>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000252 <artifactId>maven-site-plugin</artifactId>
253 <configuration>
Marcel Offermans5dcb02c2006-08-17 20:58:34 +0000254 <templateDirectory>${user.dir}/src/site/</templateDirectory>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000255 <template>maven-site.vm</template>
256 </configuration>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000257 </plugin>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000258 <plugin>
259 <groupId>org.apache.maven.plugins</groupId>
260 <artifactId>maven-surefire-plugin</artifactId>
261 </plugin>
262 <plugin>
263 <groupId>org.codehaus.mojo</groupId>
264 <artifactId>jxr-maven-plugin</artifactId>
265 </plugin>
266 <plugin>
267 <groupId>org.apache.maven.plugins</groupId>
268 <artifactId>maven-project-info-reports-plugin</artifactId>
269 <reportSets>
270 <reportSet>
271 <reports>
272 <report>index</report>
273 <report>dependencies</report>
274 <report>project-team</report>
275 <report>mailing-list</report>
276 <report>issue-tracking</report>
277 <report>license</report>
278 <report>scm</report>
279 </reports>
280 </reportSet>
281 </reportSets>
282 </plugin>
283 <!--plugin>
284 <groupId>org.apache.maven.plugins</groupId>
285 <artifactId>maven-javadoc-plugin</artifactId>
286 <configuration>
287 <aggregate>true</aggregate>
288 </configuration>
289 </plugin-->
Karl Paulsd69e8af2006-08-12 09:51:20 +0000290 </plugins>
291 </reporting>
292</project>