blob: 9787a99f8f845fc305447ed9d6f38fe970671c97 [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>
20 <parent>
21 <groupId>org.apache.felix</groupId>
Clement Escoffiere2591592009-04-30 14:00:40 +000022 <artifactId>felix-parent</artifactId>
Clement Escoffier86215df2010-04-16 13:54:16 +000023 <version>1.2.1</version>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000024 <relativePath>../pom/pom.xml</relativePath>
Clement Escoffier4a12e332008-04-07 13:29:34 +000025 </parent>
26
27 <modelVersion>4.0.0</modelVersion>
28 <artifactId>iPOJO</artifactId>
29 <groupId>org.apache.felix</groupId>
30 <name>Apache Felix iPOJO</name>
Clement Escoffieraf9ad1b2009-08-14 12:11:19 +000031 <version>1.5.0-SNAPSHOT</version>
Clement Escoffier4a12e332008-04-07 13:29:34 +000032 <packaging>pom</packaging>
Clement Escoffierd638a4c2009-06-30 07:47:47 +000033
Clement Escoffierf7dc9412009-07-17 08:50:13 +000034 <modules>
35 <module>metadata</module>
36 <module>manipulator</module>
37 <module>plugin</module>
38 <module>core</module>
39 <module>composite</module>
40 <module>arch</module>
41 <module>ant</module>
42 <module>handler/extender</module>
43 <module>handler/temporal</module>
44 <module>handler/eventadmin</module>
45 <module>handler/whiteboard</module>
46 <module>api</module>
47 <module>online-manipulator</module>
Clement Escoffierca5bdec2010-09-25 12:41:07 +000048 <!-- remove junit4osgi during the release process
Clement Escoffier9e4e85a2010-04-12 06:27:58 +000049 <module>junit4osgi</module> -->
Clement Escoffierf7dc9412009-07-17 08:50:13 +000050 </modules>
Clement Escoffierd638a4c2009-06-30 07:47:47 +000051
52
Clement Escoffier4a12e332008-04-07 13:29:34 +000053 <profiles>
Clement Escoffierf7dc9412009-07-17 08:50:13 +000054 <profile>
Clement Escoffieraeff99b2010-09-10 18:50:21 +000055 <id>junit4osgi</id>
56 <modules>
57 <module>junit4osgi</module>
58 </modules>
59 </profile>
60 <profile>
Clement Escoffierf7dc9412009-07-17 08:50:13 +000061 <id>java5</id>
62 <activation>
63 <jdk>1.5</jdk>
64 </activation>
65 <modules>
66 <module>annotations</module>
Clement Escoffier3758f972010-09-28 17:41:23 +000067 <module>arch-gogo</module>
Clement Escoffierf7dc9412009-07-17 08:50:13 +000068 <module>handler/jmx</module>
69 <module>webconsole-plugin</module>
Clement Escoffierf21f8cc2009-07-19 17:00:33 +000070 <module>handler/transaction</module>
Clement Escoffierf7dc9412009-07-17 08:50:13 +000071 </modules>
72 </profile>
73 <profile>
74 <id>java6</id>
75 <activation>
76 <jdk>1.6</jdk>
77 </activation>
78 <modules>
79 <module>annotations</module>
Clement Escoffier3758f972010-09-28 17:41:23 +000080 <module>arch-gogo</module>
Clement Escoffierf7dc9412009-07-17 08:50:13 +000081 <module>handler/jmx</module>
82 <module>webconsole-plugin</module>
Clement Escoffier690c0b82010-09-10 19:11:37 +000083 <module>handler/transaction</module>
Clement Escoffierf7dc9412009-07-17 08:50:13 +000084 </modules>
85 </profile>
86 <profile>
87 <id>examples</id>
88 <modules>
89 <module>examples</module>
90 </modules>
91 </profile>
92 <profile>
93 <id>tests</id>
94 <modules>
95 <module>tests</module>
96 </modules>
97 </profile>
Clement Escoffierce0e1e52008-03-28 15:33:36 +000098 </profiles>
Clement Escoffierd638a4c2009-06-30 07:47:47 +000099
Clement Escoffier31f25df2008-11-20 15:51:56 +0000100 <build>
101 <plugins>
102 <plugin>
103 <groupId>org.codehaus.mojo</groupId>
104 <artifactId>rat-maven-plugin</artifactId>
105 <version>1.0-alpha-3</version>
106 <configuration>
Clement Escoffierf7dc9412009-07-17 08:50:13 +0000107 <excludeSubProjects>true</excludeSubProjects>
108 <excludes>
109 <param>**/*</param>
110 </excludes>
Clement Escoffier31f25df2008-11-20 15:51:56 +0000111 </configuration>
112 </plugin>
113 </plugins>
114 </build>
115
Clement Escoffierd638a4c2009-06-30 07:47:47 +0000116
Clement Escoffierbbab55d2008-08-17 16:09:48 +0000117 <reporting>
118 <plugins>
119 <plugin>
120 <groupId>org.apache.maven.plugins</groupId>
121 <artifactId>maven-javadoc-plugin</artifactId>
122 <configuration>
123 <aggregate>true</aggregate>
Clement Escoffier130ca572008-10-13 07:33:03 +0000124 <show>private</show>
Clement Escoffierbbab55d2008-08-17 16:09:48 +0000125 </configuration>
126 </plugin>
127 </plugins>
128 </reporting>
129
Clement Escoffierce0e1e52008-03-28 15:33:36 +0000130</project>