Clement Escoffier | 8768456 | 2011-08-18 11:36:08 +0000 | [diff] [blame] | 1 | <!-- |
| 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 | --> |
| 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <groupId>ipojo.tests</groupId> |
| 23 | <artifactId>ipojo.tests</artifactId> |
| 24 | <version>1.5.0-SNAPSHOT</version> |
| 25 | <name>Apache Felix iPOJO Tests</name> |
| 26 | <packaging>pom</packaging> |
| 27 | |
| 28 | <repositories> |
| 29 | <repository> |
| 30 | <releases> |
| 31 | <enabled>false</enabled> |
| 32 | </releases> |
| 33 | <id>ow2.snapshots</id> |
| 34 | <name>OW2 Snapshot Repository</name> |
| 35 | <url>http://maven.ow2.org/maven2-snapshot/</url> |
| 36 | </repository> |
| 37 | </repositories> |
| 38 | |
| 39 | |
| 40 | <properties> |
| 41 | <ipojo.core.release>1.8.0</ipojo.core.release> |
| 42 | <ipojo.core.snapshot>1.9.0-SNAPSHOT</ipojo.core.snapshot> |
| 43 | |
| 44 | <ipojo.api.release>1.6.0</ipojo.api.release> |
| 45 | <ipojo.api.snapshot>1.7.0-SNAPSHOT</ipojo.api.snapshot> |
| 46 | |
| 47 | <ipojo.composite.release>1.6.0</ipojo.composite.release> |
| 48 | <ipojo.composite.snapshot>1.9.0-SNAPSHOT</ipojo.composite.snapshot> |
| 49 | |
| 50 | <ipojo.eah.release>1.6.0</ipojo.eah.release> |
| 51 | <ipojo.eah.snapshot>1.9.0-SNAPSHOT</ipojo.eah.snapshot> |
| 52 | <ipojo.temporal.snapshot>1.7.0-SNAPSHOT</ipojo.temporal.snapshot> |
| 53 | <ipojo.wbp.snapshot>1.6.1-SNAPSHOT</ipojo.wbp.snapshot> |
| 54 | </properties> |
| 55 | |
| 56 | <dependencyManagement> |
| 57 | <dependencies> |
| 58 | <dependency> |
| 59 | <groupId>org.osgi</groupId> |
| 60 | <artifactId>org.osgi.core</artifactId> |
| 61 | <version>4.2.0</version> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.osgi</groupId> |
| 65 | <artifactId>org.osgi.compendium</artifactId> |
| 66 | <version>4.2.0</version> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>org.apache.felix</groupId> |
| 70 | <artifactId>org.apache.felix.ipojo</artifactId> |
| 71 | <version>${ipojo.core.release}</version> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>org.apache.felix</groupId> |
| 75 | <artifactId>org.apache.felix.ipojo.annotations</artifactId> |
| 76 | <version>${ipojo.core.release}</version> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.apache.felix</groupId> |
| 80 | <artifactId>org.apache.felix.ipojo.api</artifactId> |
| 81 | <version>${ipojo.api.release}</version> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>org.apache.felix</groupId> |
| 85 | <artifactId>org.apache.felix.ipojo.composite</artifactId> |
| 86 | <version>${ipojo.composite.release}</version> |
| 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>org.apache.felix</groupId> |
| 90 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId> |
| 91 | <version>${ipojo.core.release}</version> |
| 92 | </dependency> |
| 93 | <dependency> |
| 94 | <groupId>org.apache.felix</groupId> |
| 95 | <artifactId>org.apache.felix.ipojo.handler.whiteboard</artifactId> |
| 96 | <version>1.4.0</version> |
| 97 | </dependency> |
| 98 | <dependency> |
| 99 | <groupId>org.apache.felix</groupId> |
| 100 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
| 101 | <version>1.4.0</version> |
| 102 | </dependency> |
| 103 | |
| 104 | <dependency> |
| 105 | <groupId>org.ow2.chameleon.testing</groupId> |
| 106 | <artifactId>tinybundles-ipojo</artifactId> |
| 107 | <version>0.2.0</version> |
| 108 | <scope>test</scope> |
| 109 | </dependency> |
| 110 | <dependency> |
| 111 | <groupId>org.ow2.chameleon.testing</groupId> |
| 112 | <artifactId>osgi-helpers</artifactId> |
| 113 | <version>0.2.0</version> |
| 114 | <scope>test</scope> |
| 115 | </dependency> |
| 116 | </dependencies> |
| 117 | </dependencyManagement> |
| 118 | |
| 119 | <modules> |
| 120 | <module>manipulator/manipulation</module> |
| 121 | <module>manipulator/metadata</module> |
| 122 | <module>manipulator/primitives</module> |
| 123 | <module>manipulator/creation</module> |
| 124 | <module>core/factories</module> |
| 125 | <module>core/lifecycle-controller</module> |
| 126 | <module>core/service-providing</module> |
| 127 | <module>core/lifecycle-callback</module> |
| 128 | <module>core/service-dependency</module> |
| 129 | <module>core/service-dependency-bindingpolicy</module> |
| 130 | <module>core/service-dependency-filter</module> |
| 131 | <module>core/service-dependency-comparator</module> |
| 132 | <module>core/service-providing-strategies</module> |
| 133 | <module>core/service-providing-inheritance</module> |
| 134 | <module>core/service-dependency-optional</module> |
| 135 | <module>core/configuration</module> |
| 136 | <module>core/handler</module> |
| 137 | <module>core/external-handlers</module> |
| 138 | <module>core/bad-configurations</module> |
| 139 | <module>core/logger</module> |
| 140 | <module>core/factory-version</module> |
| 141 | <module>composite/composite-runtime</module> |
| 142 | <module>composite/import-export</module> |
| 143 | <module>composite/service-instance</module> |
| 144 | <module>composite/service-providing</module> |
| 145 | <module>handler/temporal</module> |
| 146 | <module>handler/whiteboard</module> |
| 147 | <module>handler/eventadmin</module> |
| 148 | <module>core/configadmin</module> |
| 149 | <module>api</module> |
| 150 | <module>online-manipulator</module> |
| 151 | </modules> |
| 152 | |
| 153 | <build> |
| 154 | <pluginManagement> |
| 155 | <plugins> |
| 156 | <plugin> |
| 157 | <groupId>org.apache.felix</groupId> |
| 158 | <artifactId>maven-ipojo-plugin</artifactId> |
| 159 | <version>1.9.0-SNAPSHOT</version> |
| 160 | </plugin> |
| 161 | <plugin> |
| 162 | <groupId>org.apache.felix</groupId> |
| 163 | <artifactId>maven-bundle-plugin</artifactId> |
| 164 | <version>2.0.1</version> |
| 165 | </plugin> |
| 166 | </plugins> |
| 167 | </pluginManagement> |
| 168 | </build> |
| 169 | <profiles> |
| 170 | <profile> |
| 171 | <id>java5</id> |
| 172 | <activation> |
| 173 | <jdk>1.5</jdk> |
| 174 | </activation> |
| 175 | <modules> |
| 176 | <module>core/annotations</module> |
| 177 | <module>manipulator/manipulator-java5</module> |
| 178 | <module>handler/jmx</module> |
| 179 | <module>handler/transaction</module> |
| 180 | </modules> |
| 181 | </profile> |
| 182 | <profile> |
| 183 | <id>java6</id> |
| 184 | <activation> |
| 185 | <jdk>1.6</jdk> |
| 186 | </activation> |
| 187 | <modules> |
| 188 | <module>core/annotations</module> |
| 189 | <module>manipulator/manipulator-java5</module> |
| 190 | <module>handler/jmx</module> |
| 191 | <module>handler/transaction</module> |
| 192 | </modules> |
| 193 | </profile> |
| 194 | |
| 195 | <profile> |
| 196 | <id>integration-tests</id> |
| 197 | <modules> |
| 198 | <module>integration-tests</module> |
| 199 | </modules> |
| 200 | </profile> |
| 201 | </profiles> |
| 202 | |
| 203 | </project> |