blob: f9c74c4126d6e11f63aa8b193e394729721c9d23 [file] [log] [blame]
Clement Escoffier2edf9762008-10-14 09:24:58 +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 Escoffierb8fe1372008-11-20 15:51:56 +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/xsd/maven-4.0.0.xsd">
Clement Escoffier5cf3f062008-10-14 09:20:39 +000021 <parent>
22 <groupId>org.apache.felix</groupId>
23 <artifactId>felix</artifactId>
24 <version>1.0.2</version>
25 <relativePath>../../pom/pom.xml</relativePath>
26 </parent>
27 <modelVersion>4.0.0</modelVersion>
28 <artifactId>org.apache.felix.ipojo.ant</artifactId>
29 <groupId>org.apache.felix</groupId>
Clement Escoffier1480a432008-10-14 09:30:22 +000030 <version>1.1.0-SNAPSHOT</version>
Clement Escoffier5cf3f062008-10-14 09:20:39 +000031 <packaging>bundle</packaging>
32 <name>Apache Felix iPOJO Ant Task</name>
33 <dependencies>
34 <dependency>
35 <groupId>org.apache.felix</groupId>
36 <artifactId>org.apache.felix.ipojo.metadata</artifactId>
Clement Escoffier38788712009-01-19 13:40:02 +000037 <version>1.2.0</version>
Clement Escoffier5cf3f062008-10-14 09:20:39 +000038 </dependency>
39 <dependency>
40 <groupId>org.apache.felix</groupId>
41 <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
Clement Escoffier38788712009-01-19 13:40:02 +000042 <version>1.2.0</version>
Clement Escoffier5cf3f062008-10-14 09:20:39 +000043 </dependency>
44 <dependency>
45 <groupId>xerces</groupId>
46 <artifactId>xercesImpl</artifactId>
47 <version>2.4.0</version>
48 </dependency>
49 <dependency>
50 <groupId>ant</groupId>
51 <artifactId>ant</artifactId>
52 <version>1.6.5</version>
53 </dependency>
54 </dependencies>
Clement Escoffier5cf3f062008-10-14 09:20:39 +000055 <build>
56 <plugins>
57 <plugin>
58 <groupId>org.apache.felix</groupId>
59 <artifactId>maven-bundle-plugin</artifactId>
Clement Escoffier818e6922008-10-14 13:55:56 +000060 <version>1.4.3</version>
Clement Escoffier5cf3f062008-10-14 09:20:39 +000061 <extensions>true</extensions>
62 <configuration>
63 <instructions>
64 <Bundle-Name>iPOJO Ant Task</Bundle-Name>
Clement Escoffierb8fe1372008-11-20 15:51:56 +000065 <Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
66 <Bundle-Description> iPOJO Ant Task </Bundle-Description>
67 <Private-Package> org.apache.felix.ipojo.metadata,
Clement Escoffier5cf3f062008-10-14 09:20:39 +000068 org.apache.felix.ipojo.manipulator,
69 org.apache.felix.ipojo.xml.parser,
70 org.apache.felix.ipojo.manipulation*,
71 org.objectweb.asm.util;-split-package:=merge-first,
72 org.objectweb.asm;-split-package:=merge-first,
73 org.objectweb.asm.commons;-split-package:=merge-first,
Clement Escoffierb8fe1372008-11-20 15:51:56 +000074 org.apache.xerces.parsers, org.apache.xerces.xni*,
75 org.apache.xerces.impl*, org.apache.xerces.util.*,
76 org.apache.xerces.dom.*, org.apache.xerces.dom3.*
Clement Escoffier5cf3f062008-10-14 09:20:39 +000077 </Private-Package>
Clement Escoffierb8fe1372008-11-20 15:51:56 +000078 <Export-Package> org.apache.felix.ipojo.task </Export-Package>
79 <Include-Resource> META-INF/LICENCE=LICENSE,
80 META-INF/NOTICE=NOTICE, META-INF/LICENSE.asm=LICENSE.asm
Clement Escoffier5cf3f062008-10-14 09:20:39 +000081 </Include-Resource>
82 </instructions>
Clement Escoffiera6be7932009-01-14 14:07:17 +000083 <obrRepository>NONE</obrRepository>
Clement Escoffier5cf3f062008-10-14 09:20:39 +000084 </configuration>
85 </plugin>
Clement Escoffierb8fe1372008-11-20 15:51:56 +000086 <plugin>
87 <groupId>org.codehaus.mojo</groupId>
88 <artifactId>rat-maven-plugin</artifactId>
89 <configuration>
90 <excludeSubProjects>false</excludeSubProjects>
91 <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
92 <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
93 <excludes>
94 <param>doc/**/*</param>
95 <param>maven-eclipse.xml</param>
96 <param>.checkstyle</param>
97 <param>.externalToolBuilders/*</param>
98 <param>LICENSE.asm</param>
99 </excludes>
100 </configuration>
101 </plugin>
102 <plugin>
103 <groupId>org.apache.maven.plugins</groupId>
104 <artifactId>maven-checkstyle-plugin</artifactId>
105 <configuration>
106 <enableRulesSummary>false</enableRulesSummary>
107 <violationSeverity>warning</violationSeverity>
108 <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
109 </configuration>
110 </plugin>
Clement Escoffier5cf3f062008-10-14 09:20:39 +0000111 </plugins>
112 </build>
Clement Escoffier42ef1552007-08-14 13:45:19 +0000113</project>