Richard S. Hall | b63426f | 2008-03-05 20:03:55 +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 | --> |
| 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"> |
Richard S. Hall | 7bf7a4d | 2010-08-03 13:25:34 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix-parent</artifactId> |
Guillaume Nodet | 7b76c0a | 2013-12-05 23:01:03 +0000 | [diff] [blame] | 23 | <version>2.1</version> |
Richard S. Hall | 7bf7a4d | 2010-08-03 13:25:34 +0000 | [diff] [blame] | 24 | <relativePath>../pom/pom.xml</relativePath> |
| 25 | </parent> |
Clement Escoffier | 8146652 | 2009-05-03 08:15:51 +0000 | [diff] [blame] | 26 | |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 27 | <modelVersion>4.0.0</modelVersion> |
Guillaume Nodet | 7b76c0a | 2013-12-05 23:01:03 +0000 | [diff] [blame] | 28 | <packaging>jar</packaging> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 29 | <name>Apache Felix File Install</name> |
| 30 | <description>A utility to automatically install bundles from a directory.</description> |
Clement Escoffier | 8146652 | 2009-05-03 08:15:51 +0000 | [diff] [blame] | 31 | <url>http://felix.apache.org/site/apache-felix-file-install.html</url> |
Guillaume Nodet | 0614825 | 2016-01-14 10:25:13 +0000 | [diff] [blame] | 32 | <version>3.5.3-SNAPSHOT</version> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 33 | <artifactId>org.apache.felix.fileinstall</artifactId> |
Guillaume Nodet | 67b0ff5 | 2012-04-18 07:09:54 +0000 | [diff] [blame] | 34 | <scm> |
Guillaume Nodet | 0614825 | 2016-01-14 10:25:13 +0000 | [diff] [blame] | 35 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/fileinstall</connection> |
| 36 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/fileinstall</developerConnection> |
| 37 | <url>http://svn.apache.org/repos/asf/felix/fileinstall</url> |
Guillaume Nodet | 67b0ff5 | 2012-04-18 07:09:54 +0000 | [diff] [blame] | 38 | </scm> |
Guillaume Nodet | c04dc31 | 2015-12-14 16:33:59 +0000 | [diff] [blame] | 39 | <properties> |
| 40 | <felix.java.version>7</felix.java.version> |
| 41 | </properties> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 42 | <dependencies> |
| 43 | <dependency> |
Guillaume Nodet | 93c943e | 2009-12-16 09:28:31 +0000 | [diff] [blame] | 44 | <groupId>org.osgi</groupId> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 45 | <artifactId>org.osgi.core</artifactId> |
Guillaume Nodet | cabad86 | 2014-03-31 16:12:03 +0000 | [diff] [blame] | 46 | <version>4.3.1</version> |
Guillaume Nodet | 13bce9c | 2012-03-16 08:17:34 +0000 | [diff] [blame] | 47 | <scope>provided</scope> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 48 | </dependency> |
| 49 | <dependency> |
Guillaume Nodet | 93c943e | 2009-12-16 09:28:31 +0000 | [diff] [blame] | 50 | <groupId>org.osgi</groupId> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 51 | <artifactId>org.osgi.compendium</artifactId> |
Guillaume Nodet | cabad86 | 2014-03-31 16:12:03 +0000 | [diff] [blame] | 52 | <version>4.3.1</version> |
Guillaume Nodet | 13bce9c | 2012-03-16 08:17:34 +0000 | [diff] [blame] | 53 | <scope>provided</scope> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 54 | </dependency> |
Carsten Ziegeler | c6e2439 | 2010-08-06 14:33:43 +0000 | [diff] [blame] | 55 | <dependency> |
| 56 | <groupId>org.apache.felix</groupId> |
| 57 | <artifactId>org.apache.felix.configadmin</artifactId> |
Guillaume Nodet | 3d144cd | 2010-10-25 20:19:04 +0000 | [diff] [blame] | 58 | <version>1.2.8</version> |
Guillaume Nodet | 3d144cd | 2010-10-25 20:19:04 +0000 | [diff] [blame] | 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>org.apache.felix</groupId> |
| 62 | <artifactId>org.apache.felix.utils</artifactId> |
Guillaume Nodet | 46a6f4f | 2016-01-14 10:22:40 +0000 | [diff] [blame] | 63 | <version>1.8.2</version> |
Carsten Ziegeler | c6e2439 | 2010-08-06 14:33:43 +0000 | [diff] [blame] | 64 | </dependency> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 65 | </dependencies> |
| 66 | <build> |
| 67 | <plugins> |
| 68 | <plugin> |
Guillaume Nodet | 0aebbe9 | 2013-12-06 09:07:13 +0000 | [diff] [blame] | 69 | <artifactId>maven-jar-plugin</artifactId> |
| 70 | <configuration> |
| 71 | <archive> |
| 72 | <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> |
| 73 | </archive> |
| 74 | </configuration> |
| 75 | </plugin> |
| 76 | <plugin> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 77 | <groupId>org.apache.felix</groupId> |
| 78 | <artifactId>maven-bundle-plugin</artifactId> |
Guillaume Nodet | 3d144cd | 2010-10-25 20:19:04 +0000 | [diff] [blame] | 79 | <version>2.1.0</version> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 80 | <extensions>true</extensions> |
| 81 | <configuration> |
| 82 | <instructions> |
Guillaume Nodet | 472d23a | 2009-09-03 13:39:34 +0000 | [diff] [blame] | 83 | <Export-Package> |
Guillaume Nodet | a286157 | 2009-10-14 13:00:51 +0000 | [diff] [blame] | 84 | org.apache.felix.fileinstall;version=${project.version} |
Guillaume Nodet | 472d23a | 2009-09-03 13:39:34 +0000 | [diff] [blame] | 85 | </Export-Package> |
Stuart McCulloch | a96eeef | 2009-09-03 17:22:01 +0000 | [diff] [blame] | 86 | <Private-Package> |
Guillaume Nodet | 3d144cd | 2010-10-25 20:19:04 +0000 | [diff] [blame] | 87 | org.apache.felix.fileinstall.internal, |
Guillaume Nodet | 1012700 | 2012-03-16 14:56:39 +0000 | [diff] [blame] | 88 | org.apache.felix.utils.manifest, |
Guillaume Nodet | 3d144cd | 2010-10-25 20:19:04 +0000 | [diff] [blame] | 89 | org.apache.felix.utils.properties, |
Guillaume Nodet | 1012700 | 2012-03-16 14:56:39 +0000 | [diff] [blame] | 90 | org.apache.felix.utils.version, |
Stuart McCulloch | a96eeef | 2009-09-03 17:22:01 +0000 | [diff] [blame] | 91 | </Private-Package> |
Guillaume Nodet | 472d23a | 2009-09-03 13:39:34 +0000 | [diff] [blame] | 92 | <Import-Package> |
| 93 | org.osgi.service.log;resolution:=optional, |
Guillaume Nodet | a286157 | 2009-10-14 13:00:51 +0000 | [diff] [blame] | 94 | org.osgi.service.cm;resolution:=optional, |
Guillaume Nodet | 0aebbe9 | 2013-12-06 09:07:13 +0000 | [diff] [blame] | 95 | !org.apache.felix.fileinstall, |
| 96 | !org.apache.felix.cm.file, |
| 97 | !org.apache.felix.utils.*, |
Guillaume Nodet | 472d23a | 2009-09-03 13:39:34 +0000 | [diff] [blame] | 98 | * |
| 99 | </Import-Package> |
Guillaume Nodet | 67bfa5f | 2009-09-03 15:39:17 +0000 | [diff] [blame] | 100 | <Bundle-Activator>org.apache.felix.fileinstall.internal.FileInstall</Bundle-Activator> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 101 | <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName> |
Carsten Ziegeler | cf6e51b | 2008-04-17 06:33:59 +0000 | [diff] [blame] | 102 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Guillaume Nodet | f9379dd | 2012-04-17 16:25:00 +0000 | [diff] [blame] | 103 | <Bundle-DocURL> |
| 104 | http://felix.apache.org/site/apache-felix-file-install.html |
| 105 | </Bundle-DocURL> |
Guillaume Nodet | 472d23a | 2009-09-03 13:39:34 +0000 | [diff] [blame] | 106 | <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy> |
Carsten Ziegeler | c6e2439 | 2010-08-06 14:33:43 +0000 | [diff] [blame] | 107 | <Embed-Dependency> |
Guillaume Nodet | 7b76c0a | 2013-12-05 23:01:03 +0000 | [diff] [blame] | 108 | org.apache.felix.configadmin;inline="org/apache/felix/cm/file/ConfigurationHandler.class", |
| 109 | org.apache.felix.utils;inline="org/apache/felix/utils/collections/DictionaryAsMap*.class" |
Carsten Ziegeler | c6e2439 | 2010-08-06 14:33:43 +0000 | [diff] [blame] | 110 | </Embed-Dependency> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 111 | </instructions> |
| 112 | </configuration> |
Guillaume Nodet | 7b76c0a | 2013-12-05 23:01:03 +0000 | [diff] [blame] | 113 | <executions> |
| 114 | <execution> |
| 115 | <id>bundle-manifest</id> |
| 116 | <phase>process-classes</phase> |
| 117 | <goals> |
| 118 | <goal>manifest</goal> |
| 119 | </goals> |
| 120 | </execution> |
| 121 | </executions> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 122 | </plugin> |
Richard S. Hall | 7bf7a4d | 2010-08-03 13:25:34 +0000 | [diff] [blame] | 123 | <plugin> |
Guillaume Nodet | a6cb91a | 2012-09-03 13:08:02 +0000 | [diff] [blame] | 124 | <groupId>org.apache.maven.plugins</groupId> |
| 125 | <artifactId>maven-source-plugin</artifactId> |
Guillaume Nodet | 7b76c0a | 2013-12-05 23:01:03 +0000 | [diff] [blame] | 126 | <version>2.2.1</version> |
Guillaume Nodet | a6cb91a | 2012-09-03 13:08:02 +0000 | [diff] [blame] | 127 | <executions> |
| 128 | <execution> |
| 129 | <id>attach-sources</id> |
Guillaume Nodet | 7b76c0a | 2013-12-05 23:01:03 +0000 | [diff] [blame] | 130 | <phase>prepare-package</phase> |
Guillaume Nodet | a6cb91a | 2012-09-03 13:08:02 +0000 | [diff] [blame] | 131 | <goals> |
Guillaume Nodet | 7b76c0a | 2013-12-05 23:01:03 +0000 | [diff] [blame] | 132 | <goal>jar-no-fork</goal> |
Guillaume Nodet | a6cb91a | 2012-09-03 13:08:02 +0000 | [diff] [blame] | 133 | </goals> |
| 134 | </execution> |
| 135 | </executions> |
| 136 | </plugin> |
| 137 | <plugin> |
| 138 | <groupId>org.apache.maven.plugins</groupId> |
| 139 | <artifactId>maven-shade-plugin</artifactId> |
Guillaume Nodet | 7b76c0a | 2013-12-05 23:01:03 +0000 | [diff] [blame] | 140 | <version>2.2</version> |
Guillaume Nodet | a6cb91a | 2012-09-03 13:08:02 +0000 | [diff] [blame] | 141 | <executions> |
| 142 | <execution> |
| 143 | <phase>package</phase> |
| 144 | <goals> |
| 145 | <goal>shade</goal> |
| 146 | </goals> |
| 147 | <configuration> |
| 148 | <artifactSet> |
| 149 | <includes> |
| 150 | <include>org.apache.felix:org.apache.felix.configadmin</include> |
| 151 | <include>org.apache.felix:org.apache.felix.utils</include> |
| 152 | </includes> |
| 153 | </artifactSet> |
| 154 | <filters> |
| 155 | <filter> |
| 156 | <artifact>org.apache.felix:org.apache.felix.configadmin</artifact> |
| 157 | <includes> |
| 158 | <include>**/ConfigurationHandler.*</include> |
| 159 | </includes> |
| 160 | </filter> |
| 161 | <filter> |
| 162 | <artifact>org.apache.felix:org.apache.felix.utils</artifact> |
| 163 | <includes> |
Guillaume Nodet | 0aebbe9 | 2013-12-06 09:07:13 +0000 | [diff] [blame] | 164 | <include>**/DictionaryAsMap*.*</include> |
Guillaume Nodet | 7b76c0a | 2013-12-05 23:01:03 +0000 | [diff] [blame] | 165 | <include>org/apache/felix/utils/manifest/**</include> |
| 166 | <include>org/apache/felix/utils/properties/**</include> |
| 167 | <include>org/apache/felix/utils/version/**</include> |
Guillaume Nodet | a6cb91a | 2012-09-03 13:08:02 +0000 | [diff] [blame] | 168 | </includes> |
| 169 | </filter> |
| 170 | </filters> |
| 171 | <createSourcesJar>true</createSourcesJar> |
| 172 | <promoteTransitiveDependencies>true</promoteTransitiveDependencies> |
| 173 | <createDependencyReducedPom>true</createDependencyReducedPom> |
| 174 | </configuration> |
| 175 | </execution> |
| 176 | </executions> |
| 177 | </plugin> |
| 178 | <plugin> |
Richard S. Hall | 7bf7a4d | 2010-08-03 13:25:34 +0000 | [diff] [blame] | 179 | <groupId>org.codehaus.mojo</groupId> |
| 180 | <artifactId>rat-maven-plugin</artifactId> |
| 181 | <configuration> |
| 182 | <excludeSubProjects>false</excludeSubProjects> |
| 183 | <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> |
| 184 | <useMavenDefaultExcludes>true</useMavenDefaultExcludes> |
| 185 | <excludes> |
| 186 | <param>doc/*</param> |
| 187 | <param>maven-eclipse.xml</param> |
| 188 | <param>.checkstyle</param> |
| 189 | <param>.externalToolBuilders/*</param> |
| 190 | </excludes> |
| 191 | </configuration> |
| 192 | </plugin> |
Guillaume Nodet | a609566 | 2016-01-14 10:23:53 +0000 | [diff] [blame] | 193 | <plugin> |
| 194 | <groupId>org.apache.maven.plugins</groupId> |
| 195 | <artifactId>maven-javadoc-plugin</artifactId> |
| 196 | <configuration> |
| 197 | <additionalparam>-Xdoclint:none</additionalparam> |
| 198 | </configuration> |
| 199 | </plugin> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 200 | </plugins> |
| 201 | </build> |
Richard S. Hall | b63426f | 2008-03-05 20:03:55 +0000 | [diff] [blame] | 202 | </project> |