Clement Escoffier | 3061b4b | 2011-12-03 09:36:25 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
Clement Escoffier | 0ed5420 | 2011-12-06 15:10:09 +0000 | [diff] [blame] | 20 | <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 | 3061b4b | 2011-12-03 09:36:25 +0000 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <parent> |
| 23 | <groupId>org.apache.felix</groupId> |
| 24 | <artifactId>felix-parent</artifactId> |
| 25 | <version>1.2.1</version> |
| 26 | <relativePath>../../../pom/pom.xml</relativePath> |
| 27 | </parent> |
| 28 | |
| 29 | <artifactId>bnd-ipojo-plugin</artifactId> |
Clement Escoffier | 29d57cc | 2012-10-28 13:52:30 +0000 | [diff] [blame^] | 30 | <version>1.8.6</version> |
Clement Escoffier | 3061b4b | 2011-12-03 09:36:25 +0000 | [diff] [blame] | 31 | <name>Apache Felix iPOJO Bnd Plugin</name> |
| 32 | |
| 33 | <dependencies> |
| 34 | <dependency> |
| 35 | <groupId>biz.aQute</groupId> |
| 36 | <artifactId>bndlib</artifactId> |
| 37 | <version>1.43.0</version> |
| 38 | <scope>provided</scope> |
| 39 | </dependency> |
| 40 | <dependency> |
| 41 | <groupId>org.apache.felix</groupId> |
| 42 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId> |
Clement Escoffier | 29d57cc | 2012-10-28 13:52:30 +0000 | [diff] [blame^] | 43 | <version>1.8.6</version> |
Clement Escoffier | 3061b4b | 2011-12-03 09:36:25 +0000 | [diff] [blame] | 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.apache.felix</groupId> |
| 47 | <artifactId>org.apache.felix.ipojo.annotations</artifactId> |
| 48 | <version>1.8.0</version> |
| 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>org.mockito</groupId> |
| 52 | <artifactId>mockito-all</artifactId> |
| 53 | <version>1.8.5</version> |
| 54 | <scope>test</scope> |
| 55 | </dependency> |
| 56 | </dependencies> |
| 57 | |
| 58 | <build> |
Clement Escoffier | 114b2e0 | 2012-03-30 08:20:36 +0000 | [diff] [blame] | 59 | <resources> |
| 60 | <resource> |
| 61 | <directory>src/main/resources</directory> |
| 62 | </resource> |
| 63 | <resource> |
| 64 | <directory>.</directory> |
| 65 | <targetPath>META-INF</targetPath> |
| 66 | <includes> |
| 67 | <include>LICENSE*</include> |
| 68 | <include>NOTICE*</include> |
| 69 | <include>DEPENDENCIES*</include> |
| 70 | </includes> |
| 71 | </resource> |
| 72 | </resources> |
Clement Escoffier | 3061b4b | 2011-12-03 09:36:25 +0000 | [diff] [blame] | 73 | <plugins> |
| 74 | <plugin> |
| 75 | <groupId>org.apache.maven.plugins</groupId> |
| 76 | <artifactId>maven-compiler-plugin</artifactId> |
| 77 | <configuration> |
| 78 | <source>1.5</source> |
| 79 | <target>1.5</target> |
| 80 | </configuration> |
| 81 | </plugin> |
| 82 | </plugins> |
| 83 | </build> |
| 84 | |
Clement Escoffier | 195bb8f | 2011-12-06 15:04:44 +0000 | [diff] [blame] | 85 | <profiles> |
| 86 | <profile> |
| 87 | <id>release</id> |
| 88 | <build> |
| 89 | <plugins> |
| 90 | <plugin> |
| 91 | <groupId>org.apache.maven.plugins</groupId> |
| 92 | <artifactId>maven-javadoc-plugin</artifactId> |
| 93 | <executions> |
| 94 | <execution> |
| 95 | <id>attach-javadocs</id> |
| 96 | <goals> |
| 97 | <goal>jar</goal> |
| 98 | </goals> |
| 99 | </execution> |
| 100 | </executions> |
| 101 | </plugin> |
| 102 | </plugins> |
| 103 | </build> |
| 104 | </profile> |
| 105 | </profiles> |
Clement Escoffier | 29d57cc | 2012-10-28 13:52:30 +0000 | [diff] [blame^] | 106 | |
| 107 | <scm> |
| 108 | <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.8.6</connection> |
| 109 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.8.6</developerConnection> |
| 110 | <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.8.6</url> |
| 111 | </scm> |
Clement Escoffier | 3061b4b | 2011-12-03 09:36:25 +0000 | [diff] [blame] | 112 | </project> |