blob: 166ea07fe733826986697c8b0dc9a670ee4bb03f [file] [log] [blame]
Clement Escoffiera7b8f7d2013-02-28 10:27:21 +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 Escoffierc5b8d122013-03-04 09:01:52 +000019<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 <parent>
22 <groupId>org.apache.felix</groupId>
23 <artifactId>felix-parent</artifactId>
Clement Escoffiered4ca022013-03-13 15:27:20 +000024 <version>2.1</version>
Clement Escoffierc5b8d122013-03-04 09:01:52 +000025 <relativePath>../../../../pom/pom.xml</relativePath>
26 </parent>
27 <modelVersion>4.0.0</modelVersion>
28 <packaging>bundle</packaging>
29 <artifactId>org.apache.felix.ipojo.handler.temporal</artifactId>
Clement Escoffierc5b8d122013-03-04 09:01:52 +000030 <version>1.7.0-SNAPSHOT</version>
31 <name>Apache Felix iPOJO Temporal Service Dependency Handler</name>
Clement Escoffiera7b8f7d2013-02-28 10:27:21 +000032
Clement Escoffierc5b8d122013-03-04 09:01:52 +000033 <description>
34 iPOJO extension to inject temporal service dependencies.
35 </description>
Clement Escoffierb76fae72013-05-28 04:37:54 +000036 <url>
37 http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html
38 </url>
Clement Escoffiera7b8f7d2013-02-28 10:27:21 +000039
Clement Escoffierc5b8d122013-03-04 09:01:52 +000040 <dependencies>
41 <dependency>
42 <groupId>org.osgi</groupId>
43 <artifactId>org.osgi.core</artifactId>
44 <version>4.0.0</version>
45 </dependency>
46 <dependency>
47 <groupId>org.apache.felix</groupId>
48 <artifactId>org.apache.felix.ipojo</artifactId>
Guillaume Sauthierb960edd2013-09-03 08:43:11 +000049 <version>1.10.1</version>
Clement Escoffierc5b8d122013-03-04 09:01:52 +000050 </dependency>
51 <dependency>
Clement Escoffier615c9f22014-05-04 12:36:09 +000052 <groupId>org.ow2.asm</groupId>
Clement Escoffierc5b8d122013-03-04 09:01:52 +000053 <artifactId>asm-all</artifactId>
Clement Escoffier615c9f22014-05-04 12:36:09 +000054 <version>5.0.2</version>
Clement Escoffierc5b8d122013-03-04 09:01:52 +000055 <exclusions>
56 <exclusion>
Clement Escoffier615c9f22014-05-04 12:36:09 +000057 <groupId>org.ow2.asm</groupId>
Clement Escoffierc5b8d122013-03-04 09:01:52 +000058 <artifactId>asm-tree</artifactId>
59 </exclusion>
60 </exclusions>
61 </dependency>
62 </dependencies>
63 <build>
64 <plugins>
65 <plugin>
66 <groupId>org.apache.felix</groupId>
67 <artifactId>maven-bundle-plugin</artifactId>
Clement Escoffiered4ca022013-03-13 15:27:20 +000068 <version>2.3.7</version>
Clement Escoffierc5b8d122013-03-04 09:01:52 +000069 <extensions>true</extensions>
70 <configuration>
71 <instructions>
72 <Private-Package>
Clement Escoffiered4ca022013-03-13 15:27:20 +000073 org.apache.felix.ipojo.handler.temporal;-split-package:=merge-first,
74 org.objectweb.asm;-split-package:=merge-last
Clement Escoffierc5b8d122013-03-04 09:01:52 +000075 </Private-Package>
76 <Bundle-Name>${project.name}</Bundle-Name>
77 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
78 <Import-Package>
Clement Escoffier2441c682013-09-03 09:19:52 +000079 org.apache.felix.ipojo;version=1.10.0,
Clement Escoffierc5b8d122013-03-04 09:01:52 +000080 !org.objectweb.asm.tree, *
81 </Import-Package>
82 <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
83 <Bundle-Description>iPOJO Temporal Dependency Handler
84 </Bundle-Description>
85 <Bundle-DocURL>
Clement Escoffierb76fae72013-05-28 04:37:54 +000086 http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/temporal-service-dependency.html
Clement Escoffierc5b8d122013-03-04 09:01:52 +000087 </Bundle-DocURL>
Clement Escoffierc5b8d122013-03-04 09:01:52 +000088 </instructions>
89 </configuration>
90 </plugin>
91 <plugin>
92 <groupId>org.apache.felix</groupId>
93 <artifactId>maven-ipojo-plugin</artifactId>
Clement Escoffier2441c682013-09-03 09:19:52 +000094 <version>1.10.1</version>
Clement Escoffierc5b8d122013-03-04 09:01:52 +000095 <executions>
96 <execution>
97 <goals>
98 <goal>ipojo-bundle</goal>
99 </goals>
Clement Escoffierc5b8d122013-03-04 09:01:52 +0000100 </execution>
101 </executions>
102 </plugin>
103 <plugin>
Clement Escoffierc5b8d122013-03-04 09:01:52 +0000104 <groupId>org.apache.maven.plugins</groupId>
105 <artifactId>maven-checkstyle-plugin</artifactId>
106 <configuration>
107 <enableRulesSummary>false</enableRulesSummary>
108 <violationSeverity>warning</violationSeverity>
109 <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
110 </configuration>
111 </plugin>
112 <plugin>
113 <groupId>org.apache.maven.plugins</groupId>
114 <artifactId>maven-compiler-plugin</artifactId>
115 <configuration>
116 <target>1.5</target>
117 <source>1.5</source>
118 </configuration>
119 </plugin>
120 </plugins>
121 </build>
Clement Escoffiera7b8f7d2013-02-28 10:27:21 +0000122</project>