Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +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 | d20a28b | 2013-05-15 16:18:23 +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 | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix-parent</artifactId> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 23 | <version>2.1</version> |
Clement Escoffier | 5453425 | 2013-06-12 12:46:17 +0000 | [diff] [blame] | 24 | <relativePath>../../../pom/pom.xml</relativePath> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <packaging>bundle</packaging> |
Clement Escoffier | 5453425 | 2013-06-12 12:46:17 +0000 | [diff] [blame] | 28 | <name>Apache Felix iPOJO Gogo Command</name> |
| 29 | <artifactId>org.apache.felix.ipojo.gogo</artifactId> |
Clement Escoffier | 181a59f | 2014-03-11 15:56:31 +0000 | [diff] [blame^] | 30 | <version>1.11.2</version> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 31 | |
| 32 | <description> |
Clement Escoffier | 5453425 | 2013-06-12 12:46:17 +0000 | [diff] [blame] | 33 | Provides commands for the Gogo shell to introspect the iPOJO ecosystem. |
Clement Escoffier | 8c05b5b | 2010-07-18 16:05:19 +0000 | [diff] [blame] | 34 | </description> |
Clement Escoffier | b76fae7 | 2013-05-28 04:37:54 +0000 | [diff] [blame] | 35 | <url> |
| 36 | http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-arch-command.html |
| 37 | </url> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 38 | |
| 39 | <dependencies> |
| 40 | <dependency> |
| 41 | <groupId>org.apache.felix</groupId> |
| 42 | <artifactId>org.apache.felix.ipojo</artifactId> |
Clement Escoffier | 181a59f | 2014-03-11 15:56:31 +0000 | [diff] [blame^] | 43 | <version>1.11.2</version> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.apache.felix</groupId> |
| 47 | <artifactId>org.apache.felix.ipojo.annotations</artifactId> |
Clement Escoffier | 1f63da0 | 2014-01-30 06:37:51 +0000 | [diff] [blame] | 48 | <version>1.11.1</version> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>org.osgi</groupId> |
| 52 | <artifactId>org.osgi.core</artifactId> |
| 53 | <version>4.2.0</version> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>org.osgi</groupId> |
| 57 | <artifactId>org.osgi.compendium</artifactId> |
| 58 | <version>4.0.0</version> |
| 59 | </dependency> |
| 60 | <dependency> |
Clement Escoffier | b84f62f | 2010-06-09 19:57:29 +0000 | [diff] [blame] | 61 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 62 | <artifactId>org.apache.felix.gogo.runtime</artifactId> |
Clement Escoffier | 3cad63c | 2010-09-24 15:37:43 +0000 | [diff] [blame] | 63 | <version>0.6.1</version> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 64 | </dependency> |
| 65 | </dependencies> |
| 66 | <build> |
| 67 | <plugins> |
| 68 | <plugin> |
| 69 | <groupId>org.apache.maven.plugins</groupId> |
| 70 | <artifactId>maven-compiler-plugin</artifactId> |
| 71 | <configuration> |
| 72 | <source>1.5</source> |
| 73 | <target>1.5</target> |
| 74 | </configuration> |
| 75 | </plugin> |
| 76 | <plugin> |
| 77 | <groupId>org.apache.felix</groupId> |
| 78 | <artifactId>maven-bundle-plugin</artifactId> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 79 | <version>2.3.7</version> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 80 | <extensions>true</extensions> |
| 81 | <configuration> |
| 82 | <instructions> |
| 83 | <Bundle-Name>Apache Felix iPOJO Gogo Command</Bundle-Name> |
| 84 | <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 85 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 86 | <Bundle-Description> |
Clement Escoffier | 5453425 | 2013-06-12 12:46:17 +0000 | [diff] [blame] | 87 | Gogo commands for iPOJO |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 88 | </Bundle-Description> |
| 89 | <Bundle-DocURL> |
Clement Escoffier | b76fae7 | 2013-05-28 04:37:54 +0000 | [diff] [blame] | 90 | http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-arch-command.html |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 91 | </Bundle-DocURL> |
| 92 | <Private-Package>org.apache.felix.ipojo.arch.gogo</Private-Package> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 93 | <Import-Package> |
| 94 | org.apache.felix.service.command;version=0.6.0, * |
| 95 | </Import-Package> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 96 | </instructions> |
| 97 | </configuration> |
| 98 | </plugin> |
| 99 | <plugin> |
| 100 | <groupId>org.apache.felix</groupId> |
| 101 | <artifactId>maven-ipojo-plugin</artifactId> |
Clement Escoffier | cc18202 | 2013-10-08 14:09:24 +0000 | [diff] [blame] | 102 | <version>1.10.1</version> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 103 | <executions> |
| 104 | <execution> |
| 105 | <goals> |
| 106 | <goal>ipojo-bundle</goal> |
| 107 | </goals> |
| 108 | </execution> |
| 109 | </executions> |
| 110 | </plugin> |
| 111 | <plugin> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 112 | <groupId>org.apache.maven.plugins</groupId> |
| 113 | <artifactId>maven-checkstyle-plugin</artifactId> |
Guillaume Sauthier | c05747c | 2013-07-01 15:32:30 +0000 | [diff] [blame] | 114 | <version>2.10</version> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 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> |
Clement Escoffier | 181a59f | 2014-03-11 15:56:31 +0000 | [diff] [blame^] | 123 | |
| 124 | <scm> |
| 125 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.runtime-project-1.11.2/org.apache.felix.ipojo.gogo</connection> |
| 126 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.runtime-project-1.11.2/org.apache.felix.ipojo.gogo</developerConnection> |
| 127 | <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.ipojo.runtime-project-1.11.2/org.apache.felix.ipojo.gogo</url> |
| 128 | </scm> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 129 | </project> |