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