blob: 722da8ae748fedb666fed7c0c4242b4bbf572a40 [file] [log] [blame]
Clement Escoffier151cbb02008-10-14 11:59:25 +00001<!--
Clement Escoffierbfa74d02009-07-19 16:25:18 +00002 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 Escoffier0b93f382009-07-03 13:16:24 +00009
Clement Escoffierbfa74d02009-07-19 16:25:18 +000010 http://www.apache.org/licenses/LICENSE-2.0
Clement Escoffier0b93f382009-07-03 13:16:24 +000011
Clement Escoffierbfa74d02009-07-19 16:25:18 +000012 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 Escoffier151cbb02008-10-14 11:59:25 +000018-->
Clement Escoffier947279f2009-01-28 10:56:08 +000019<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 Escoffierbfa74d02009-07-19 16:25:18 +000020 <parent>
21 <groupId>org.apache.felix</groupId>
22 <artifactId>felix-parent</artifactId>
Clement Escoffier86215df2010-04-16 13:54:16 +000023 <version>1.2.1</version>
Clement Escoffierbfa74d02009-07-19 16:25:18 +000024 <relativePath>../../pom/pom.xml</relativePath>
25 </parent>
26 <modelVersion>4.0.0</modelVersion>
27 <packaging>bundle</packaging>
28 <name>Apache Felix iPOJO White Board Pattern Handler</name>
29 <artifactId> org.apache.felix.ipojo.handler.whiteboard </artifactId>
30 <groupId>org.apache.felix</groupId>
Clement Escoffier9e808f42009-07-21 19:29:18 +000031 <version>1.5.0-SNAPSHOT</version>
Clement Escoffier001f0962010-09-12 10:14:52 +000032
Clement Escoffierbfa74d02009-07-19 16:25:18 +000033 <description>
34 iPOJO extension to easily implement a white-board pattern (host).
35 </description>
36 <url>
37 http://felix.apache.org/site/white-board-pattern-handler.html
38 </url>
Clement Escoffier001f0962010-09-12 10:14:52 +000039
Clement Escoffierbfa74d02009-07-19 16:25:18 +000040 <dependencies>
41 <dependency>
42 <groupId>org.apache.felix</groupId>
43 <artifactId>org.apache.felix.ipojo</artifactId>
Clement Escoffier001f0962010-09-12 10:14:52 +000044 <version>1.6.4</version>
Clement Escoffierbfa74d02009-07-19 16:25:18 +000045 </dependency>
46 <dependency>
Clement Escoffier86215df2010-04-16 13:54:16 +000047 <groupId>org.osgi</groupId>
Clement Escoffierbfa74d02009-07-19 16:25:18 +000048 <artifactId>org.osgi.core</artifactId>
Clement Escoffier86215df2010-04-16 13:54:16 +000049 <version>4.0.0</version>
Clement Escoffierbfa74d02009-07-19 16:25:18 +000050 </dependency>
51 </dependencies>
52 <build>
53 <plugins>
54 <plugin>
55 <groupId>org.apache.felix</groupId>
56 <artifactId>maven-bundle-plugin</artifactId>
57 <extensions>true</extensions>
58 <configuration>
59 <instructions>
Clement Escoffier134b0062010-05-01 10:46:02 +000060 <Bundle-Name>${project.name}</Bundle-Name>
61 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
Clement Escoffierbfa74d02009-07-19 16:25:18 +000062 <Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
63 <Bundle-Description> iPOJO White-Board Pattern Handler
64 </Bundle-Description>
65 <Bundle-DocURL>
66 http://felix.apache.org/site/white-board-pattern-handler.html
67 </Bundle-DocURL>
68 <Private-Package> org.apache.felix.ipojo.handler.wbp
69 </Private-Package>
Clement Escoffier134b0062010-05-01 10:46:02 +000070 <Bundle-Name>${project.name}</Bundle-Name>
Clement Escoffier001f0962010-09-12 10:14:52 +000071 <Include-Resource>
Clement Escoffier1593ef52010-07-14 18:31:13 +000072 META-INF/LICENSE=LICENSE,
73 META-INF/NOTICE=NOTICE,
74 META-INF/DEPENDENCIES=DEPENDENCIES
75 </Include-Resource>
Clement Escoffierbfa74d02009-07-19 16:25:18 +000076 </instructions>
77 </configuration>
78 </plugin>
79 <plugin>
80 <groupId>org.apache.felix</groupId>
81 <artifactId>maven-ipojo-plugin</artifactId>
Clement Escoffierd1f93472011-06-25 15:38:38 +000082 <version>1.6.0</version>
Clement Escoffierbfa74d02009-07-19 16:25:18 +000083 <executions>
84 <execution>
85 <goals>
86 <goal>ipojo-bundle</goal>
87 </goals>
88 <configuration>
89 <metadata>metadata.xml</metadata>
90 </configuration>
91 </execution>
92 </executions>
93 </plugin>
94 <plugin>
95 <groupId>org.codehaus.mojo</groupId>
96 <artifactId>rat-maven-plugin</artifactId>
97 <configuration>
98 <excludeSubProjects>false</excludeSubProjects>
99 <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
100 <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
101 <excludes>
102 <param>doc/**/*</param>
103 <param>maven-eclipse.xml</param>
104 <param>.checkstyle</param>
105 <param>.externalToolBuilders/*</param>
106 <param>LICENSE.asm</param>
107 </excludes>
108 </configuration>
109 </plugin>
110 <plugin>
111 <groupId>org.apache.maven.plugins</groupId>
112 <artifactId>maven-checkstyle-plugin</artifactId>
113 <configuration>
114 <enableRulesSummary>false</enableRulesSummary>
115 <violationSeverity>warning</violationSeverity>
116 <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
117 </configuration>
118 </plugin>
119 </plugins>
120 </build>
121</project>