Clement Escoffier | 7d116ff | 2008-03-29 15:04:02 +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
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 9 |
|
Clement Escoffier | 7d116ff | 2008-03-29 15:04:02 +0000 | [diff] [blame] | 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 Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 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">
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion>
|
| 22 | <groupId>ipojo.tests</groupId>
|
| 23 | <artifactId>ipojo.tests</artifactId>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 24 | <version>1.5.0-SNAPSHOT</version>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 25 | <name>Apache Felix iPOJO Tests</name>
|
| 26 | <packaging>pom</packaging>
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 27 |
|
| 28 | <repositories>
|
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 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>
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 37 | </repositories>
|
| 38 |
|
| 39 | <dependencyManagement>
|
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 40 | <dependencies>
|
| 41 | <dependency>
|
| 42 | <groupId>org.osgi</groupId>
|
| 43 | <artifactId>org.osgi.core</artifactId>
|
| 44 | <version>4.2.0</version>
|
| 45 | </dependency>
|
| 46 | <dependency>
|
| 47 | <groupId>org.osgi</groupId>
|
| 48 | <artifactId>org.osgi.compendium</artifactId>
|
| 49 | <version>4.2.0</version>
|
| 50 | </dependency>
|
| 51 | <dependency>
|
| 52 | <groupId>org.apache.felix</groupId>
|
| 53 | <artifactId>org.apache.felix.ipojo</artifactId>
|
Clement Escoffier | d411683 | 2010-09-21 08:49:29 +0000 | [diff] [blame] | 54 | <version>1.6.4</version>
|
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 55 | </dependency>
|
| 56 | <dependency>
|
| 57 | <groupId>org.apache.felix</groupId>
|
| 58 | <artifactId>org.apache.felix.ipojo.annotations</artifactId>
|
Clement Escoffier | d411683 | 2010-09-21 08:49:29 +0000 | [diff] [blame] | 59 | <version>1.6.4</version>
|
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 60 | </dependency>
|
| 61 | <dependency>
|
| 62 | <groupId>org.apache.felix</groupId>
|
| 63 | <artifactId>org.apache.felix.ipojo.api</artifactId>
|
| 64 | <version>1.6.0</version>
|
| 65 | </dependency>
|
| 66 | <dependency>
|
| 67 | <groupId>org.apache.felix</groupId>
|
| 68 | <artifactId>org.apache.felix.ipojo.composite</artifactId>
|
| 69 | <version>1.6.0</version>
|
| 70 | </dependency>
|
| 71 | <dependency>
|
| 72 | <groupId>org.apache.felix</groupId>
|
| 73 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
|
Clement Escoffier | d411683 | 2010-09-21 08:49:29 +0000 | [diff] [blame] | 74 | <version>1.6.4</version>
|
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 75 | </dependency>
|
| 76 | <dependency>
|
| 77 | <groupId>org.apache.felix</groupId>
|
| 78 | <artifactId>org.apache.felix.ipojo.handler.whiteboard</artifactId>
|
| 79 | <version>1.4.0</version>
|
| 80 | </dependency>
|
| 81 | <dependency>
|
| 82 | <groupId>org.apache.felix</groupId>
|
| 83 | <artifactId>org.apache.felix.ipojo.metadata</artifactId>
|
| 84 | <version>1.4.0</version>
|
| 85 | </dependency>
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 86 |
|
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 87 | <dependency>
|
| 88 | <groupId>org.ow2.chameleon.testing</groupId>
|
| 89 | <artifactId>tinybundles-ipojo</artifactId>
|
Clement Escoffier | 162697b | 2010-05-12 08:01:59 +0000 | [diff] [blame] | 90 | <version>0.2.0</version>
|
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 91 | <scope>test</scope>
|
| 92 | </dependency>
|
| 93 | <dependency>
|
| 94 | <groupId>org.ow2.chameleon.testing</groupId>
|
| 95 | <artifactId>osgi-helpers</artifactId>
|
| 96 | <version>0.2.0</version>
|
| 97 | <scope>test</scope>
|
| 98 | </dependency>
|
| 99 | </dependencies>
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 100 | </dependencyManagement>
|
| 101 |
|
Clement Escoffier | ad6c555 | 2008-04-25 16:49:43 +0000 | [diff] [blame] | 102 | <modules>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 103 | <module>manipulator/manipulation</module>
|
| 104 | <module>manipulator/metadata</module>
|
| 105 | <module>manipulator/primitives</module>
|
| 106 | <module>manipulator/creation</module>
|
Clement Escoffier | 4803cbe | 2009-07-17 11:22:36 +0000 | [diff] [blame] | 107 | <module>core/factories</module>
|
| 108 | <module>core/lifecycle-controller</module>
|
| 109 | <module>core/service-providing</module>
|
| 110 | <module>core/lifecycle-callback</module>
|
| 111 | <module>core/service-dependency</module>
|
| 112 | <module>core/service-dependency-bindingpolicy</module>
|
| 113 | <module>core/service-dependency-filter</module>
|
| 114 | <module>core/service-dependency-comparator</module>
|
| 115 | <module>core/service-providing-strategies</module>
|
Clement Escoffier | 162988d | 2009-11-07 08:56:40 +0000 | [diff] [blame] | 116 | <module>core/service-providing-inheritance</module>
|
Clement Escoffier | b8ec044 | 2010-02-21 09:44:38 +0000 | [diff] [blame] | 117 | <module>core/service-dependency-optional</module>
|
Clement Escoffier | 4803cbe | 2009-07-17 11:22:36 +0000 | [diff] [blame] | 118 | <module>core/configuration</module>
|
| 119 | <module>core/handler</module>
|
| 120 | <module>core/external-handlers</module>
|
| 121 | <module>core/bad-configurations</module>
|
Clement Escoffier | 067a3a1 | 2009-08-27 11:45:53 +0000 | [diff] [blame] | 122 | <module>core/logger</module>
|
Clement Escoffier | b8ec044 | 2010-02-21 09:44:38 +0000 | [diff] [blame] | 123 | <module>core/factory-version</module>
|
Clement Escoffier | 4803cbe | 2009-07-17 11:22:36 +0000 | [diff] [blame] | 124 | <module>composite/composite-runtime</module>
|
| 125 | <module>composite/import-export</module>
|
| 126 | <module>composite/service-instance</module>
|
| 127 | <module>composite/service-providing</module>
|
| 128 | <module>handler/temporal</module>
|
| 129 | <module>handler/whiteboard</module>
|
| 130 | <module>handler/eventadmin</module>
|
| 131 | <module>core/configadmin</module>
|
| 132 | <module>api</module>
|
| 133 | <module>online-manipulator</module>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 134 | </modules>
|
| 135 |
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 136 | <build>
|
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 137 | <pluginManagement>
|
| 138 | <plugins>
|
| 139 | <plugin>
|
| 140 | <groupId>org.apache.felix</groupId>
|
| 141 | <artifactId>maven-ipojo-plugin</artifactId>
|
| 142 | <version>1.6.0</version>
|
| 143 | </plugin>
|
| 144 | <plugin>
|
| 145 | <groupId>org.apache.felix</groupId>
|
| 146 | <artifactId>maven-bundle-plugin</artifactId>
|
| 147 | <version>2.0.1</version>
|
| 148 | </plugin>
|
| 149 | </plugins>
|
| 150 | </pluginManagement>
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 151 | </build>
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 152 | <profiles>
|
| 153 | <profile>
|
| 154 | <id>java5</id>
|
| 155 | <activation>
|
| 156 | <jdk>1.5</jdk>
|
| 157 | </activation>
|
| 158 | <modules>
|
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 159 | <!--
|
| 160 | Remove bundleAsiPOJO - Deprecated
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 161 | <module>bundleAsiPOJO</module>
|
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 162 | -->
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 163 | <module>core/annotations</module>
|
| 164 | <module>manipulator/manipulator-java5
|
| 165 | </module>
|
| 166 | <module>handler/transaction</module>
|
| 167 | </modules>
|
| 168 | </profile>
|
| 169 | <profile>
|
| 170 | <id>java6</id>
|
| 171 | <activation>
|
| 172 | <jdk>1.6</jdk>
|
| 173 | </activation>
|
| 174 | <modules>
|
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 175 | <!--
|
| 176 | Remove bundleAsiPOJO - Deprecated
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 177 | <module>bundleAsiPOJO</module>
|
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 178 | -->
|
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 179 | <module>core/annotations</module>
|
| 180 | <module>manipulator/manipulator-java5
|
| 181 | </module>
|
| 182 | <module>handler/transaction</module>
|
| 183 | </modules>
|
| 184 | </profile>
|
| 185 |
|
| 186 | <profile>
|
| 187 | <id>integration-tests</id>
|
| 188 | <modules>
|
| 189 | <module>integration-tests</module>
|
| 190 | </modules>
|
| 191 | </profile>
|
Clement Escoffier | 7737483 | 2008-04-29 22:25:39 +0000 | [diff] [blame] | 192 | </profiles>
|
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 193 |
|
Clement Escoffier | 4803cbe | 2009-07-17 11:22:36 +0000 | [diff] [blame] | 194 | </project>
|