Clement Escoffier | 99bc2be | 2008-05-18 22:30:54 +0000 | [diff] [blame] | 1 | <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 | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 2 | <parent> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 3 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | a414211 | 2008-03-29 15:04:02 +0000 | [diff] [blame] | 4 | <artifactId>felix</artifactId> |
| 5 | <version>1.0.2</version> |
| 6 | <relativePath>../../pom/pom.xml</relativePath> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 7 | </parent> |
| 8 | <modelVersion>4.0.0</modelVersion> |
| 9 | <packaging>bundle</packaging> |
| 10 | <name>Apache Felix iPOJO Arch Command</name> |
| 11 | <artifactId>org.apache.felix.ipojo.arch</artifactId> |
Clement Escoffier | a414211 | 2008-03-29 15:04:02 +0000 | [diff] [blame] | 12 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | 9df7287 | 2008-10-14 10:59:57 +0000 | [diff] [blame^] | 13 | <version>1.0.0</version> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 14 | <dependencies> |
| 15 | <dependency> |
Clement Escoffier | 65fd734 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 16 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 17 | <artifactId>org.apache.felix.ipojo</artifactId> |
Clement Escoffier | 9df7287 | 2008-10-14 10:59:57 +0000 | [diff] [blame^] | 18 | <version>1.0.0</version> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 19 | </dependency> |
| 20 | <dependency> |
Clement Escoffier | 65fd734 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 21 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 22 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
Clement Escoffier | 9df7287 | 2008-10-14 10:59:57 +0000 | [diff] [blame^] | 23 | <version>1.0.0</version> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 24 | </dependency> |
| 25 | <dependency> |
Clement Escoffier | 65fd734 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 26 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 27 | <artifactId>org.apache.felix.shell</artifactId> |
| 28 | <version>1.0.0</version> |
| 29 | </dependency> |
| 30 | </dependencies> |
| 31 | <build> |
| 32 | <plugins> |
| 33 | <plugin> |
| 34 | <groupId>org.apache.felix</groupId> |
| 35 | <artifactId>maven-bundle-plugin</artifactId> |
Clement Escoffier | 6ed6c4e | 2008-08-11 09:55:34 +0000 | [diff] [blame] | 36 | <version>1.4.2</version> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 37 | <extensions>true</extensions> |
| 38 | <configuration> |
| 39 | <instructions> |
| 40 | <Bundle-Name> |
| 41 | iPOJO Arch Felix Command |
| 42 | </Bundle-Name> |
| 43 | <Bundle-SymbolicName> |
| 44 | ${pom.artifactId} |
| 45 | </Bundle-SymbolicName> |
Clement Escoffier | 8428e9d | 2008-05-05 18:30:18 +0000 | [diff] [blame] | 46 | <Bundle-Vendor> |
| 47 | The Apache Software Foundation |
| 48 | </Bundle-Vendor> |
Clement Escoffier | 06c1d31 | 2008-08-13 14:14:55 +0000 | [diff] [blame] | 49 | <Bundle-Description> |
| 50 | iPOJO Arch command for Felix |
| 51 | </Bundle-Description> |
| 52 | <Bundle-DocURL> |
| 53 | http://felix.apache.org/site/architecture-handler.html |
| 54 | </Bundle-DocURL> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 55 | <Private-Package> |
| 56 | org.apache.felix.ipojo.arch |
| 57 | </Private-Package> |
Clement Escoffier | 8428e9d | 2008-05-05 18:30:18 +0000 | [diff] [blame] | 58 | <Include-Resource> |
| 59 | META-INF/LICENCE=LICENSE, |
| 60 | META-INF/NOTICE=NOTICE |
| 61 | </Include-Resource> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 62 | </instructions> |
| 63 | </configuration> |
| 64 | </plugin> |
| 65 | <plugin> |
| 66 | <groupId>org.apache.felix</groupId> |
| 67 | <artifactId>maven-ipojo-plugin</artifactId> |
Clement Escoffier | 9df7287 | 2008-10-14 10:59:57 +0000 | [diff] [blame^] | 68 | <version>1.0.0</version> |
Clement Escoffier | e50ede5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 69 | <executions> |
| 70 | <execution> |
| 71 | <goals> |
| 72 | <goal>ipojo-bundle</goal> |
| 73 | </goals> |
| 74 | <configuration> |
| 75 | <ignoreAnnotations>true</ignoreAnnotations> |
| 76 | </configuration> |
| 77 | </execution> |
| 78 | </executions> |
| 79 | </plugin> |
| 80 | </plugins> |
| 81 | </build> |
Clement Escoffier | 9df7287 | 2008-10-14 10:59:57 +0000 | [diff] [blame^] | 82 | |
| 83 | <scm> |
| 84 | <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.arch-1.0.0</connection> |
| 85 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.arch-1.0.0</developerConnection> |
| 86 | <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.arch-1.0.0</url> |
| 87 | </scm> |
| 88 | </project> |