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 | f73d082 | 2010-07-18 16:07:20 +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> |
| 23 | <version>1.2.1</version> |
| 24 | <relativePath>../../pom/pom.xml</relativePath> |
| 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <packaging>bundle</packaging> |
| 28 | <name>Apache Felix iPOJO Arch Gogo Command</name> |
| 29 | <artifactId>org.apache.felix.ipojo.arch.gogo</artifactId> |
| 30 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | 934d498 | 2010-09-28 16:41:33 +0000 | [diff] [blame] | 31 | <version>1.1.0-SNAPSHOT</version> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 32 | |
| 33 | <description> |
| 34 | Arch command to collect and print information about iPOJO instances. |
| 35 | This command is made for Gogo. |
Clement Escoffier | 8c05b5b | 2010-07-18 16:05:19 +0000 | [diff] [blame] | 36 | </description> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 37 | <url>http://felix.apache.org/site/ipojo-arch-command.html</url> |
| 38 | |
| 39 | <dependencies> |
| 40 | <dependency> |
| 41 | <groupId>org.apache.felix</groupId> |
| 42 | <artifactId>org.apache.felix.ipojo</artifactId> |
Clement Escoffier | b84f62f | 2010-06-09 19:57:29 +0000 | [diff] [blame] | 43 | <version>1.6.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> |
| 48 | <version>1.6.0</version> |
| 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> |
| 79 | <version>2.0.1</version> |
| 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> |
| 85 | <Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor> |
| 86 | <Bundle-Description> |
| 87 | iPOJO Arch command for Gogo |
| 88 | </Bundle-Description> |
| 89 | <Bundle-DocURL> |
| 90 | http://felix.apache.org/site/ipojo-arch-command.html |
| 91 | </Bundle-DocURL> |
| 92 | <Private-Package>org.apache.felix.ipojo.arch.gogo</Private-Package> |
Clement Escoffier | 3cad63c | 2010-09-24 15:37:43 +0000 | [diff] [blame] | 93 | <Include-Resource> |
Clement Escoffier | 1593ef5 | 2010-07-14 18:31:13 +0000 | [diff] [blame] | 94 | META-INF/LICENSE=LICENSE, |
| 95 | META-INF/NOTICE=NOTICE, |
| 96 | META-INF/DEPENDENCIES=DEPENDENCIES |
| 97 | </Include-Resource> |
Clement Escoffier | b84f62f | 2010-06-09 19:57:29 +0000 | [diff] [blame] | 98 | <Import-Package> |
| 99 | org.apache.felix.service.command;version=0.6.0, * |
| 100 | </Import-Package> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 101 | </instructions> |
| 102 | </configuration> |
| 103 | </plugin> |
| 104 | <plugin> |
| 105 | <groupId>org.apache.felix</groupId> |
| 106 | <artifactId>maven-ipojo-plugin</artifactId> |
| 107 | <version>1.6.0</version> |
| 108 | <executions> |
| 109 | <execution> |
| 110 | <goals> |
| 111 | <goal>ipojo-bundle</goal> |
| 112 | </goals> |
| 113 | </execution> |
| 114 | </executions> |
| 115 | </plugin> |
| 116 | <plugin> |
| 117 | <groupId>org.codehaus.mojo</groupId> |
| 118 | <artifactId>rat-maven-plugin</artifactId> |
| 119 | <configuration> |
| 120 | <excludeSubProjects>false</excludeSubProjects> |
| 121 | <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> |
| 122 | <useMavenDefaultExcludes>true</useMavenDefaultExcludes> |
| 123 | <excludes> |
| 124 | <param>doc/**/*</param> |
| 125 | <param>maven-eclipse.xml</param> |
| 126 | <param>.checkstyle</param> |
| 127 | <param>.externalToolBuilders/*</param> |
| 128 | <param>LICENSE.asm</param> |
Clement Escoffier | bc8acee | 2010-07-18 15:59:03 +0000 | [diff] [blame] | 129 | <param>DEPENDENCIES</param> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 130 | </excludes> |
| 131 | </configuration> |
| 132 | </plugin> |
| 133 | <plugin> |
| 134 | <groupId>org.apache.maven.plugins</groupId> |
| 135 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 136 | <configuration> |
| 137 | <enableRulesSummary>false</enableRulesSummary> |
| 138 | <violationSeverity>warning</violationSeverity> |
| 139 | <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation> |
| 140 | </configuration> |
| 141 | </plugin> |
| 142 | </plugins> |
| 143 | </build> |
Clement Escoffier | 4fc651e | 2010-05-08 07:34:42 +0000 | [diff] [blame] | 144 | </project> |