Clement Escoffier | fb9045d | 2008-10-14 10:44:18 +0000 | [diff] [blame] | 1 | <!-- |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 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 | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 9 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 10 | http://www.apache.org/licenses/LICENSE-2.0 |
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 11 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 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. |
Clement Escoffier | fb9045d | 2008-10-14 10:44:18 +0000 | [diff] [blame] | 18 | --> |
Clement Escoffier | bf692b0 | 2009-01-19 14:22:40 +0000 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix-parent</artifactId> |
Clement Escoffier | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 23 | <version>1.2.1</version> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 24 | <relativePath>../../pom/pom.xml</relativePath> |
| 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <packaging>bundle</packaging> |
| 28 | <name>Apache Felix iPOJO</name> |
| 29 | <artifactId>org.apache.felix.ipojo</artifactId> |
Clement Escoffier | 6aee026 | 2011-01-17 08:19:07 +0000 | [diff] [blame] | 30 | <version>1.9.0-SNAPSHOT</version> |
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 31 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 32 | <properties> |
Clement Escoffier | 2fd1823 | 2011-10-05 14:03:33 +0000 | [diff] [blame] | 33 | <!-- |
Clement Escoffier | 24f4a5c | 2011-10-31 15:50:07 +0000 | [diff] [blame] | 34 | 1.8.1: |
| 35 | * change in the MethodInterceptor interface (FELIX-3144) |
| 36 | * change in the Factory interface (FELIX-3190) |
Clement Escoffier | 2fd1823 | 2011-10-05 14:03:33 +0000 | [diff] [blame] | 37 | --> |
| 38 | <ipojo.package.version>1.8.1</ipojo.package.version> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 39 | </properties> |
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 40 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 41 | <description> |
| 42 | iPOJO Core bundle |
| 43 | </description> |
| 44 | <url> |
| 45 | http://ipojo.org |
| 46 | </url> |
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 47 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 48 | <dependencies> |
| 49 | <dependency> |
Clement Escoffier | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 50 | <groupId>org.osgi</groupId> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 51 | <artifactId>org.osgi.core</artifactId> |
Clement Escoffier | c097abc | 2011-10-19 15:07:26 +0000 | [diff] [blame] | 52 | <version>4.3.0</version> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 53 | </dependency> |
| 54 | <dependency> |
Clement Escoffier | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 55 | <groupId>org.osgi</groupId> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 56 | <artifactId>org.osgi.compendium</artifactId> |
Clement Escoffier | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 57 | <version>4.0.0</version> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 58 | </dependency> |
| 59 | <dependency> |
| 60 | <groupId>org.apache.felix</groupId> |
| 61 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
Clement Escoffier | 737b16b | 2011-09-25 10:58:16 +0000 | [diff] [blame] | 62 | <version>1.5.0-SNAPSHOT</version> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 63 | </dependency> |
Clement Escoffier | 769c994 | 2009-12-26 11:15:42 +0000 | [diff] [blame] | 64 | <dependency> |
| 65 | <groupId>asm</groupId> |
| 66 | <artifactId>asm-all</artifactId> |
Clement Escoffier | a672543 | 2011-10-05 14:55:48 +0000 | [diff] [blame] | 67 | <version>3.3.1</version> |
Clement Escoffier | 769c994 | 2009-12-26 11:15:42 +0000 | [diff] [blame] | 68 | <exclusions> |
| 69 | <exclusion> |
| 70 | <groupId>asm</groupId> |
| 71 | <artifactId>asm-tree</artifactId> |
| 72 | </exclusion> |
| 73 | </exclusions> |
| 74 | </dependency> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 75 | </dependencies> |
| 76 | <build> |
| 77 | <plugins> |
| 78 | <plugin> |
Clement Escoffier | c097abc | 2011-10-19 15:07:26 +0000 | [diff] [blame] | 79 | <groupId>org.apache.maven.plugins</groupId> |
| 80 | <artifactId>maven-compiler-plugin</artifactId> |
| 81 | <configuration> |
| 82 | <target>jsr14</target> |
| 83 | <source>1.5</source> |
| 84 | </configuration> |
| 85 | </plugin> |
| 86 | <plugin> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 87 | <groupId>org.apache.felix</groupId> |
| 88 | <artifactId>maven-bundle-plugin</artifactId> |
| 89 | <version>1.4.3</version> |
| 90 | <extensions>true</extensions> |
| 91 | <configuration> |
| 92 | <instructions> |
| 93 | <Bundle-Name>Apache Felix iPOJO</Bundle-Name> |
| 94 | <Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor> |
| 95 | <Bundle-SymbolicName>org.apache.felix.ipojo;singleton:=true</Bundle-SymbolicName> |
| 96 | <Bundle-Description> iPOJO Core Framework </Bundle-Description> |
| 97 | <Bundle-Activator> org.apache.felix.ipojo.Extender |
| 98 | </Bundle-Activator> |
| 99 | <Bundle-DocURL> |
| 100 | http://felix.apache.org/site/apache-felix-ipojo.html |
| 101 | </Bundle-DocURL> |
| 102 | <IPOJO-Extension> |
| 103 | component:org.apache.felix.ipojo.ComponentFactory, |
| 104 | handler:org.apache.felix.ipojo.HandlerManagerFactory |
| 105 | </IPOJO-Extension> |
| 106 | <Import-Package> |
| 107 | org.osgi.framework;version=1.3, <!-- To support KF 2 --> |
| 108 | org.osgi.service.cm, |
| 109 | org.osgi.service.log, |
| 110 | !net.sourceforge.cobertura.* <!-- To support code coverage --> |
| 111 | </Import-Package> |
| 112 | <Private-Package> |
| 113 | org.apache.felix.ipojo.handlers.architecture, |
| 114 | org.apache.felix.ipojo.handlers.lifecycle.callback, |
| 115 | org.apache.felix.ipojo.handlers.lifecycle.controller |
| 116 | </Private-Package> |
| 117 | <Export-Package> |
| 118 | org.apache.felix.ipojo; version="${ipojo.package.version}", |
| 119 | org.apache.felix.ipojo.metadata; version="${ipojo.package.version}", |
| 120 | org.apache.felix.ipojo.architecture; version="${ipojo.package.version}", |
| 121 | org.apache.felix.ipojo.parser; version="${ipojo.package.version}", |
| 122 | org.apache.felix.ipojo.util; version="${ipojo.package.version}", |
| 123 | org.apache.felix.ipojo.handlers.dependency; version="${ipojo.package.version}", |
Clement Escoffier | 029880f | 2009-11-24 19:39:00 +0000 | [diff] [blame] | 124 | org.apache.felix.ipojo.handlers.providedservice.*; version="${ipojo.package.version}", |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 125 | org.apache.felix.ipojo.handlers.configuration; version="${ipojo.package.version}", |
| 126 | org.apache.felix.ipojo.context; version="${ipojo.package.version}", |
| 127 | org.osgi.service.cm, |
Clement Escoffier | 769c994 | 2009-12-26 11:15:42 +0000 | [diff] [blame] | 128 | org.osgi.service.log, |
Clement Escoffier | a672543 | 2011-10-05 14:55:48 +0000 | [diff] [blame] | 129 | org.objectweb.asm; version=3.3.1 |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 130 | </Export-Package> |
| 131 | <Include-Resource> |
| 132 | META-INF/LICENSE=LICENSE, |
Clement Escoffier | 1593ef5 | 2010-07-14 18:31:13 +0000 | [diff] [blame] | 133 | META-INF/NOTICE=NOTICE, META-INF/LICENSE.asm=LICENSE.asm, |
| 134 | META-INF/DEPENDENCIES=DEPENDENCIES |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 135 | </Include-Resource> |
| 136 | <_donotcopy> (CVS|.svn|.+.bak|~.+|metadata.xml) </_donotcopy> |
| 137 | </instructions> |
| 138 | </configuration> |
| 139 | </plugin> |
| 140 | <plugin> |
| 141 | <groupId>org.apache.felix</groupId> |
| 142 | <artifactId>maven-ipojo-plugin</artifactId> |
Clement Escoffier | b2c5b4b | 2011-01-17 08:17:08 +0000 | [diff] [blame] | 143 | <version>1.8.0</version> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 144 | <executions> |
| 145 | <execution> |
| 146 | <goals> |
| 147 | <goal>ipojo-bundle</goal> |
| 148 | </goals> |
| 149 | <configuration> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 150 | <ignoreAnnotations>true</ignoreAnnotations> |
| 151 | </configuration> |
| 152 | </execution> |
| 153 | </executions> |
| 154 | </plugin> |
| 155 | <plugin> |
| 156 | <groupId>org.codehaus.mojo</groupId> |
| 157 | <artifactId>rat-maven-plugin</artifactId> |
| 158 | <configuration> |
| 159 | <excludeSubProjects>false</excludeSubProjects> |
| 160 | <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> |
| 161 | <useMavenDefaultExcludes>true</useMavenDefaultExcludes> |
| 162 | <excludes> |
| 163 | <param>doc/**/*</param> |
| 164 | <param>maven-eclipse.xml</param> |
| 165 | <param>.checkstyle</param> |
| 166 | <param>.externalToolBuilders/*</param> |
| 167 | <param>LICENSE.asm</param> |
| 168 | <param>.fbprefs</param> |
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 169 | <param>DEPENDENCIES</param> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 170 | </excludes> |
| 171 | </configuration> |
| 172 | </plugin> |
| 173 | <plugin> |
| 174 | <groupId>org.apache.maven.plugins</groupId> |
| 175 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 176 | <configuration> |
| 177 | <enableRulesSummary>false</enableRulesSummary> |
| 178 | <violationSeverity>warning</violationSeverity> |
| 179 | <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation> |
| 180 | </configuration> |
| 181 | </plugin> |
| 182 | </plugins> |
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 183 | |
| 184 | <resources> |
Clement Escoffier | 737b16b | 2011-09-25 10:58:16 +0000 | [diff] [blame] | 185 | <resource> |
| 186 | <directory>src/main/resources</directory> |
| 187 | </resource> |
| 188 | <resource> |
| 189 | <directory>.</directory> |
| 190 | <targetPath>META-INF</targetPath> |
| 191 | <includes> |
| 192 | <include>LICENSE*</include> |
| 193 | <include>NOTICE*</include> |
| 194 | <include>DEPENDENCIES*</include> |
| 195 | </includes> |
| 196 | </resource> |
| 197 | </resources> |
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 198 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 199 | </build> |
| 200 | </project> |