Carsten Ziegeler | c19e17c | 2008-01-03 09:15:17 +0000 | [diff] [blame] | 1 | <!-- |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +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 |
| 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. |
Carsten Ziegeler | c19e17c | 2008-01-03 09:15:17 +0000 | [diff] [blame] | 18 | --> |
Clement Escoffier | 4a6414c | 2008-05-18 22:30:54 +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/maven-v4_0_0.xsd"> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 20 | <parent> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 21 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | 7d116ff | 2008-03-29 15:04:02 +0000 | [diff] [blame] | 22 | <artifactId>felix</artifactId> |
| 23 | <version>1.0.2</version> |
| 24 | <relativePath>../../pom/pom.xml</relativePath> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <packaging>bundle</packaging> |
| 28 | <name>Apache Felix iPOJO Arch Command</name> |
| 29 | <artifactId>org.apache.felix.ipojo.arch</artifactId> |
Clement Escoffier | 7d116ff | 2008-03-29 15:04:02 +0000 | [diff] [blame] | 30 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | 8d26a67 | 2008-05-18 22:31:04 +0000 | [diff] [blame] | 31 | <version>0.9.0-SNAPSHOT</version> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 32 | <dependencies> |
| 33 | <dependency> |
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 34 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 35 | <artifactId>org.apache.felix.ipojo</artifactId> |
Clement Escoffier | 2ca814e | 2008-05-19 01:47:07 +0000 | [diff] [blame] | 36 | <version>0.9.0-SNAPSHOT</version> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 37 | </dependency> |
| 38 | <dependency> |
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 39 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 40 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
Clement Escoffier | 2ca814e | 2008-05-19 01:47:07 +0000 | [diff] [blame] | 41 | <version>0.9.0-SNAPSHOT</version> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 42 | </dependency> |
| 43 | <dependency> |
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 44 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 45 | <artifactId>org.apache.felix.shell</artifactId> |
| 46 | <version>1.0.0</version> |
| 47 | </dependency> |
| 48 | </dependencies> |
| 49 | <build> |
| 50 | <plugins> |
| 51 | <plugin> |
| 52 | <groupId>org.apache.felix</groupId> |
| 53 | <artifactId>maven-bundle-plugin</artifactId> |
Clement Escoffier | 9fc9a3c | 2008-08-11 09:55:34 +0000 | [diff] [blame] | 54 | <version>1.4.2</version> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 55 | <extensions>true</extensions> |
| 56 | <configuration> |
| 57 | <instructions> |
| 58 | <Bundle-Name> |
| 59 | iPOJO Arch Felix Command |
| 60 | </Bundle-Name> |
| 61 | <Bundle-SymbolicName> |
| 62 | ${pom.artifactId} |
| 63 | </Bundle-SymbolicName> |
Clement Escoffier | 9d7a005 | 2008-05-05 18:30:18 +0000 | [diff] [blame] | 64 | <Bundle-Vendor> |
| 65 | The Apache Software Foundation |
| 66 | </Bundle-Vendor> |
Clement Escoffier | 2ae452a | 2008-08-13 14:14:55 +0000 | [diff] [blame] | 67 | <Bundle-Description> |
| 68 | iPOJO Arch command for Felix |
| 69 | </Bundle-Description> |
| 70 | <Bundle-DocURL> |
| 71 | http://felix.apache.org/site/architecture-handler.html |
| 72 | </Bundle-DocURL> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 73 | <Private-Package> |
| 74 | org.apache.felix.ipojo.arch |
| 75 | </Private-Package> |
Clement Escoffier | 9d7a005 | 2008-05-05 18:30:18 +0000 | [diff] [blame] | 76 | <Include-Resource> |
| 77 | META-INF/LICENCE=LICENSE, |
| 78 | META-INF/NOTICE=NOTICE |
| 79 | </Include-Resource> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 80 | </instructions> |
| 81 | </configuration> |
| 82 | </plugin> |
| 83 | <plugin> |
| 84 | <groupId>org.apache.felix</groupId> |
| 85 | <artifactId>maven-ipojo-plugin</artifactId> |
Clement Escoffier | 2ca814e | 2008-05-19 01:47:07 +0000 | [diff] [blame] | 86 | <version>0.9.0-SNAPSHOT</version> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 87 | <executions> |
| 88 | <execution> |
| 89 | <goals> |
| 90 | <goal>ipojo-bundle</goal> |
| 91 | </goals> |
| 92 | <configuration> |
| 93 | <ignoreAnnotations>true</ignoreAnnotations> |
| 94 | </configuration> |
| 95 | </execution> |
| 96 | </executions> |
| 97 | </plugin> |
| 98 | </plugins> |
| 99 | </build> |
Richard S. Hall | 7fa1415 | 2006-06-14 15:22:03 +0000 | [diff] [blame] | 100 | </project> |