blob: 195851486cec7edc323e18a9c600350cff90492a [file] [log] [blame]
Clement Escoffier9e935de2008-10-14 10:52:53 +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 Escoffier9e935de2008-10-14 10:52:53 +000018-->
Clement Escoffier2f1e9482012-04-21 16:04:33 +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>
24 <version>1.2.1</version>
25 <relativePath>../../../pom/pom.xml</relativePath>
26 </parent>
27 <modelVersion>4.0.0</modelVersion>
28 <packaging>bundle</packaging>
29 <name>Apache Felix iPOJO Composite</name>
30 <artifactId>org.apache.felix.ipojo.composite</artifactId>
Clement Escoffierbfa74d02009-07-19 16:25:18 +000031 <groupId>org.apache.felix</groupId>
Clement Escoffier2f1e9482012-04-21 16:04:33 +000032 <version>1.9.0-SNAPSHOT</version>
Clement Escoffier0b93f382009-07-03 13:16:24 +000033
Clement Escoffier2f1e9482012-04-21 16:04:33 +000034 <properties>
35 <ipojo.package.version>1.8.2</ipojo.package.version>
36 </properties>
Clement Escoffier879f0f02011-01-16 20:09:13 +000037
Clement Escoffier2f1e9482012-04-21 16:04:33 +000038 <description>
39 iPOJO Composition Model. This is an iPOJO extension to execute service composition.
40 </description>
41 <url>http://felix.apache.org/site/ipojo-composition-tutorial.html</url>
Clement Escoffier0b93f382009-07-03 13:16:24 +000042
Clement Escoffier2f1e9482012-04-21 16:04:33 +000043 <dependencies>
44 <dependency>
45 <groupId>org.osgi</groupId>
46 <artifactId>org.osgi.core</artifactId>
47 <version>4.0.0</version>
48 </dependency>
49 <dependency>
50 <groupId>org.apache.felix</groupId>
51 <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
52 <!-- Same as the iPOJO core embedded manipulator -->
53 <version>1.8.0</version>
54 </dependency>
55 <dependency>
56 <groupId>org.apache.felix</groupId>
57 <artifactId>org.apache.felix.ipojo</artifactId>
58 <version>1.9.0-SNAPSHOT</version>
59 </dependency>
60 </dependencies>
61 <build>
62 <resources>
63 <resource>
64 <directory>src/main/resources</directory>
65 </resource>
66 <resource>
67 <directory>.</directory>
68 <targetPath>META-INF</targetPath>
69 <includes>
70 <include>LICENSE*</include>
71 <include>NOTICE*</include>
72 <include>DEPENDENCIES*</include>
73 </includes>
74 </resource>
75 </resources>
76
77 <plugins>
78 <plugin>
79 <groupId>org.apache.felix</groupId>
80 <artifactId>maven-bundle-plugin</artifactId>
81 <version>1.4.3</version>
82 <extensions>true</extensions>
83 <configuration>
84 <instructions>
85 <Bundle-Name>Apache Felix iPOJO Composite</Bundle-Name>
86 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
87 <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
88 <Bundle-Description>iPOJO Composititon Framework
89 </Bundle-Description>
90 <Bundle-DocURL>
91 http://felix.apache.org/site/ipojo-composition-tutorial.html
92 </Bundle-DocURL>
93 <Import-Package>
94 org.apache.felix.ipojo,
95 org.apache.felix.ipojo.architecture,
96 org.apache.felix.ipojo.context,
97 org.apache.felix.ipojo.metadata,
98 org.apache.felix.ipojo.parser,
99 org.apache.felix.ipojo.util,
100 org.apache.felix.ipojo.manipulation,
101 org.osgi.framework;version=1.3,
102 !org.objectweb.asm.tree,
103 </Import-Package>
104 <Private-Package>
105 org.apache.felix.ipojo.composite.architecture,
106 org.apache.felix.ipojo.composite.service*,
107 org.apache.felix.ipojo.composite.instance,
108 org.apache.felix.ipojo.composite.util,
109 <!-- ASM (Manipulator dependencies) -->
110 org.objectweb.asm.commons,
111 org.objectweb.asm.signature,
112 org.objectweb.asm
113 </Private-Package>
114 <Export-Package>
115 org.apache.felix.ipojo.composite; version="${ipojo.package.version}"
116 </Export-Package>
117 <Include-Resource>
118 META-INF/LICENSE=LICENSE,
119 META-INF/NOTICE=NOTICE,
120 META-INF/LICENSE.asm=LICENSE.asm,
121 META-INF/DEPENDENCIES=DEPENDENCIES
122 </Include-Resource>
123 <IPOJO-Extension>
124 composite:org.apache.felix.ipojo.composite.CompositeFactory
125 </IPOJO-Extension>
126 <_donotcopy>(CVS|.svn|.+.bak|~.+|metadata.xml)</_donotcopy>
127 </instructions>
128 </configuration>
129 </plugin>
130 <plugin>
131 <groupId>org.apache.felix</groupId>
132 <artifactId>maven-ipojo-plugin</artifactId>
133 <version>1.8.4</version>
134 <executions>
135 <execution>
136 <goals>
137 <goal>ipojo-bundle</goal>
138 </goals>
139 <configuration>
140 <metadata>src/main/resources/metadata.xml</metadata>
141 <ignoreAnnotations>true</ignoreAnnotations>
142 </configuration>
143 </execution>
144 </executions>
145 </plugin>
146 <plugin>
147 <groupId>org.codehaus.mojo</groupId>
148 <artifactId>rat-maven-plugin</artifactId>
149 <configuration>
150 <excludeSubProjects>false</excludeSubProjects>
151 <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
152 <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
153 <excludes>
154 <param>doc/**/*</param>
155 <param>maven-eclipse.xml</param>
156 <param>.checkstyle</param>
157 <param>.externalToolBuilders/*</param>
158 <param>LICENSE.asm</param>
159 </excludes>
160 </configuration>
161 </plugin>
162 <plugin>
163 <groupId>org.apache.maven.plugins</groupId>
164 <artifactId>maven-checkstyle-plugin</artifactId>
165 <configuration>
166 <enableRulesSummary>false</enableRulesSummary>
167 <violationSeverity>warning</violationSeverity>
168 <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
169 </configuration>
170 </plugin>
171 </plugins>
172 </build>
Clement Escoffierbfa74d02009-07-19 16:25:18 +0000173</project>