Clement Escoffier | 05a71aa | 2008-10-14 09:24:58 +0000 | [diff] [blame] | 1 | <!-- |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +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 | 19b08fc | 2009-05-08 09:02:02 +0000 | [diff] [blame] | 9 | |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 10 | http://www.apache.org/licenses/LICENSE-2.0 |
Clement Escoffier | 19b08fc | 2009-05-08 09:02:02 +0000 | [diff] [blame] | 11 | |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +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 | 05a71aa | 2008-10-14 09:24:58 +0000 | [diff] [blame] | 18 | --> |
Clement Escoffier | f42afdf | 2009-01-19 13:42:41 +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/xsd/maven-4.0.0.xsd"> |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix-parent</artifactId> |
| 23 | <version>1.2.0</version> |
| 24 | <relativePath>../../pom/pom.xml</relativePath> |
| 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <artifactId>org.apache.felix.ipojo.ant</artifactId> |
| 28 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | 4d2af28 | 2009-07-21 18:15:34 +0000 | [diff] [blame] | 29 | <version>1.5.0-SNAPSHOT</version> |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 30 | <packaging>bundle</packaging> |
| 31 | <name>Apache Felix iPOJO Ant Task</name> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 32 | |
| 33 | <description> |
| 34 | Ant task to package iPOJO-powered bundles. |
| 35 | </description> |
| 36 | <url> |
| 37 | http://felix.apache.org/site/ipojo-ant-task.html |
| 38 | </url> |
| 39 | |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 40 | <dependencies> |
| 41 | <dependency> |
| 42 | <groupId>org.apache.felix</groupId> |
| 43 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
Clement Escoffier | 4360419 | 2009-08-21 10:43:25 +0000 | [diff] [blame] | 44 | <!-- <version>${pom.version}</version> --> |
| 45 | <version>1.4.0</version> |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>org.apache.felix</groupId> |
| 49 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId> |
Clement Escoffier | 451eadb | 2009-07-21 18:20:21 +0000 | [diff] [blame] | 50 | <version>${pom.version}</version> |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>xerces</groupId> |
| 54 | <artifactId>xercesImpl</artifactId> |
| 55 | <version>2.9.1</version> |
| 56 | </dependency> |
| 57 | <dependency> |
| 58 | <groupId>ant</groupId> |
| 59 | <artifactId>ant</artifactId> |
| 60 | <version>1.6.5</version> |
| 61 | </dependency> |
| 62 | </dependencies> |
| 63 | <build> |
| 64 | <plugins> |
| 65 | <plugin> |
| 66 | <groupId>org.apache.felix</groupId> |
| 67 | <artifactId>maven-bundle-plugin</artifactId> |
| 68 | <version>1.4.3</version> |
| 69 | <extensions>true</extensions> |
| 70 | <configuration> |
| 71 | <instructions> |
| 72 | <Bundle-Name>iPOJO Ant Task</Bundle-Name> |
| 73 | <Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor> |
| 74 | <Bundle-Description> iPOJO Ant Task </Bundle-Description> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 75 | <Bundle-DocURL>http://felix.apache.org/site/ipojo-ant-task.html</Bundle-DocURL> |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 76 | <Private-Package> org.apache.felix.ipojo.metadata, |
| 77 | org.apache.felix.ipojo.manipulator, |
| 78 | org.apache.felix.ipojo.xml.parser, |
| 79 | org.apache.felix.ipojo.manipulation*, |
| 80 | org.objectweb.asm.util;-split-package:=merge-first, |
| 81 | org.objectweb.asm;-split-package:=merge-first, |
| 82 | org.objectweb.asm.commons;-split-package:=merge-first, |
| 83 | org.apache.xerces.parsers, org.apache.xerces.xni*, |
| 84 | org.apache.xerces.impl*, org.apache.xerces.util.*, |
| 85 | org.apache.xerces.dom.*, org.apache.xerces.dom3.* |
| 86 | </Private-Package> |
| 87 | <Export-Package> org.apache.felix.ipojo.task </Export-Package> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 88 | <Include-Resource> META-INF/LICENSE=LICENSE, |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 89 | META-INF/NOTICE=NOTICE, META-INF/LICENSE.asm=LICENSE.asm |
| 90 | </Include-Resource> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 91 | <Import-Package>!org.objectweb.asm.signature, !org.objectweb.asm.tree, !org.objectweb.asm.tree.analysis, *</Import-Package> |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 92 | </instructions> |
| 93 | <obrRepository>NONE</obrRepository> |
| 94 | </configuration> |
| 95 | </plugin> |
| 96 | <plugin> |
| 97 | <groupId>org.codehaus.mojo</groupId> |
| 98 | <artifactId>rat-maven-plugin</artifactId> |
| 99 | <configuration> |
| 100 | <excludeSubProjects>false</excludeSubProjects> |
| 101 | <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> |
| 102 | <useMavenDefaultExcludes>true</useMavenDefaultExcludes> |
| 103 | <excludes> |
| 104 | <param>doc/**/*</param> |
| 105 | <param>maven-eclipse.xml</param> |
| 106 | <param>.checkstyle</param> |
| 107 | <param>.externalToolBuilders/*</param> |
| 108 | <param>LICENSE.asm</param> |
| 109 | </excludes> |
| 110 | </configuration> |
| 111 | </plugin> |
| 112 | <plugin> |
| 113 | <groupId>org.apache.maven.plugins</groupId> |
| 114 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 115 | <configuration> |
| 116 | <enableRulesSummary>false</enableRulesSummary> |
| 117 | <violationSeverity>warning</violationSeverity> |
| 118 | <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation> |
| 119 | </configuration> |
| 120 | </plugin> |
| 121 | </plugins> |
| 122 | </build> |
| 123 | </project> |