blob: afaad2723b13bb7c22b0205035f5098b5d7062cd [file] [log] [blame]
Clement Escoffier4fc651e2010-05-08 07:34:42 +00001<!--
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 Escoffierf73d0822010-07-18 16:07:20 +000019<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 Escoffier4fc651e2010-05-08 07:34:42 +000020 <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 Escoffier934d4982010-09-28 16:41:33 +000031 <version>1.1.0-SNAPSHOT</version>
Clement Escoffier4fc651e2010-05-08 07:34:42 +000032
33 <description>
34 Arch command to collect and print information about iPOJO instances.
35 This command is made for Gogo.
Clement Escoffier8c05b5b2010-07-18 16:05:19 +000036 </description>
Clement Escoffier4fc651e2010-05-08 07:34:42 +000037 <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 Escoffierb84f62f2010-06-09 19:57:29 +000043 <version>1.6.2</version>
Clement Escoffier4fc651e2010-05-08 07:34:42 +000044 </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 Escoffierb84f62f2010-06-09 19:57:29 +000061 <groupId>org.apache.felix</groupId>
Clement Escoffier4fc651e2010-05-08 07:34:42 +000062 <artifactId>org.apache.felix.gogo.runtime</artifactId>
Clement Escoffier3cad63c2010-09-24 15:37:43 +000063 <version>0.6.1</version>
Clement Escoffier4fc651e2010-05-08 07:34:42 +000064 </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 Escoffier3cad63c2010-09-24 15:37:43 +000093 <Include-Resource>
Clement Escoffier1593ef52010-07-14 18:31:13 +000094 META-INF/LICENSE=LICENSE,
95 META-INF/NOTICE=NOTICE,
96 META-INF/DEPENDENCIES=DEPENDENCIES
97 </Include-Resource>
Clement Escoffierb84f62f2010-06-09 19:57:29 +000098 <Import-Package>
99 org.apache.felix.service.command;version=0.6.0, *
100 </Import-Package>
Clement Escoffier4fc651e2010-05-08 07:34:42 +0000101 </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 Escoffierbc8acee2010-07-18 15:59:03 +0000129 <param>DEPENDENCIES</param>
Clement Escoffier4fc651e2010-05-08 07:34:42 +0000130 </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 Escoffier4fc651e2010-05-08 07:34:42 +0000144</project>