Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 1 | <!-- |
| 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 Escoffier | 31f25df | 2008-11-20 15:51:56 +0000 | [diff] [blame] | 19 | <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"> |
Clement Escoffier | 9fc9a3c | 2008-08-11 09:55:34 +0000 | [diff] [blame] | 21 | <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> |
Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 27 | <modelVersion>4.0.0</modelVersion> |
| 28 | <packaging>bundle</packaging> |
| 29 | <name>Apache Felix iPOJO JMX Handler</name> |
| 30 | <artifactId>org.apache.felix.ipojo.handler.jmx</artifactId> |
Clement Escoffier | 2e9f4b3 | 2008-10-14 13:55:56 +0000 | [diff] [blame] | 31 | <version>1.1.0-SNAPSHOT</version> |
Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 32 | <dependencies> |
| 33 | <dependency> |
| 34 | <groupId>org.apache.felix</groupId> |
| 35 | <artifactId>org.apache.felix.ipojo</artifactId> |
Clement Escoffier | 2e9f4b3 | 2008-10-14 13:55:56 +0000 | [diff] [blame] | 36 | <version>1.1.0-SNAPSHOT</version> |
Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>org.apache.felix</groupId> |
| 40 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
Clement Escoffier | 2e9f4b3 | 2008-10-14 13:55:56 +0000 | [diff] [blame] | 41 | <version>1.1.0-SNAPSHOT</version> |
Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>org.apache.felix</groupId> |
| 45 | <artifactId>org.osgi.core</artifactId> |
Clement Escoffier | 31f25df | 2008-11-20 15:51:56 +0000 | [diff] [blame] | 46 | <version>1.0.1</version> |
Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>org.apache.felix</groupId> |
| 50 | <artifactId>org.osgi.compendium</artifactId> |
Clement Escoffier | 2e9f4b3 | 2008-10-14 13:55:56 +0000 | [diff] [blame] | 51 | <version>1.2.0</version> |
Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 52 | </dependency> |
| 53 | </dependencies> |
Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 54 | <build> |
| 55 | <plugins> |
| 56 | <plugin> |
| 57 | <groupId>org.apache.felix</groupId> |
| 58 | <artifactId>maven-bundle-plugin</artifactId> |
Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 59 | <extensions>true</extensions> |
Clement Escoffier | 2e9f4b3 | 2008-10-14 13:55:56 +0000 | [diff] [blame] | 60 | <version>1.4.3</version> |
Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 61 | <configuration> |
| 62 | <instructions> |
Clement Escoffier | 31f25df | 2008-11-20 15:51:56 +0000 | [diff] [blame] | 63 | <Private-Package> org.apache.felix.ipojo.handlers.jmx |
Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 64 | </Private-Package> |
| 65 | <Bundle-Name>${pom.name}</Bundle-Name> |
Clement Escoffier | 8d88835 | 2008-12-10 12:29:41 +0000 | [diff] [blame^] | 66 | <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> |
Clement Escoffier | 31f25df | 2008-11-20 15:51:56 +0000 | [diff] [blame] | 67 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
| 68 | <Bundle-Description> iPOJO JMX Handler </Bundle-Description> |
Clement Escoffier | 2ae452a | 2008-08-13 14:14:55 +0000 | [diff] [blame] | 69 | <Bundle-DocURL> |
Clement Escoffier | 31f25df | 2008-11-20 15:51:56 +0000 | [diff] [blame] | 70 | http://felix.apache.org/site/ipojo-jmx-handler.html |
Clement Escoffier | 2ae452a | 2008-08-13 14:14:55 +0000 | [diff] [blame] | 71 | </Bundle-DocURL> |
Clement Escoffier | 31f25df | 2008-11-20 15:51:56 +0000 | [diff] [blame] | 72 | <Include-Resource> META-INF/LICENCE=LICENSE, |
| 73 | META-INF/NOTICE=NOTICE </Include-Resource> |
Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 74 | </instructions> |
| 75 | </configuration> |
| 76 | </plugin> |
| 77 | <plugin> |
| 78 | <groupId>org.apache.maven.plugins</groupId> |
| 79 | <artifactId>maven-compiler-plugin</artifactId> |
| 80 | <configuration> |
| 81 | <source>1.5</source> |
| 82 | <target>1.5</target> |
| 83 | </configuration> |
| 84 | </plugin> |
| 85 | <plugin> |
| 86 | <groupId>org.apache.felix</groupId> |
| 87 | <artifactId>maven-ipojo-plugin</artifactId> |
Clement Escoffier | 2e9f4b3 | 2008-10-14 13:55:56 +0000 | [diff] [blame] | 88 | <version>1.1.0-SNAPSHOT</version> |
Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 89 | <executions> |
| 90 | <execution> |
| 91 | <goals> |
| 92 | <goal>ipojo-bundle</goal> |
| 93 | </goals> |
| 94 | <configuration> |
| 95 | <metadata>metadata.xml</metadata> |
| 96 | </configuration> |
| 97 | </execution> |
| 98 | </executions> |
| 99 | </plugin> |
Clement Escoffier | 31f25df | 2008-11-20 15:51:56 +0000 | [diff] [blame] | 100 | <plugin> |
| 101 | <groupId>org.codehaus.mojo</groupId> |
| 102 | <artifactId>rat-maven-plugin</artifactId> |
| 103 | <configuration> |
| 104 | <excludeSubProjects>false</excludeSubProjects> |
| 105 | <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> |
| 106 | <useMavenDefaultExcludes>true</useMavenDefaultExcludes> |
| 107 | <excludes> |
| 108 | <param>doc/**/*</param> |
| 109 | <param>maven-eclipse.xml</param> |
| 110 | <param>.checkstyle</param> |
| 111 | <param>.externalToolBuilders/*</param> |
| 112 | <param>LICENSE.asm</param> |
| 113 | </excludes> |
| 114 | </configuration> |
| 115 | </plugin> |
| 116 | <plugin> |
| 117 | <groupId>org.apache.maven.plugins</groupId> |
| 118 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 119 | <configuration> |
| 120 | <enableRulesSummary>false</enableRulesSummary> |
| 121 | <violationSeverity>warning</violationSeverity> |
| 122 | <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation> |
| 123 | </configuration> |
| 124 | </plugin> |
Clement Escoffier | a91a22f | 2008-08-08 08:01:01 +0000 | [diff] [blame] | 125 | </plugins> |
| 126 | </build> |
Clement Escoffier | 31f25df | 2008-11-20 15:51:56 +0000 | [diff] [blame] | 127 | </project> |