blob: 44b3aee0aa9ae175997e2fb05ef4fdc26055e839 [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 Escoffier65fd7342008-04-07 13:29:34 +000019<project>
20 <parent>
21 <groupId>org.apache.felix</groupId>
Clement Escoffierce123392009-04-30 14:00:40 +000022 <artifactId>felix-parent</artifactId>
Clement Escoffier5ab0b442010-04-16 13:54:16 +000023 <version>1.2.1</version>
Clement Escoffiere50ede52008-03-28 15:33:36 +000024 <relativePath>../pom/pom.xml</relativePath>
Clement Escoffier65fd7342008-04-07 13:29:34 +000025 </parent>
26
27 <modelVersion>4.0.0</modelVersion>
28 <artifactId>iPOJO</artifactId>
29 <groupId>org.apache.felix</groupId>
Clement Escoffier488a15f2012-02-09 10:54:41 +000030 <name>Apache Felix iPOJO ~ Reactor</name>
Clement Escoffier4cb4ff32009-08-14 12:11:19 +000031 <version>1.5.0-SNAPSHOT</version>
Clement Escoffier65fd7342008-04-07 13:29:34 +000032 <packaging>pom</packaging>
Clement Escoffier317d2dc2009-06-30 07:47:47 +000033
Clement Escoffier88d6b592009-07-17 08:50:13 +000034 <modules>
35 <module>metadata</module>
36 <module>manipulator</module>
Clement Escoffier9944de22012-04-15 19:14:20 +000037 <module>runtime</module>
Clement Escoffier88d6b592009-07-17 08:50:13 +000038 <module>arch</module>
Clement Escoffier88d6b592009-07-17 08:50:13 +000039 <module>handler/extender</module>
40 <module>handler/temporal</module>
41 <module>handler/eventadmin</module>
42 <module>handler/whiteboard</module>
Clement Escoffier9944de22012-04-15 19:14:20 +000043 <module>handler/jmx</module>
44 <module>handler/transaction</module>
Clement Escoffier88d6b592009-07-17 08:50:13 +000045 <module>api</module>
Clement Escoffier9944de22012-04-15 19:14:20 +000046 <module>arch-gogo</module>
47 <module>webconsole-plugin</module>
Clement Escoffierf22819a2010-09-25 12:41:07 +000048 <!-- remove junit4osgi during the release process
Clement Escoffier14bbbb22010-04-12 06:27:58 +000049 <module>junit4osgi</module> -->
Clement Escoffier88d6b592009-07-17 08:50:13 +000050 </modules>
Clement Escoffier317d2dc2009-06-30 07:47:47 +000051
Clement Escoffier65fd7342008-04-07 13:29:34 +000052 <profiles>
Clement Escoffier9944de22012-04-15 19:14:20 +000053 <profile>
54 <id>examples</id>
55 <modules>
56 <module>examples</module>
57 </modules>
58 </profile>
59 <profile>
60 <id>tests</id>
61 <modules>
62 <module>tests</module>
63 </modules>
64 </profile>
Clement Escoffiere50ede52008-03-28 15:33:36 +000065 </profiles>
Clement Escoffier317d2dc2009-06-30 07:47:47 +000066
Clement Escoffierb8fe1372008-11-20 15:51:56 +000067 <build>
68 <plugins>
69 <plugin>
70 <groupId>org.codehaus.mojo</groupId>
71 <artifactId>rat-maven-plugin</artifactId>
72 <version>1.0-alpha-3</version>
73 <configuration>
Clement Escoffier88d6b592009-07-17 08:50:13 +000074 <excludeSubProjects>true</excludeSubProjects>
75 <excludes>
76 <param>**/*</param>
77 </excludes>
Clement Escoffierb8fe1372008-11-20 15:51:56 +000078 </configuration>
79 </plugin>
80 </plugins>
81 </build>
82
Clement Escoffier317d2dc2009-06-30 07:47:47 +000083
Clement Escoffier00623482008-08-17 16:09:48 +000084 <reporting>
85 <plugins>
86 <plugin>
87 <groupId>org.apache.maven.plugins</groupId>
88 <artifactId>maven-javadoc-plugin</artifactId>
89 <configuration>
90 <aggregate>true</aggregate>
Clement Escoffier83507512008-10-13 07:33:03 +000091 <show>private</show>
Clement Escoffier00623482008-08-17 16:09:48 +000092 </configuration>
93 </plugin>
94 </plugins>
95 </reporting>
96
Clement Escoffiere50ede52008-03-28 15:33:36 +000097</project>