Karl Pauls | d140dd9 | 2006-11-02 22:22:49 +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 | --> |
Carsten Ziegeler | 4fec096 | 2008-01-11 16:13:31 +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"> |
Stuart McCulloch | 138a5a7 | 2011-06-28 01:12:48 +0000 | [diff] [blame] | 20 | |
Richard S. Hall | fcc2844 | 2006-10-31 17:37:13 +0000 | [diff] [blame] | 21 | <parent> |
Stuart McCulloch | a58cb52 | 2009-07-13 11:07:51 +0000 | [diff] [blame] | 22 | <artifactId>felix-parent</artifactId> |
Richard S. Hall | fcc2844 | 2006-10-31 17:37:13 +0000 | [diff] [blame] | 23 | <groupId>org.apache.felix</groupId> |
Carsten Ziegeler | 50c8714 | 2015-06-24 14:29:10 +0000 | [diff] [blame] | 24 | <version>3</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 25 | <relativePath>../pom/pom.xml</relativePath> |
Richard S. Hall | fcc2844 | 2006-10-31 17:37:13 +0000 | [diff] [blame] | 26 | </parent> |
| 27 | |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 28 | <modelVersion>4.0.0</modelVersion> |
Stefano Lenzi | 476013d | 2007-09-21 23:59:54 +0000 | [diff] [blame] | 29 | |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 30 | <artifactId>maven-bundle-plugin</artifactId> |
Benson Margulies | 63f08e5 | 2015-11-09 11:33:52 +0000 | [diff] [blame] | 31 | <version>3.0.2-SNAPSHOT</version> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 32 | <packaging>maven-plugin</packaging> |
Stuart McCulloch | 138a5a7 | 2011-06-28 01:12:48 +0000 | [diff] [blame] | 33 | |
Richard S. Hall | d532523 | 2006-11-02 20:57:17 +0000 | [diff] [blame] | 34 | <name>Maven Bundle Plugin</name> |
Stefano Lenzi | 476013d | 2007-09-21 23:59:54 +0000 | [diff] [blame] | 35 | <description> |
Stuart McCulloch | 0f15195 | 2008-02-10 18:41:42 +0000 | [diff] [blame] | 36 | Provides a maven plugin that supports creating an OSGi bundle |
| 37 | from the contents of the compilation classpath along with its |
| 38 | resources and dependencies. Plus a zillion other features. |
| 39 | The plugin uses the Bnd tool (http://www.aqute.biz/Code/Bnd) |
Stefano Lenzi | 476013d | 2007-09-21 23:59:54 +0000 | [diff] [blame] | 40 | </description> |
Stuart McCulloch | f29ef3f | 2008-12-04 07:58:07 +0000 | [diff] [blame] | 41 | |
Stuart McCulloch | 83e0454 | 2011-07-01 16:39:43 +0000 | [diff] [blame] | 42 | <scm> |
Benson Margulies | 63f08e5 | 2015-11-09 11:33:52 +0000 | [diff] [blame] | 43 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/tools/maven-bundle-plugin</connection> |
| 44 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/tools/maven-bundle-plugin</developerConnection> |
| 45 | <url>http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin</url> |
Stuart McCulloch | 83e0454 | 2011-07-01 16:39:43 +0000 | [diff] [blame] | 46 | </scm> |
| 47 | |
Benson Margulies | 9028f10 | 2015-10-24 18:45:03 +0000 | [diff] [blame] | 48 | <!-- Support for publishing the mvn site. --> |
| 49 | <distributionManagement> |
| 50 | <site> |
| 51 | <id>apache.website</id> |
Benson Margulies | 45927db | 2015-11-08 23:11:18 +0000 | [diff] [blame] | 52 | <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/felix/content/components/${maven.site.path}</url> |
Benson Margulies | 9028f10 | 2015-10-24 18:45:03 +0000 | [diff] [blame] | 53 | </site> |
| 54 | </distributionManagement> |
| 55 | |
Carsten Ziegeler | 50c8714 | 2015-06-24 14:29:10 +0000 | [diff] [blame] | 56 | <properties> |
Benson Margulies | 9028f10 | 2015-10-24 18:45:03 +0000 | [diff] [blame] | 57 | <felix.java.version>6</felix.java.version> |
| 58 | <maven.site.path>bundle-plugin-archives/bundle-plugin-LATEST</maven.site.path> |
Carsten Ziegeler | 50c8714 | 2015-06-24 14:29:10 +0000 | [diff] [blame] | 59 | </properties> |
| 60 | |
Stuart McCulloch | f29ef3f | 2008-12-04 07:58:07 +0000 | [diff] [blame] | 61 | <build> |
Carsten Ziegeler | 318c2cb | 2015-03-09 13:57:23 +0000 | [diff] [blame] | 62 | <pluginManagement> |
| 63 | <plugins> |
| 64 | <plugin> |
| 65 | <groupId>org.apache.maven.plugins</groupId> |
| 66 | <artifactId>maven-plugin-plugin</artifactId> |
| 67 | <version>3.4</version> |
| 68 | <executions> |
| 69 | <execution> |
| 70 | <id>default-descriptor</id> |
| 71 | <phase>process-classes</phase> |
| 72 | </execution> |
| 73 | </executions> |
| 74 | </plugin> |
Benson Margulies | 9028f10 | 2015-10-24 18:45:03 +0000 | [diff] [blame] | 75 | <plugin> |
| 76 | <artifactId>maven-site-plugin</artifactId> |
| 77 | <version>3.4</version> |
| 78 | <dependencies> |
| 79 | <dependency> |
| 80 | <groupId>org.apache.maven</groupId> |
| 81 | <artifactId>maven-archiver</artifactId> |
| 82 | <version>2.5</version> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>org.codehaus.plexus</groupId> |
| 86 | <artifactId>plexus-archiver</artifactId> |
| 87 | <version>2.4.4</version> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>org.apache.maven.doxia</groupId> |
| 91 | <artifactId>doxia-core</artifactId> |
| 92 | <version>1.6</version> |
| 93 | <exclusions> |
| 94 | <exclusion> |
| 95 | <artifactId>xercesImpl</artifactId> |
| 96 | <groupId>xerces</groupId> |
| 97 | </exclusion> |
| 98 | </exclusions> |
| 99 | </dependency> |
| 100 | </dependencies> |
| 101 | <configuration> |
Benson Margulies | 8ff9a6a | 2015-11-08 23:05:26 +0000 | [diff] [blame] | 102 | <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/felix/content/components/${maven.site.path}</topSiteURL> |
Benson Margulies | 9028f10 | 2015-10-24 18:45:03 +0000 | [diff] [blame] | 103 | </configuration> |
| 104 | </plugin> |
| 105 | <plugin> |
| 106 | <artifactId>maven-scm-publish-plugin</artifactId> |
| 107 | <version>1.1</version> |
| 108 | <configuration> |
| 109 | <checkoutDirectory>${user.home}/maven-sites/bundle-plugin-archives/bundle-plugin-LATEST</checkoutDirectory> |
| 110 | <tryUpdate>true</tryUpdate> |
| 111 | </configuration> |
| 112 | </plugin> |
Carsten Ziegeler | 318c2cb | 2015-03-09 13:57:23 +0000 | [diff] [blame] | 113 | </plugins> |
| 114 | </pluginManagement> |
Stuart McCulloch | f29ef3f | 2008-12-04 07:58:07 +0000 | [diff] [blame] | 115 | <plugins> |
| 116 | <plugin> |
| 117 | <groupId>org.apache.maven.plugins</groupId> |
Carsten Ziegeler | 318c2cb | 2015-03-09 13:57:23 +0000 | [diff] [blame] | 118 | <artifactId>maven-plugin-plugin</artifactId> |
| 119 | </plugin> |
| 120 | <plugin> |
Guillaume Nodet | 1c9211a | 2014-05-20 08:56:13 +0000 | [diff] [blame] | 121 | <groupId>org.apache.rat</groupId> |
| 122 | <artifactId>apache-rat-plugin</artifactId> |
| 123 | <configuration> |
| 124 | <excludes> |
| 125 | <exclude>**/*.mf</exclude> |
Guillaume Nodet | fffc937 | 2015-07-13 07:54:42 +0000 | [diff] [blame] | 126 | <exclude>src/repo/**/*.pom</exclude> |
Guillaume Nodet | 1c9211a | 2014-05-20 08:56:13 +0000 | [diff] [blame] | 127 | </excludes> |
| 128 | </configuration> |
| 129 | </plugin> |
Benson Margulies | eca2b9c | 2015-10-24 11:38:12 +0000 | [diff] [blame] | 130 | <plugin> |
| 131 | <artifactId>maven-invoker-plugin</artifactId> |
| 132 | <version>2.0.0</version> |
| 133 | <configuration> |
| 134 | <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo> |
| 135 | <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath> |
Benson Margulies | 0619b68 | 2015-10-24 11:38:15 +0000 | [diff] [blame] | 136 | <postBuildHookScript>verify</postBuildHookScript> |
| 137 | <goals> |
| 138 | <goal>install</goal> |
| 139 | </goals> |
Benson Margulies | eca2b9c | 2015-10-24 11:38:12 +0000 | [diff] [blame] | 140 | </configuration> |
| 141 | <executions> |
| 142 | <execution> |
| 143 | <id>integration-test</id> |
| 144 | <goals> |
| 145 | <goal>install</goal> |
| 146 | <goal>run</goal> |
| 147 | </goals> |
| 148 | </execution> |
| 149 | </executions> |
| 150 | </plugin> |
Stuart McCulloch | f29ef3f | 2008-12-04 07:58:07 +0000 | [diff] [blame] | 151 | </plugins> |
| 152 | </build> |
Stuart McCulloch | 138a5a7 | 2011-06-28 01:12:48 +0000 | [diff] [blame] | 153 | |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 154 | <dependencies> |
| 155 | <dependency> |
Stuart McCulloch | fe1c648 | 2015-01-17 20:06:43 +0000 | [diff] [blame] | 156 | <groupId>org.osgi</groupId> |
| 157 | <artifactId>org.osgi.core</artifactId> |
| 158 | <version>4.3.1</version> |
| 159 | </dependency> |
| 160 | <dependency> |
Stuart McCulloch | 656c0e8 | 2013-05-21 09:56:13 +0000 | [diff] [blame] | 161 | <groupId>biz.aQute.bnd</groupId> |
Stuart McCulloch | fe1c648 | 2015-01-17 20:06:43 +0000 | [diff] [blame] | 162 | <artifactId>biz.aQute.bndlib</artifactId> |
Carsten Ziegeler | d3f2661 | 2015-12-30 12:51:05 +0000 | [diff] [blame] | 163 | <version>3.1.0</version> |
Stuart McCulloch | 276eec8 | 2009-09-02 14:33:37 +0000 | [diff] [blame] | 164 | </dependency> |
| 165 | <dependency> |
Stuart McCulloch | bb8b9fa | 2008-02-17 16:07:14 +0000 | [diff] [blame] | 166 | <groupId>org.apache.felix</groupId> |
Stuart McCulloch | e3c8f1d | 2011-06-27 22:58:20 +0000 | [diff] [blame] | 167 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
Stuart McCulloch | 45e544e | 2011-11-28 16:20:05 +0000 | [diff] [blame] | 168 | <version>1.6.6</version> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 169 | </dependency> |
| 170 | <dependency> |
Guillaume Nodet | 7bf509f | 2014-05-19 07:12:48 +0000 | [diff] [blame] | 171 | <groupId>org.apache.felix</groupId> |
| 172 | <artifactId>org.apache.felix.utils</artifactId> |
| 173 | <version>1.6.0</version> |
| 174 | </dependency> |
| 175 | <dependency> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 176 | <groupId>org.apache.maven</groupId> |
Stuart McCulloch | cdad75f | 2011-06-28 00:03:15 +0000 | [diff] [blame] | 177 | <artifactId>maven-core</artifactId> |
Guillaume Nodet | ed7b110 | 2015-07-09 19:45:09 +0000 | [diff] [blame] | 178 | <version>2.2.0</version> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 179 | </dependency> |
Stuart McCulloch | 55332cf | 2007-11-18 04:02:28 +0000 | [diff] [blame] | 180 | <dependency> |
Stuart McCulloch | f978c53 | 2007-12-27 09:16:34 +0000 | [diff] [blame] | 181 | <groupId>org.apache.maven</groupId> |
| 182 | <artifactId>maven-archiver</artifactId> |
Stuart McCulloch | fee1605 | 2013-06-07 22:46:41 +0000 | [diff] [blame] | 183 | <version>2.5</version> |
Stuart McCulloch | bb8b9fa | 2008-02-17 16:07:14 +0000 | [diff] [blame] | 184 | </dependency> |
| 185 | <dependency> |
Stuart McCulloch | f3f38b2 | 2009-09-02 18:57:05 +0000 | [diff] [blame] | 186 | <groupId>org.apache.maven.shared</groupId> |
| 187 | <artifactId>maven-dependency-tree</artifactId> |
Stuart McCulloch | fee1605 | 2013-06-07 22:46:41 +0000 | [diff] [blame] | 188 | <version>2.1</version> |
Stuart McCulloch | f3f38b2 | 2009-09-02 18:57:05 +0000 | [diff] [blame] | 189 | </dependency> |
| 190 | <dependency> |
Stuart McCulloch | dd0d9ba | 2007-12-07 08:22:20 +0000 | [diff] [blame] | 191 | <groupId>org.codehaus.plexus</groupId> |
Stuart McCulloch | dd0d9ba | 2007-12-07 08:22:20 +0000 | [diff] [blame] | 192 | <artifactId>plexus-utils</artifactId> |
Stuart McCulloch | fee1605 | 2013-06-07 22:46:41 +0000 | [diff] [blame] | 193 | <version>3.0.10</version> |
Stuart McCulloch | dd0d9ba | 2007-12-07 08:22:20 +0000 | [diff] [blame] | 194 | </dependency> |
| 195 | <dependency> |
Carsten Ziegeler | 3fa064f | 2015-03-02 10:40:51 +0000 | [diff] [blame] | 196 | <groupId>org.sonatype.plexus</groupId> |
| 197 | <artifactId>plexus-build-api</artifactId> |
| 198 | <version>0.0.7</version> |
| 199 | </dependency> |
| 200 | <dependency> |
Carsten Ziegeler | 70dbafd | 2014-05-14 09:16:49 +0000 | [diff] [blame] | 201 | <groupId>org.apache.maven.doxia</groupId> |
| 202 | <artifactId>doxia-sink-api</artifactId> |
| 203 | <version>1.0</version> |
| 204 | </dependency> |
| 205 | <dependency> |
| 206 | <groupId>org.apache.maven.doxia</groupId> |
| 207 | <artifactId>doxia-site-renderer</artifactId> |
| 208 | <version>1.0</version> |
| 209 | </dependency> |
| 210 | <dependency> |
Carsten Ziegeler | 318c2cb | 2015-03-09 13:57:23 +0000 | [diff] [blame] | 211 | <groupId>org.apache.maven.plugin-tools</groupId> |
| 212 | <artifactId>maven-plugin-annotations</artifactId> |
| 213 | <version>3.4</version> |
| 214 | <scope>provided</scope> |
| 215 | </dependency> |
| 216 | <dependency> |
Stuart McCulloch | 55332cf | 2007-11-18 04:02:28 +0000 | [diff] [blame] | 217 | <groupId>org.apache.maven.shared</groupId> |
| 218 | <artifactId>maven-plugin-testing-harness</artifactId> |
| 219 | <version>1.1</version> |
| 220 | <scope>test</scope> |
| 221 | </dependency> |
Benson Margulies | 64d6b8b | 2015-10-24 11:38:08 +0000 | [diff] [blame] | 222 | <dependency> |
| 223 | <groupId>org.jdom</groupId> |
| 224 | <artifactId>jdom</artifactId> |
| 225 | <version>1.1</version> |
| 226 | </dependency> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 227 | </dependencies> |
Stuart McCulloch | f6c6eb5 | 2011-06-24 15:06:18 +0000 | [diff] [blame] | 228 | |
Stuart McCulloch | 138a5a7 | 2011-06-28 01:12:48 +0000 | [diff] [blame] | 229 | <reporting> |
| 230 | <plugins> |
| 231 | <plugin> |
| 232 | <groupId>org.apache.maven.plugins</groupId> |
| 233 | <artifactId>maven-plugin-plugin</artifactId> |
Carsten Ziegeler | 318c2cb | 2015-03-09 13:57:23 +0000 | [diff] [blame] | 234 | <version>3.4</version> |
Stuart McCulloch | 138a5a7 | 2011-06-28 01:12:48 +0000 | [diff] [blame] | 235 | </plugin> |
| 236 | <plugin> |
| 237 | <groupId>org.apache.maven.plugins</groupId> |
| 238 | <artifactId>maven-changes-plugin</artifactId> |
Stuart McCulloch | fee1605 | 2013-06-07 22:46:41 +0000 | [diff] [blame] | 239 | <version>2.9</version> |
Stuart McCulloch | 138a5a7 | 2011-06-28 01:12:48 +0000 | [diff] [blame] | 240 | <configuration> |
| 241 | <component>12311143</component> |
| 242 | <versionPrefix>maven-bundle-plugin-</versionPrefix> |
| 243 | <statusIds>Resolved,Closed</statusIds> |
Benson Margulies | 9028f10 | 2015-10-24 18:45:03 +0000 | [diff] [blame] | 244 | <!-- 1000 gets a 403 --> |
| 245 | <maxEntries>100</maxEntries> |
Stuart McCulloch | 138a5a7 | 2011-06-28 01:12:48 +0000 | [diff] [blame] | 246 | <issueManagementSystems> |
| 247 | <issueManagementSystem>JIRA</issueManagementSystem> |
| 248 | </issueManagementSystems> |
Stuart McCulloch | c88a3a4 | 2013-06-07 23:09:05 +0000 | [diff] [blame] | 249 | <useJql>true</useJql> |
Stuart McCulloch | 138a5a7 | 2011-06-28 01:12:48 +0000 | [diff] [blame] | 250 | </configuration> |
| 251 | </plugin> |
| 252 | </plugins> |
Stuart McCulloch | f6c6eb5 | 2011-06-24 15:06:18 +0000 | [diff] [blame] | 253 | </reporting> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 254 | </project> |