blob: e806d916884ce8ec244c83706b6f533d22660efd [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>
Stephane Frenotab672472006-08-29 13:29:31 +000080
81 <module>tools/mangen</module>
82
Karl Paulsd69e8af2006-08-12 09:51:20 +000083 <module>ipojo</module>
84 <module>ipojo.metadata</module>
Stephane Frenotab672472006-08-29 13:29:31 +000085
Karl Paulsd69e8af2006-08-12 09:51:20 +000086 </modules>
87
Stephane Frenotab672472006-08-29 13:29:31 +000088 <profiles>
89 <profile>
90 <id>jdk1.5</id>
91 <activation>
92 <jdk>1.5</jdk>
93 </activation>
94 <modules>
95 <module>mosgi.console.ifc</module>
96 <module>mosgi.console.component</module>
97 <module>mosgi.console.gui</module>
98 <module>mosgi.jmx.agent</module>
99 <module>mosgi.jmx.httpconnector</module>
100 <module>mosgi.jmx.registry</module>
101 <module>mosgi.jmx.remotelogger</module>
102 <module>mosgi.jmx.rmiconnector</module>
103 <module>mosgi.managedelements.osgiprobes</module>
104 <module>mosgi.managedelements.osgiprobes.tab</module>
Stephane Frenot0f068b62006-08-30 11:12:48 +0000105 <module>mosgi.managedelements.bundlesprobes</module>
106 <module>mosgi.managedelements.bundlesprobes.tab</module>
Stephane Frenot593bac32006-08-30 12:42:49 +0000107 <module>mosgi.managedelements.obrprobe</module>
108 <module>mosgi.managedelements.obrprobe.tab</module>
Stephane Frenot8ed309a2006-08-31 14:04:13 +0000109 <module>mosgi.managedelements.memoryprobe</module>
Stephane Frenotab672472006-08-29 13:29:31 +0000110 <module>ipojo.plugin</module>
111 <module>ipojo.arch</module>
112 </modules>
113 </profile>
Stephane Frenotab672472006-08-29 13:29:31 +0000114 <profile>
115 <id>jdk1.4</id>
116 <activation>
117 <jdk>1.4</jdk>
118 </activation>
119 <modules>
120 <module>ipojo.plugin</module>
121 <module>ipojo.arch</module>
122 </modules>
123 </profile>
Stephane Frenotab672472006-08-29 13:29:31 +0000124 </profiles>
125
Stephane Frenote8c7a982006-09-28 15:46:53 +0000126 <!-- Specify a default version number for dependencies -->
127 <dependencyManagement>
128 <dependencies>
129 <dependency>
130 <groupId>org.apache.felix</groupId>
131 <artifactId>org.osgi.core</artifactId>
132 <version>0.8.0-SNAPSHOT</version>
133 </dependency>
134 <dependency>
135 <groupId>org.apache.felix</groupId>
136 <artifactId>org.osgi.compendium</artifactId>
137 <version>0.8.0-SNAPSHOT</version>
138 </dependency>
139 <dependency>
140 <groupId>org.apache.felix</groupId>
141 <artifactId>org.apache.felix.framework</artifactId>
142 <version>0.8.0-SNAPSHOT</version>
143 </dependency>
144 <dependency>
145 <groupId>org.apache.felix</groupId>
146 <artifactId>org.apache.felix.bundlerepository</artifactId>
147 <version>0.8.0-SNAPSHOT</version>
148 </dependency>
149 <dependency>
150 <groupId>org.apache.felix</groupId>
151 <artifactId>org.apache.felix.mosgi.jmx.registry</artifactId>
152 <version>0.9.0-SNAPSHOT</version>
153 </dependency>
154 <dependency>
155 <groupId>org.apache.felix</groupId>
156 <artifactId>org.apache.felix.mosgi.jmx.agent</artifactId>
157 <version>0.9.0-SNAPSHOT</version>
158 </dependency>
159 <dependency>
160 <groupId>org.apache.felix</groupId>
161 <artifactId>org.apache.felix.mosgi.console.ifc</artifactId>
162 <version>0.9.0-SNAPSHOT</version>
163 </dependency>
164 </dependencies>
165 </dependencyManagement>
166
Karl Paulsd69e8af2006-08-12 09:51:20 +0000167 <repositories>
168 <!-- For snapshots (no release jars or non-apache jars) -->
169 <repository>
170 <id>apache.snapshots</id>
171 <name>Apache Snapshot Repository</name>
172 <url>http://cvs.apache.org/maven-snapshot-repository</url>
173 </repository>
174
175 <repository>
176 <id>safehaus</id>
177 <name>Alternate Repository for Missing Ibiblio Artifacts</name>
178 <url>http://m2.safehaus.org</url>
179 </repository>
180 </repositories>
181
182 <distributionManagement>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000183 <site>
184 <id>felix website</id>
Marcel Offermansf6737032006-08-17 19:49:13 +0000185 <url>file:///${user.dir}/target/site-deployed/</url>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000186 </site>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000187 <snapshotRepository>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000188 <id>apache.snapshots</id>
Richard S. Halle0341b22006-10-20 19:15:10 +0000189 <name>Apache Snapshot Repository</name>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000190 <url>
Richard S. Halle0341b22006-10-20 19:15:10 +0000191 scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
Karl Paulsd69e8af2006-08-12 09:51:20 +0000192 </url>
193 </snapshotRepository>
194 <repository>
195 <name>ASF Mirrored M2 Distributions</name>
196 <id>apache.distributions</id>
197 <url>
198 scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository
199 </url>
200 </repository>
201 </distributionManagement>
202
203 <pluginRepositories>
204 <pluginRepository>
205 <id>apache.snapshots</id>
206 <name>snapshot plugins</name>
207 <url>
208 http://cvs.apache.org/maven-snapshot-repository
209 </url>
210 </pluginRepository>
211 </pluginRepositories>
212
213 <!-- definitions for testing -->
214 <dependencies>
215 <dependency>
216 <groupId>junit</groupId>
217 <artifactId>junit</artifactId>
218 <version>3.8.1</version>
219 <scope>test</scope>
220 </dependency>
221 <dependency>
222 <groupId>easymock</groupId>
223 <artifactId>easymock</artifactId>
224 <version>1.2_Java1.3</version>
225 <scope>test</scope>
226 </dependency>
227 </dependencies>
228 <build>
229 <plugins>
230 <plugin>
231 <groupId>org.apache.maven.plugins</groupId>
232 <artifactId>maven-compiler-plugin</artifactId>
233 <configuration>
234 <target>1.4</target>
235 </configuration>
236 </plugin>
237 <plugin>
238 <groupId>org.apache.maven.plugins</groupId>
239 <artifactId>maven-surefire-plugin</artifactId>
240 </plugin>
Stephane Frenotab672472006-08-29 13:29:31 +0000241 <!-- plugin>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000242 <groupId>org.apache.maven.plugins</groupId>
243 <artifactId>maven-surefire-report-plugin</artifactId>
Stephane Frenotab672472006-08-29 13:29:31 +0000244 </plugin -->
Karl Paulsd69e8af2006-08-12 09:51:20 +0000245 </plugins>
246 </build>
247 <reporting>
248 <plugins>
249 <plugin>
250 <groupId>org.apache.maven.plugins</groupId>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000251 <artifactId>maven-site-plugin</artifactId>
252 <configuration>
Marcel Offermans5dcb02c2006-08-17 20:58:34 +0000253 <templateDirectory>${user.dir}/src/site/</templateDirectory>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000254 <template>maven-site.vm</template>
255 </configuration>
Karl Paulsd69e8af2006-08-12 09:51:20 +0000256 </plugin>
Marcel Offermans0ed87292006-08-17 19:10:30 +0000257 <plugin>
258 <groupId>org.apache.maven.plugins</groupId>
259 <artifactId>maven-surefire-plugin</artifactId>
260 </plugin>
261 <plugin>
262 <groupId>org.codehaus.mojo</groupId>
263 <artifactId>jxr-maven-plugin</artifactId>
264 </plugin>
265 <plugin>
266 <groupId>org.apache.maven.plugins</groupId>
267 <artifactId>maven-project-info-reports-plugin</artifactId>
268 <reportSets>
269 <reportSet>
270 <reports>
271 <report>index</report>
272 <report>dependencies</report>
273 <report>project-team</report>
274 <report>mailing-list</report>
275 <report>issue-tracking</report>
276 <report>license</report>
277 <report>scm</report>
278 </reports>
279 </reportSet>
280 </reportSets>
281 </plugin>
282 <!--plugin>
283 <groupId>org.apache.maven.plugins</groupId>
284 <artifactId>maven-javadoc-plugin</artifactId>
285 <configuration>
286 <aggregate>true</aggregate>
287 </configuration>
288 </plugin-->
Karl Paulsd69e8af2006-08-12 09:51:20 +0000289 </plugins>
290 </reporting>
291</project>