Carsten Ziegeler | 4689248 | 2007-12-28 15:44: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 | bdf1a00 | 2007-12-28 15:31:02 +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"> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | 406386d | 2007-03-20 02:56:45 +0000 | [diff] [blame] | 21 | |
| 22 | <parent> |
| 23 | <groupId>org.apache</groupId> |
| 24 | <artifactId>apache</artifactId> |
Stuart McCulloch | 7d48f76 | 2009-04-15 10:05:13 +0000 | [diff] [blame] | 25 | <version>5</version> |
Michael E. Rodriguez | 406386d | 2007-03-20 02:56:45 +0000 | [diff] [blame] | 26 | </parent> |
| 27 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 28 | <groupId>org.apache.felix</groupId> |
Stuart McCulloch | 6bd1461 | 2009-04-21 06:59:39 +0000 | [diff] [blame] | 29 | <artifactId>felix-parent</artifactId> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 30 | <packaging>pom</packaging> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 31 | <name>Apache Felix</name> |
Guillaume Nodet | 6eef98d | 2009-09-22 07:16:56 +0000 | [diff] [blame] | 32 | <version>1.2.2-SNAPSHOT</version> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 33 | <url>http://felix.apache.org/</url> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 34 | <inceptionYear>2006</inceptionYear> |
Carsten Ziegeler | a845c77 | 2009-03-10 07:30:54 +0000 | [diff] [blame] | 35 | <description>Apache Felix is an OSGi implementation.</description> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 36 | |
| 37 | <issueManagement> |
| 38 | <system>Jira</system> |
| 39 | <url>http://issues.apache.org/jira/browse/FELIX</url> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 40 | </issueManagement> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 41 | |
| 42 | <mailingLists> |
| 43 | <mailingList> |
| 44 | <name>Felix Dev</name> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 45 | <subscribe>dev-subscribe@felix.apache.org</subscribe> |
| 46 | <unsubscribe>dev-unsubscribe@felix.apache.org</unsubscribe> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 47 | <post>-</post> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 48 | <archive>http://www.mail-archive.com/dev%40felix.apache.org/</archive> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 49 | </mailingList> |
| 50 | <mailingList> |
| 51 | <name>Felix Commits</name> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 52 | <subscribe>commits-subscribe@felix.apache.org</subscribe> |
| 53 | <unsubscribe>commits-unsubscribe@felix.apache.org</unsubscribe> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 54 | <post>-</post> |
Richard S. Hall | 1764f30 | 2007-06-18 20:50:24 +0000 | [diff] [blame] | 55 | <archive>http://www.mail-archive.com/commits%40felix.apache.org/</archive> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 56 | </mailingList> |
| 57 | </mailingLists> |
| 58 | |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 59 | <scm> |
Guillaume Nodet | 6eef98d | 2009-09-22 07:16:56 +0000 | [diff] [blame] | 60 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk</connection> |
| 61 | <developerConnection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk</developerConnection> |
| 62 | <url>http://svn.apache.org/viewvc/felix/trunk/?root=Apache-SVN</url> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 63 | </scm> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 64 | |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 65 | <profiles> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 66 | <profile> |
| 67 | <id>release</id> |
| 68 | <build> |
| 69 | <plugins> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 70 | <!-- Attach sources for all builds --> |
| 71 | <plugin> |
| 72 | <groupId>org.apache.maven.plugins</groupId> |
| 73 | <artifactId>maven-source-plugin</artifactId> |
| 74 | <inherited>true</inherited> |
| 75 | <executions> |
| 76 | <execution> |
| 77 | <id>attach-sources</id> |
| 78 | <goals> |
| 79 | <goal>jar</goal> |
| 80 | </goals> |
| 81 | </execution> |
| 82 | </executions> |
| 83 | </plugin> |
Stuart McCulloch | 9295c23 | 2009-04-21 07:37:59 +0000 | [diff] [blame] | 84 | <!-- We want to deploy the artifact to a staging location for perusal --> |
| 85 | <plugin> |
| 86 | <groupId>org.apache.maven.plugins</groupId> |
| 87 | <artifactId>maven-deploy-plugin</artifactId> |
| 88 | <inherited>true</inherited> |
| 89 | <configuration> |
| 90 | <updateReleaseInfo>true</updateReleaseInfo> |
| 91 | </configuration> |
| 92 | </plugin> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 93 | <plugin> |
| 94 | <groupId>org.apache.maven.plugins</groupId> |
| 95 | <artifactId>maven-gpg-plugin</artifactId> |
| 96 | <executions> |
| 97 | <execution> |
| 98 | <id>sign-artifacts</id> |
| 99 | <phase>verify</phase> |
| 100 | <goals> |
| 101 | <goal>sign</goal> |
| 102 | </goals> |
| 103 | </execution> |
| 104 | </executions> |
| 105 | </plugin> |
| 106 | <plugin> |
| 107 | <groupId>org.apache.maven.plugins</groupId> |
| 108 | <artifactId>maven-assembly-plugin</artifactId> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 109 | <executions> |
| 110 | <execution> |
| 111 | <id>make-assembly</id> |
| 112 | <phase>package</phase> |
| 113 | <goals> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 114 | <goal>single</goal> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 115 | </goals> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 116 | <configuration> |
Guillaume Nodet | 52667ba | 2009-09-21 11:42:08 +0000 | [diff] [blame] | 117 | <descriptorRefs> |
| 118 | <descriptorRef>bin</descriptorRef> |
| 119 | <descriptorRef>project</descriptorRef> |
| 120 | </descriptorRefs> |
Stuart McCulloch | 320e063 | 2009-04-21 07:48:17 +0000 | [diff] [blame] | 121 | <!-- we don't want to attach all the assemblies, such as bz2 --> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 122 | <attach>false</attach> |
| 123 | </configuration> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 124 | </execution> |
| 125 | </executions> |
| 126 | </plugin> |
Stuart McCulloch | fdb035e | 2009-04-21 06:51:00 +0000 | [diff] [blame] | 127 | <plugin> |
Stuart McCulloch | 320e063 | 2009-04-21 07:48:17 +0000 | [diff] [blame] | 128 | <!-- only attach the project and bin assemblies, in tar.gz and zip flavors --> |
Stuart McCulloch | fdb035e | 2009-04-21 06:51:00 +0000 | [diff] [blame] | 129 | <groupId>org.codehaus.mojo</groupId> |
| 130 | <artifactId>build-helper-maven-plugin</artifactId> |
| 131 | <executions> |
| 132 | <execution> |
| 133 | <id>attach-assemblies</id> |
| 134 | <phase>package</phase> |
| 135 | <goals> |
| 136 | <goal>attach-artifact</goal> |
| 137 | </goals> |
| 138 | <configuration> |
| 139 | <artifacts> |
| 140 | <artifact> |
| 141 | <file>${project.build.directory}/${project.artifactId}-${project.version}-project.tar.gz</file> |
| 142 | <classifier>project</classifier> |
| 143 | <type>tar.gz</type> |
| 144 | </artifact> |
| 145 | <artifact> |
| 146 | <file>${project.build.directory}/${project.artifactId}-${project.version}-project.zip</file> |
| 147 | <classifier>project</classifier> |
| 148 | <type>zip</type> |
| 149 | </artifact> |
| 150 | <artifact> |
| 151 | <file>${project.build.directory}/${project.artifactId}-${project.version}-bin.tar.gz</file> |
| 152 | <classifier>bin</classifier> |
| 153 | <type>tar.gz</type> |
| 154 | </artifact> |
| 155 | <artifact> |
| 156 | <file>${project.build.directory}/${project.artifactId}-${project.version}-bin.zip</file> |
| 157 | <classifier>bin</classifier> |
| 158 | <type>zip</type> |
| 159 | </artifact> |
| 160 | </artifacts> |
| 161 | </configuration> |
| 162 | </execution> |
| 163 | </executions> |
| 164 | </plugin> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 165 | </plugins> |
| 166 | </build> |
| 167 | </profile> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 168 | </profiles> |
| 169 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 170 | <distributionManagement> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 171 | <site> |
| 172 | <id>felix website</id> |
Marcel Offermans | f673703 | 2006-08-17 19:49:13 +0000 | [diff] [blame] | 173 | <url>file:///${user.dir}/target/site-deployed/</url> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 174 | </site> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 175 | </distributionManagement> |
| 176 | |
| 177 | <pluginRepositories> |
| 178 | <pluginRepository> |
| 179 | <id>apache.snapshots</id> |
| 180 | <name>snapshot plugins</name> |
Stuart McCulloch | 7d48f76 | 2009-04-15 10:05:13 +0000 | [diff] [blame] | 181 | <url>http://repository.apache.org/snapshots</url> |
Richard S. Hall | a897e0e | 2007-02-13 05:55:13 +0000 | [diff] [blame] | 182 | <releases> |
| 183 | <enabled>false</enabled> |
| 184 | </releases> |
| 185 | <snapshots> |
| 186 | <enabled>true</enabled> |
| 187 | </snapshots> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 188 | </pluginRepository> |
| 189 | </pluginRepositories> |
| 190 | |
| 191 | <!-- definitions for testing --> |
| 192 | <dependencies> |
| 193 | <dependency> |
| 194 | <groupId>junit</groupId> |
| 195 | <artifactId>junit</artifactId> |
Stuart McCulloch | 5d01e10 | 2009-04-07 10:35:19 +0000 | [diff] [blame] | 196 | <version>4.0</version> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 197 | <scope>test</scope> |
| 198 | </dependency> |
| 199 | <dependency> |
Stuart McCulloch | 5d01e10 | 2009-04-07 10:35:19 +0000 | [diff] [blame] | 200 | <groupId>org.easymock</groupId> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 201 | <artifactId>easymock</artifactId> |
Stuart McCulloch | 5d01e10 | 2009-04-07 10:35:19 +0000 | [diff] [blame] | 202 | <version>2.4</version> |
| 203 | <scope>test</scope> |
| 204 | </dependency> |
| 205 | <dependency> |
| 206 | <groupId>org.mockito</groupId> |
| 207 | <artifactId>mockito-all</artifactId> |
| 208 | <version>1.7</version> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 209 | <scope>test</scope> |
| 210 | </dependency> |
| 211 | </dependencies> |
| 212 | <build> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 213 | <pluginManagement> |
| 214 | <plugins> |
| 215 | <plugin> |
| 216 | <groupId>org.apache.maven.plugins</groupId> |
| 217 | <artifactId>maven-compiler-plugin</artifactId> |
| 218 | <version>2.0.2</version> |
| 219 | </plugin> |
| 220 | <plugin> |
| 221 | <groupId>org.apache.maven.plugins</groupId> |
| 222 | <artifactId>maven-surefire-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 223 | <version>2.4.3</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 224 | </plugin> |
| 225 | <plugin> |
| 226 | <groupId>org.apache.maven.plugins</groupId> |
| 227 | <artifactId>maven-jar-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 228 | <version>2.2</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 229 | </plugin> |
| 230 | <plugin> |
| 231 | <groupId>org.apache.maven.plugins</groupId> |
| 232 | <artifactId>maven-plugin-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 233 | <version>2.4.3</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 234 | </plugin> |
| 235 | <plugin> |
| 236 | <groupId>org.apache.maven.plugins</groupId> |
| 237 | <artifactId>maven-install-plugin</artifactId> |
Carsten Ziegeler | f8f471c | 2008-01-11 15:57:45 +0000 | [diff] [blame] | 238 | <version>2.2</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 239 | </plugin> |
| 240 | <plugin> |
| 241 | <groupId>org.apache.maven.plugins</groupId> |
| 242 | <artifactId>maven-deploy-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 243 | <version>2.4</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 244 | </plugin> |
| 245 | <plugin> |
| 246 | <groupId>org.apache.maven.plugins</groupId> |
| 247 | <artifactId>maven-site-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 248 | <version>2.0-beta-7</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 249 | </plugin> |
| 250 | <plugin> |
| 251 | <groupId>org.apache.maven.plugins</groupId> |
| 252 | <artifactId>maven-project-info-reports-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 253 | <version>2.1</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 254 | </plugin> |
| 255 | <plugin> |
| 256 | <groupId>org.apache.maven.plugins</groupId> |
| 257 | <artifactId>maven-jxr-plugin</artifactId> |
| 258 | <version>2.1</version> |
| 259 | </plugin> |
| 260 | <plugin> |
| 261 | <groupId>org.apache.maven.plugins</groupId> |
| 262 | <artifactId>maven-surefire-report-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 263 | <version>2.4.3</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 264 | </plugin> |
| 265 | <plugin> |
| 266 | <groupId>org.apache.maven.plugins</groupId> |
| 267 | <artifactId>maven-javadoc-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 268 | <version>2.5</version> |
| 269 | </plugin> |
| 270 | <plugin> |
| 271 | <groupId>org.apache.maven.plugins</groupId> |
| 272 | <artifactId>maven-source-plugin</artifactId> |
| 273 | <version>2.0.4</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 274 | </plugin> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 275 | <!-- <plugin> |
| 276 | <groupId>org.apache.maven.plugins</groupId> |
| 277 | <artifactId>maven-remote-resources-plugin</artifactId> |
Carsten Ziegeler | f8f471c | 2008-01-11 15:57:45 +0000 | [diff] [blame] | 278 | <version>1.0-alpha-6</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 279 | </plugin> --> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 280 | <plugin> |
| 281 | <groupId>org.apache.maven.plugins</groupId> |
| 282 | <artifactId>maven-release-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 283 | <version>2.0-beta-8</version> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 284 | </plugin> |
| 285 | <plugin> |
| 286 | <groupId>org.apache.maven.plugins</groupId> |
| 287 | <artifactId>maven-gpg-plugin</artifactId> |
| 288 | <version>1.0-alpha-4</version> |
| 289 | </plugin> |
| 290 | <plugin> |
| 291 | <groupId>org.apache.maven.plugins</groupId> |
| 292 | <artifactId>maven-assembly-plugin</artifactId> |
Carsten Ziegeler | 9cef1f9 | 2009-03-06 10:11:00 +0000 | [diff] [blame] | 293 | <version>2.2-beta-1</version> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 294 | </plugin> |
Stuart McCulloch | fdb035e | 2009-04-21 06:51:00 +0000 | [diff] [blame] | 295 | <plugin> |
| 296 | <groupId>org.codehaus.mojo</groupId> |
| 297 | <artifactId>build-helper-maven-plugin</artifactId> |
| 298 | <version>1.2</version> |
| 299 | </plugin> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 300 | </plugins> |
| 301 | </pluginManagement> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 302 | <plugins> |
| 303 | <plugin> |
| 304 | <groupId>org.apache.maven.plugins</groupId> |
| 305 | <artifactId>maven-compiler-plugin</artifactId> |
| 306 | <configuration> |
Stuart McCulloch | 98f7c40 | 2007-09-21 03:38:03 +0000 | [diff] [blame] | 307 | <target>1.3</target> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 308 | </configuration> |
| 309 | </plugin> |
| 310 | <plugin> |
| 311 | <groupId>org.apache.maven.plugins</groupId> |
Stuart McCulloch | fdb035e | 2009-04-21 06:51:00 +0000 | [diff] [blame] | 312 | <artifactId>maven-resources-plugin</artifactId> |
| 313 | <configuration> |
| 314 | <encoding>UTF-8</encoding> |
| 315 | </configuration> |
| 316 | </plugin> |
| 317 | <plugin> |
| 318 | <groupId>org.apache.maven.plugins</groupId> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 319 | <artifactId>maven-surefire-plugin</artifactId> |
| 320 | </plugin> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 321 | <!-- plugin> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 322 | <groupId>org.apache.maven.plugins</groupId> |
| 323 | <artifactId>maven-surefire-report-plugin</artifactId> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 324 | </plugin --> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 325 | <!-- We want to package up license resources in the JARs produced |
| 326 | <plugin> |
| 327 | <groupId>org.apache.maven.plugins</groupId> |
| 328 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 329 | <executions> |
| 330 | <execution> |
| 331 | <goals> |
| 332 | <goal>process</goal> |
| 333 | </goals> |
| 334 | <configuration> |
| 335 | <resourceBundles> |
| 336 | <resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle> |
| 337 | </resourceBundles> |
| 338 | </configuration> |
| 339 | </execution> |
| 340 | </executions> |
| 341 | </plugin>--> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 342 | <plugin> |
| 343 | <groupId>org.apache.maven.plugins</groupId> |
| 344 | <artifactId>maven-release-plugin</artifactId> |
| 345 | <configuration> |
| 346 | <tagBase>https://svn.apache.org/repos/asf/felix/releases</tagBase> |
| 347 | <useReleaseProfile>false</useReleaseProfile> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 348 | <arguments>-Prelease</arguments> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 349 | <goals>deploy</goals> |
| 350 | </configuration> |
| 351 | </plugin> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 352 | </plugins> |
Carsten Ziegeler | c7a70c2 | 2007-12-20 09:30:29 +0000 | [diff] [blame] | 353 | <resources> |
| 354 | <resource> |
| 355 | <directory>src/main/resources</directory> |
| 356 | </resource> |
| 357 | <resource> |
| 358 | <directory>.</directory> |
| 359 | <targetPath>META-INF</targetPath> |
| 360 | <includes> |
Carsten Ziegeler | 8079482 | 2008-01-07 16:15:52 +0000 | [diff] [blame] | 361 | <include>LICENSE*</include> |
| 362 | <include>NOTICE*</include> |
Carsten Ziegeler | c7a70c2 | 2007-12-20 09:30:29 +0000 | [diff] [blame] | 363 | </includes> |
| 364 | </resource> |
| 365 | </resources> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 366 | </build> |
| 367 | <reporting> |
| 368 | <plugins> |
| 369 | <plugin> |
| 370 | <groupId>org.apache.maven.plugins</groupId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 371 | <artifactId>maven-site-plugin</artifactId> |
| 372 | <configuration> |
Marcel Offermans | 5dcb02c | 2006-08-17 20:58:34 +0000 | [diff] [blame] | 373 | <templateDirectory>${user.dir}/src/site/</templateDirectory> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 374 | <template>maven-site.vm</template> |
| 375 | </configuration> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 376 | </plugin> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 377 | <plugin> |
| 378 | <groupId>org.apache.maven.plugins</groupId> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 379 | <artifactId>maven-surefire-report-plugin</artifactId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 380 | </plugin> |
| 381 | <plugin> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 382 | <groupId>org.apache.maven.plugins</groupId> |
| 383 | <artifactId>maven-jxr-plugin</artifactId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 384 | </plugin> |
| 385 | <plugin> |
| 386 | <groupId>org.apache.maven.plugins</groupId> |
| 387 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 388 | <reportSets> |
| 389 | <reportSet> |
| 390 | <reports> |
| 391 | <report>index</report> |
| 392 | <report>dependencies</report> |
| 393 | <report>project-team</report> |
| 394 | <report>mailing-list</report> |
| 395 | <report>issue-tracking</report> |
| 396 | <report>license</report> |
| 397 | <report>scm</report> |
| 398 | </reports> |
| 399 | </reportSet> |
| 400 | </reportSets> |
| 401 | </plugin> |
| 402 | <!--plugin> |
| 403 | <groupId>org.apache.maven.plugins</groupId> |
| 404 | <artifactId>maven-javadoc-plugin</artifactId> |
| 405 | <configuration> |
| 406 | <aggregate>true</aggregate> |
| 407 | </configuration> |
| 408 | </plugin--> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 409 | </plugins> |
| 410 | </reporting> |
Stuart McCulloch | 756832e | 2008-02-10 17:37:50 +0000 | [diff] [blame] | 411 | </project> |