blob: 4778d3b5abf8f2dea6d0a0fb870a63f323c82cf9 [file] [log] [blame]
Carsten Ziegelerc19e17c2008-01-03 09:15:17 +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-->
Clement Escoffier4a12e332008-04-07 13:29:34 +000019<project>
Clement Escoffiere204c7a2013-03-12 14:27:45 +000020 <parent>
21 <groupId>org.apache.felix</groupId>
22 <artifactId>felix-parent</artifactId>
Clement Escoffiered4ca022013-03-13 15:27:20 +000023 <version>2.1</version>
Clement Escoffiere204c7a2013-03-12 14:27:45 +000024 <relativePath>../pom/pom.xml</relativePath>
25 </parent>
Clement Escoffier4a12e332008-04-07 13:29:34 +000026
Clement Escoffiere204c7a2013-03-12 14:27:45 +000027 <modelVersion>4.0.0</modelVersion>
28 <artifactId>iPOJO</artifactId>
Clement Escoffiere204c7a2013-03-12 14:27:45 +000029 <name>Apache Felix iPOJO ~ Reactor</name>
30 <version>1.5.0-SNAPSHOT</version>
31 <packaging>pom</packaging>
Clement Escoffierd638a4c2009-06-30 07:47:47 +000032
Clement Escoffierf7dc9412009-07-17 08:50:13 +000033 <modules>
Clement Escoffiere204c7a2013-03-12 14:27:45 +000034 <!-- main modules -->
35 <module>metadata</module>
36 <module>manipulator</module>
37 <module>runtime</module>
Clement Escoffierd638a4c2009-06-30 07:47:47 +000038
Clement Escoffiere204c7a2013-03-12 14:27:45 +000039 <!-- handlers -->
40 <module>handler/extender</module>
41 <module>handler/temporal</module>
42 <module>handler/eventadmin</module>
43 <module>handler/whiteboard</module>
44 <module>handler/jmx</module>
45 <module>handler/transaction</module>
46
47 <!-- tools -->
48 <module>arch</module>
Clement Escoffiere204c7a2013-03-12 14:27:45 +000049 <module>webconsole-plugin</module>
50
Clement Escoffier66924832013-04-21 09:34:01 +000051 <!-- distribution and tutorials -->
52 <module>distributions</module>
Clement Escoffiere204c7a2013-03-12 14:27:45 +000053 </modules>
54
Clement Escoffier31f25df2008-11-20 15:51:56 +000055 <build>
Clement Escoffiere204c7a2013-03-12 14:27:45 +000056 <plugins>
57 <plugin>
58 <groupId>org.codehaus.mojo</groupId>
59 <artifactId>rat-maven-plugin</artifactId>
60 <version>1.0-alpha-3</version>
61 <configuration>
62 <excludeSubProjects>true</excludeSubProjects>
63 <excludes>
64 <param>**/*</param>
65 </excludes>
66 </configuration>
67 </plugin>
68 </plugins>
69 </build>
Clement Escoffier31f25df2008-11-20 15:51:56 +000070
Clement Escoffierd638a4c2009-06-30 07:47:47 +000071
Clement Escoffiere204c7a2013-03-12 14:27:45 +000072 <reporting>
73 <plugins>
74 <plugin>
75 <groupId>org.apache.maven.plugins</groupId>
76 <artifactId>maven-javadoc-plugin</artifactId>
77 <configuration>
78 <aggregate>true</aggregate>
79 <show>private</show>
80 </configuration>
81 </plugin>
82 </plugins>
83 </reporting>
Clement Escoffierbbab55d2008-08-17 16:09:48 +000084
Clement Escoffierce0e1e52008-03-28 15:33:36 +000085</project>