blob: 7e24466af11f71086ae6726b9a779d495b05efcc [file] [log] [blame]
Carsten Ziegelerdb301862011-11-18 09:40:49 +00001<?xml version="1.0" encoding="UTF-8"?>
Arjun Panday395f3892012-01-13 19:29:42 +00002<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/xsd/maven-4.0.0.xsd">
Carsten Ziegelerdb301862011-11-18 09:40:49 +00003
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.apache.felix</groupId>
Arjun Panday0e4eacc2012-01-20 08:21:21 +00007 <artifactId>servicediagnostics.parent</artifactId>
Arjun Panday1bf710c2013-02-13 13:31:45 +00008 <version>0.1.3-SNAPSHOT</version>
Arjun Panday0e4eacc2012-01-20 08:21:21 +00009 <relativePath>../parent/pom.xml</relativePath>
Carsten Ziegelerdb301862011-11-18 09:40:49 +000010 </parent>
11
Arjun Panday0ed639c2012-01-16 18:57:12 +000012 <artifactId>org.apache.felix.servicediagnostics.plugin</artifactId>
Carsten Ziegelerdb301862011-11-18 09:40:49 +000013 <packaging>bundle</packaging>
Arjun Pandaydbb79412013-01-03 15:07:45 +000014 <version>0.1.3-SNAPSHOT</version>
Arjun Panday594e8242011-12-29 20:57:25 +000015 <name>Apache Felix Web Console Service Diagnostics Plugin</name>
Arjun Panday0e4eacc2012-01-20 08:21:21 +000016 <description>
17 This is a plugin for the Apache Felix OSGi web console providing a graphical representation of services and missing required dependencies.
18 </description>
19
20 <scm>
Arjun Pandaydbb79412013-01-03 15:07:45 +000021 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/webconsole-plugins/servicediagnostics/core</connection>
22 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/webconsole-plugins/servicediagnostics/core</developerConnection>
23 <url>http://svn.apache.org/viewvc/felix/trunk/webconsole-plugins/servicediagnostics/core</url>
Arjun Panday0e4eacc2012-01-20 08:21:21 +000024 </scm>
Carsten Ziegelerdb301862011-11-18 09:40:49 +000025
26 <dependencies>
27 <dependency>
28 <groupId>org.apache.felix</groupId>
29 <artifactId>org.apache.felix.webconsole</artifactId>
Arjun Panday0462b392012-11-07 18:55:10 +000030 <version>4.0.0</version>
Carsten Ziegelerdb301862011-11-18 09:40:49 +000031 </dependency>
32 <dependency>
33 <groupId>org.apache.felix</groupId>
34 <artifactId>javax.servlet</artifactId>
35 <version>1.0.0</version>
36 </dependency>
37 <dependency>
Arjun Panday594e8242011-12-29 20:57:25 +000038 <groupId>org.scala-lang</groupId>
39 <artifactId>scala-library</artifactId>
Arjun Panday1bf710c2013-02-13 13:31:45 +000040 <version>2.10.0</version>
Arjun Panday594e8242011-12-29 20:57:25 +000041 <scope>provided</scope>
42 </dependency>
43 <dependency>
Carsten Ziegelerdb301862011-11-18 09:40:49 +000044 <groupId>org.json</groupId>
45 <artifactId>json</artifactId>
46 <version>20090211</version>
Arjun Panday594e8242011-12-29 20:57:25 +000047 <scope>provided</scope>
Carsten Ziegelerdb301862011-11-18 09:40:49 +000048 </dependency>
49 </dependencies>
50
51 <build>
52 <plugins>
53 <plugin>
54 <groupId>org.apache.felix</groupId>
55 <artifactId>maven-bundle-plugin</artifactId>
56 <configuration>
57 <instructions>
Arjun Panday594e8242011-12-29 20:57:25 +000058 <Bundle-Category>webconsole</Bundle-Category>
59 <Bundle-SymbolicName> ${project.artifactId} </Bundle-SymbolicName>
Carsten Ziegelerdb301862011-11-18 09:40:49 +000060 <Bundle-Activator>
61 org.apache.felix.servicediagnostics.impl.Activator
62 </Bundle-Activator>
63 <Export-Package>
Arjun Panday594e8242011-12-29 20:57:25 +000064 org.apache.felix.servicediagnostics;version=0.1
Carsten Ziegelerdb301862011-11-18 09:40:49 +000065 </Export-Package>
Arjun Panday594e8242011-12-29 20:57:25 +000066 <Import-Package>
67 sun.misc*;resolution:=optional, *
68 </Import-Package>
Carsten Ziegelerdb301862011-11-18 09:40:49 +000069 <Private-Package>
70 org.apache.felix.servicediagnostics.impl,
71 org.apache.felix.servicediagnostics.webconsole
72 </Private-Package>
73 <Include-Resource>
Arjun Panday0462b392012-11-07 18:55:10 +000074 {maven-resources}
Carsten Ziegelerdb301862011-11-18 09:40:49 +000075 </Include-Resource>
76 </instructions>
77 </configuration>
78 </plugin>
Arjun Panday594e8242011-12-29 20:57:25 +000079 <plugin>
80 <groupId>org.apache.rat</groupId>
81 <artifactId>apache-rat-plugin</artifactId>
82 <configuration>
83 <includes>
84 <include>src/**</include>
85 </includes>
86 <excludes>
87 <exclude>src/main/appended-resources/**</exclude>
88 <exclude>src/main/resources/html/js/jquery-1.7.1.min.js</exclude>
89 <exclude>src/main/resources/html/js/raphael-1.3.1.min.js</exclude>
90 <exclude>src/main/resources/html/js/graffle-1.3.1.js</exclude>
91 <exclude>src/main/resources/html/js/graph.js</exclude>
92 </excludes>
93 </configuration>
94 </plugin>
Carsten Ziegelerdb301862011-11-18 09:40:49 +000095 </plugins>
96 </build>
Carsten Ziegelerdb301862011-11-18 09:40:49 +000097</project>