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> |
Stuart McCulloch | a0e4f08 | 2009-04-21 08:51:39 +0000 | [diff] [blame] | 32 | <version>1.2.1-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> |
Stuart McCulloch | a0e4f08 | 2009-04-21 08:51:39 +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> |
| 109 | <configuration> |
| 110 | <descriptorRefs> |
| 111 | <descriptorRef>bin</descriptorRef> |
| 112 | <descriptorRef>project</descriptorRef> |
| 113 | </descriptorRefs> |
| 114 | </configuration> |
| 115 | <executions> |
| 116 | <execution> |
| 117 | <id>make-assembly</id> |
| 118 | <phase>package</phase> |
| 119 | <goals> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 120 | <goal>single</goal> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 121 | </goals> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 122 | <configuration> |
Stuart McCulloch | 320e063 | 2009-04-21 07:48:17 +0000 | [diff] [blame] | 123 | <!-- we don't want to attach all the assemblies, such as bz2 --> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 124 | <attach>false</attach> |
| 125 | </configuration> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 126 | </execution> |
| 127 | </executions> |
| 128 | </plugin> |
Stuart McCulloch | fdb035e | 2009-04-21 06:51:00 +0000 | [diff] [blame] | 129 | <plugin> |
Stuart McCulloch | 320e063 | 2009-04-21 07:48:17 +0000 | [diff] [blame] | 130 | <!-- 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] | 131 | <groupId>org.codehaus.mojo</groupId> |
| 132 | <artifactId>build-helper-maven-plugin</artifactId> |
| 133 | <executions> |
| 134 | <execution> |
| 135 | <id>attach-assemblies</id> |
| 136 | <phase>package</phase> |
| 137 | <goals> |
| 138 | <goal>attach-artifact</goal> |
| 139 | </goals> |
| 140 | <configuration> |
| 141 | <artifacts> |
| 142 | <artifact> |
| 143 | <file>${project.build.directory}/${project.artifactId}-${project.version}-project.tar.gz</file> |
| 144 | <classifier>project</classifier> |
| 145 | <type>tar.gz</type> |
| 146 | </artifact> |
| 147 | <artifact> |
| 148 | <file>${project.build.directory}/${project.artifactId}-${project.version}-project.zip</file> |
| 149 | <classifier>project</classifier> |
| 150 | <type>zip</type> |
| 151 | </artifact> |
| 152 | <artifact> |
| 153 | <file>${project.build.directory}/${project.artifactId}-${project.version}-bin.tar.gz</file> |
| 154 | <classifier>bin</classifier> |
| 155 | <type>tar.gz</type> |
| 156 | </artifact> |
| 157 | <artifact> |
| 158 | <file>${project.build.directory}/${project.artifactId}-${project.version}-bin.zip</file> |
| 159 | <classifier>bin</classifier> |
| 160 | <type>zip</type> |
| 161 | </artifact> |
| 162 | </artifacts> |
| 163 | </configuration> |
| 164 | </execution> |
| 165 | </executions> |
| 166 | </plugin> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 167 | </plugins> |
| 168 | </build> |
| 169 | </profile> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 170 | </profiles> |
| 171 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 172 | <distributionManagement> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 173 | <site> |
| 174 | <id>felix website</id> |
Marcel Offermans | f673703 | 2006-08-17 19:49:13 +0000 | [diff] [blame] | 175 | <url>file:///${user.dir}/target/site-deployed/</url> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 176 | </site> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 177 | </distributionManagement> |
| 178 | |
| 179 | <pluginRepositories> |
| 180 | <pluginRepository> |
| 181 | <id>apache.snapshots</id> |
| 182 | <name>snapshot plugins</name> |
Stuart McCulloch | 7d48f76 | 2009-04-15 10:05:13 +0000 | [diff] [blame] | 183 | <url>http://repository.apache.org/snapshots</url> |
Richard S. Hall | a897e0e | 2007-02-13 05:55:13 +0000 | [diff] [blame] | 184 | <releases> |
| 185 | <enabled>false</enabled> |
| 186 | </releases> |
| 187 | <snapshots> |
| 188 | <enabled>true</enabled> |
| 189 | </snapshots> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 190 | </pluginRepository> |
| 191 | </pluginRepositories> |
| 192 | |
| 193 | <!-- definitions for testing --> |
| 194 | <dependencies> |
| 195 | <dependency> |
| 196 | <groupId>junit</groupId> |
| 197 | <artifactId>junit</artifactId> |
Stuart McCulloch | 5d01e10 | 2009-04-07 10:35:19 +0000 | [diff] [blame] | 198 | <version>4.0</version> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 199 | <scope>test</scope> |
| 200 | </dependency> |
| 201 | <dependency> |
Stuart McCulloch | 5d01e10 | 2009-04-07 10:35:19 +0000 | [diff] [blame] | 202 | <groupId>org.easymock</groupId> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 203 | <artifactId>easymock</artifactId> |
Stuart McCulloch | 5d01e10 | 2009-04-07 10:35:19 +0000 | [diff] [blame] | 204 | <version>2.4</version> |
| 205 | <scope>test</scope> |
| 206 | </dependency> |
| 207 | <dependency> |
| 208 | <groupId>org.mockito</groupId> |
| 209 | <artifactId>mockito-all</artifactId> |
| 210 | <version>1.7</version> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 211 | <scope>test</scope> |
| 212 | </dependency> |
| 213 | </dependencies> |
| 214 | <build> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 215 | <pluginManagement> |
| 216 | <plugins> |
| 217 | <plugin> |
| 218 | <groupId>org.apache.maven.plugins</groupId> |
| 219 | <artifactId>maven-compiler-plugin</artifactId> |
| 220 | <version>2.0.2</version> |
| 221 | </plugin> |
| 222 | <plugin> |
| 223 | <groupId>org.apache.maven.plugins</groupId> |
| 224 | <artifactId>maven-surefire-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 225 | <version>2.4.3</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 226 | </plugin> |
| 227 | <plugin> |
| 228 | <groupId>org.apache.maven.plugins</groupId> |
| 229 | <artifactId>maven-jar-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 230 | <version>2.2</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 231 | </plugin> |
| 232 | <plugin> |
| 233 | <groupId>org.apache.maven.plugins</groupId> |
| 234 | <artifactId>maven-plugin-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 235 | <version>2.4.3</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 236 | </plugin> |
| 237 | <plugin> |
| 238 | <groupId>org.apache.maven.plugins</groupId> |
| 239 | <artifactId>maven-install-plugin</artifactId> |
Carsten Ziegeler | f8f471c | 2008-01-11 15:57:45 +0000 | [diff] [blame] | 240 | <version>2.2</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 241 | </plugin> |
| 242 | <plugin> |
| 243 | <groupId>org.apache.maven.plugins</groupId> |
| 244 | <artifactId>maven-deploy-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 245 | <version>2.4</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 246 | </plugin> |
| 247 | <plugin> |
| 248 | <groupId>org.apache.maven.plugins</groupId> |
| 249 | <artifactId>maven-site-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 250 | <version>2.0-beta-7</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 251 | </plugin> |
| 252 | <plugin> |
| 253 | <groupId>org.apache.maven.plugins</groupId> |
| 254 | <artifactId>maven-project-info-reports-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 255 | <version>2.1</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 256 | </plugin> |
| 257 | <plugin> |
| 258 | <groupId>org.apache.maven.plugins</groupId> |
| 259 | <artifactId>maven-jxr-plugin</artifactId> |
| 260 | <version>2.1</version> |
| 261 | </plugin> |
| 262 | <plugin> |
| 263 | <groupId>org.apache.maven.plugins</groupId> |
| 264 | <artifactId>maven-surefire-report-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 265 | <version>2.4.3</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 266 | </plugin> |
| 267 | <plugin> |
| 268 | <groupId>org.apache.maven.plugins</groupId> |
| 269 | <artifactId>maven-javadoc-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 270 | <version>2.5</version> |
| 271 | </plugin> |
| 272 | <plugin> |
| 273 | <groupId>org.apache.maven.plugins</groupId> |
| 274 | <artifactId>maven-source-plugin</artifactId> |
| 275 | <version>2.0.4</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 276 | </plugin> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 277 | <!-- <plugin> |
| 278 | <groupId>org.apache.maven.plugins</groupId> |
| 279 | <artifactId>maven-remote-resources-plugin</artifactId> |
Carsten Ziegeler | f8f471c | 2008-01-11 15:57:45 +0000 | [diff] [blame] | 280 | <version>1.0-alpha-6</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 281 | </plugin> --> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 282 | <plugin> |
| 283 | <groupId>org.apache.maven.plugins</groupId> |
| 284 | <artifactId>maven-release-plugin</artifactId> |
Carsten Ziegeler | f4ed56a | 2009-02-11 09:04:22 +0000 | [diff] [blame] | 285 | <version>2.0-beta-8</version> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 286 | </plugin> |
| 287 | <plugin> |
| 288 | <groupId>org.apache.maven.plugins</groupId> |
| 289 | <artifactId>maven-gpg-plugin</artifactId> |
| 290 | <version>1.0-alpha-4</version> |
| 291 | </plugin> |
| 292 | <plugin> |
| 293 | <groupId>org.apache.maven.plugins</groupId> |
| 294 | <artifactId>maven-assembly-plugin</artifactId> |
Carsten Ziegeler | 9cef1f9 | 2009-03-06 10:11:00 +0000 | [diff] [blame] | 295 | <version>2.2-beta-1</version> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 296 | </plugin> |
Stuart McCulloch | fdb035e | 2009-04-21 06:51:00 +0000 | [diff] [blame] | 297 | <plugin> |
| 298 | <groupId>org.codehaus.mojo</groupId> |
| 299 | <artifactId>build-helper-maven-plugin</artifactId> |
| 300 | <version>1.2</version> |
| 301 | </plugin> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 302 | </plugins> |
| 303 | </pluginManagement> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 304 | <plugins> |
| 305 | <plugin> |
| 306 | <groupId>org.apache.maven.plugins</groupId> |
| 307 | <artifactId>maven-compiler-plugin</artifactId> |
| 308 | <configuration> |
Stuart McCulloch | 98f7c40 | 2007-09-21 03:38:03 +0000 | [diff] [blame] | 309 | <target>1.3</target> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 310 | </configuration> |
| 311 | </plugin> |
| 312 | <plugin> |
| 313 | <groupId>org.apache.maven.plugins</groupId> |
Stuart McCulloch | fdb035e | 2009-04-21 06:51:00 +0000 | [diff] [blame] | 314 | <artifactId>maven-resources-plugin</artifactId> |
| 315 | <configuration> |
| 316 | <encoding>UTF-8</encoding> |
| 317 | </configuration> |
| 318 | </plugin> |
| 319 | <plugin> |
| 320 | <groupId>org.apache.maven.plugins</groupId> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 321 | <artifactId>maven-surefire-plugin</artifactId> |
| 322 | </plugin> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 323 | <!-- plugin> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 324 | <groupId>org.apache.maven.plugins</groupId> |
| 325 | <artifactId>maven-surefire-report-plugin</artifactId> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 326 | </plugin --> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 327 | <!-- We want to package up license resources in the JARs produced |
| 328 | <plugin> |
| 329 | <groupId>org.apache.maven.plugins</groupId> |
| 330 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 331 | <executions> |
| 332 | <execution> |
| 333 | <goals> |
| 334 | <goal>process</goal> |
| 335 | </goals> |
| 336 | <configuration> |
| 337 | <resourceBundles> |
| 338 | <resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle> |
| 339 | </resourceBundles> |
| 340 | </configuration> |
| 341 | </execution> |
| 342 | </executions> |
| 343 | </plugin>--> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 344 | <plugin> |
| 345 | <groupId>org.apache.maven.plugins</groupId> |
| 346 | <artifactId>maven-release-plugin</artifactId> |
| 347 | <configuration> |
| 348 | <tagBase>https://svn.apache.org/repos/asf/felix/releases</tagBase> |
| 349 | <useReleaseProfile>false</useReleaseProfile> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 350 | <arguments>-Prelease</arguments> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 351 | <goals>deploy</goals> |
| 352 | </configuration> |
| 353 | </plugin> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 354 | </plugins> |
Carsten Ziegeler | c7a70c2 | 2007-12-20 09:30:29 +0000 | [diff] [blame] | 355 | <resources> |
| 356 | <resource> |
| 357 | <directory>src/main/resources</directory> |
| 358 | </resource> |
| 359 | <resource> |
| 360 | <directory>.</directory> |
| 361 | <targetPath>META-INF</targetPath> |
| 362 | <includes> |
Carsten Ziegeler | 8079482 | 2008-01-07 16:15:52 +0000 | [diff] [blame] | 363 | <include>LICENSE*</include> |
| 364 | <include>NOTICE*</include> |
Carsten Ziegeler | c7a70c2 | 2007-12-20 09:30:29 +0000 | [diff] [blame] | 365 | </includes> |
| 366 | </resource> |
| 367 | </resources> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 368 | </build> |
| 369 | <reporting> |
| 370 | <plugins> |
| 371 | <plugin> |
| 372 | <groupId>org.apache.maven.plugins</groupId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 373 | <artifactId>maven-site-plugin</artifactId> |
| 374 | <configuration> |
Marcel Offermans | 5dcb02c | 2006-08-17 20:58:34 +0000 | [diff] [blame] | 375 | <templateDirectory>${user.dir}/src/site/</templateDirectory> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 376 | <template>maven-site.vm</template> |
| 377 | </configuration> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 378 | </plugin> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 379 | <plugin> |
| 380 | <groupId>org.apache.maven.plugins</groupId> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 381 | <artifactId>maven-surefire-report-plugin</artifactId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 382 | </plugin> |
| 383 | <plugin> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 384 | <groupId>org.apache.maven.plugins</groupId> |
| 385 | <artifactId>maven-jxr-plugin</artifactId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 386 | </plugin> |
| 387 | <plugin> |
| 388 | <groupId>org.apache.maven.plugins</groupId> |
| 389 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 390 | <reportSets> |
| 391 | <reportSet> |
| 392 | <reports> |
| 393 | <report>index</report> |
| 394 | <report>dependencies</report> |
| 395 | <report>project-team</report> |
| 396 | <report>mailing-list</report> |
| 397 | <report>issue-tracking</report> |
| 398 | <report>license</report> |
| 399 | <report>scm</report> |
| 400 | </reports> |
| 401 | </reportSet> |
| 402 | </reportSets> |
| 403 | </plugin> |
| 404 | <!--plugin> |
| 405 | <groupId>org.apache.maven.plugins</groupId> |
| 406 | <artifactId>maven-javadoc-plugin</artifactId> |
| 407 | <configuration> |
| 408 | <aggregate>true</aggregate> |
| 409 | </configuration> |
| 410 | </plugin--> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 411 | </plugins> |
| 412 | </reporting> |
Stuart McCulloch | 756832e | 2008-02-10 17:37:50 +0000 | [diff] [blame] | 413 | </project> |