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> |
| 25 | <version>4</version> |
| 26 | </parent> |
| 27 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 28 | <groupId>org.apache.felix</groupId> |
| 29 | <artifactId>felix</artifactId> |
| 30 | <packaging>pom</packaging> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 31 | <name>Apache Felix</name> |
Carsten Ziegeler | a1ac61f | 2008-01-12 18:53:45 +0000 | [diff] [blame] | 32 | <version>1.0.3-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> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 35 | <description>Apache felix is an OSGi implementation.</description> |
| 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> |
Carsten Ziegeler | a1ac61f | 2008-01-12 18:53:45 +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 | |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 65 | <!-- |
| 66 | Felix contains 3 custom maven packaging plugins. Each creates a jar file |
| 67 | as an artifact. |
| 68 | |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 69 | maven-bundle-plugin |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 70 | (bundle packaging - latest prefered plugin for generating OSGi bundles.) |
| 71 | maven-osgi-plugin |
| 72 | (osgi-bundle packaging - old plugin for generating OSGi bundles.) |
| 73 | org.apache.felix.ipojo.plugin |
| 74 | (plugin for generating iPOJO OSGi bundles.) |
| 75 | |
| 76 | But with maven bug https://issues.apache.org/jira/browse/FELIX-198 files |
| 77 | are not always created with the correct extension in the repository. |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 78 | |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 79 | As a work around, this pom creates different profiles for building the |
| 80 | different types of felix modules. |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 81 | |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 82 | Usage: |
| 83 | mvn -Dpackaging=<type> clean install |
| 84 | --> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 85 | |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 86 | <profiles> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 87 | |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 88 | <profile> |
Richard S. Hall | 430f335 | 2007-03-28 14:27:28 +0000 | [diff] [blame] | 89 | <id>packaging-plugins</id> |
| 90 | <activation> |
| 91 | <property> |
| 92 | <name>packaging</name> |
| 93 | <value>plugins</value> |
| 94 | </property> |
| 95 | </activation> |
| 96 | <modules> |
Stefano Lenzi | 476013d | 2007-09-21 23:59:54 +0000 | [diff] [blame] | 97 | <module>../maven-obr-plugin</module> |
Stuart McCulloch | 285fcc2 | 2007-09-24 19:54:42 +0000 | [diff] [blame] | 98 | <module>../bundleplugin</module> |
Carsten Ziegeler | f0cde29 | 2007-08-20 07:37:44 +0000 | [diff] [blame] | 99 | <module>../scrplugin</module> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 100 | <module>../tools/maven2/maven-osgi-plugin</module> |
Karl Pauls | 62627f6 | 2008-04-21 18:32:56 +0000 | [diff] [blame] | 101 | <!-- <module>../tools/maven2/maven-felix-plugin</module> --> |
Richard S. Hall | 430f335 | 2007-03-28 14:27:28 +0000 | [diff] [blame] | 102 | </modules> |
| 103 | </profile> |
| 104 | |
| 105 | <profile> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 106 | <id>packaging-ipojo-bundle</id> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 107 | <activation> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 108 | <property> |
| 109 | <name>packaging</name> |
| 110 | <value>ipojo-bundle</value> |
| 111 | </property> |
| 112 | </activation> |
| 113 | <modules> |
Clement Escoffier | ace86c5 | 2007-06-24 17:44:53 +0000 | [diff] [blame] | 114 | <!--<module>ipojo/arch</module>--> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 115 | </modules> |
| 116 | </profile> |
| 117 | |
| 118 | <profile> |
| 119 | <id>packaging-bundle</id> |
| 120 | <activation> |
| 121 | <property> |
| 122 | <name>packaging</name> |
| 123 | <value>bundle</value> |
| 124 | </property> |
| 125 | </activation> |
Francesco Furfari | 91ce123 | 2007-12-27 12:38:09 +0000 | [diff] [blame] | 126 | <modules> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 127 | <module>../org.osgi.foundation</module> |
| 128 | <module>../javax.servlet</module> |
| 129 | <module>../org.osgi.core</module> |
| 130 | <module>../org.osgi.compendium</module> |
| 131 | <module>../framework</module> |
| 132 | <module>../main</module> |
| 133 | <module>../shell</module> |
| 134 | <module>../shell.tui</module> |
| 135 | <module>../shell.gui</module> |
| 136 | <module>../shell.gui.plugin</module> |
Felix Meschberger | b20752f | 2008-08-19 13:22:01 +0000 | [diff] [blame] | 137 | <module>../shell.remote</module> |
Stuart McCulloch | 00f1f92 | 2007-09-24 20:02:41 +0000 | [diff] [blame] | 138 | <module>../org.osgi.service.obr</module> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 139 | <module>../bundlerepository</module> |
| 140 | <module>../log</module> |
| 141 | <module>../eventadmin</module> |
| 142 | <module>../http.jetty</module> |
Francesco Furfari | 91ce123 | 2007-12-27 12:38:09 +0000 | [diff] [blame] | 143 | <module>../upnp</module> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 144 | <module>../scr</module> |
| 145 | <module>../configadmin</module> |
| 146 | <module>../metatype</module> |
| 147 | <module>../dependencymanager</module> |
Marcel Offermans | 5f0780b | 2008-09-18 21:32:19 +0000 | [diff] [blame] | 148 | <module>../dependencymanager.shell</module> |
Stefano Lenzi | 17d3138 | 2008-03-05 08:21:06 +0000 | [diff] [blame] | 149 | <module>../deploymentadmin</module> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 150 | <module>../servicebinder</module> |
| 151 | <module>../wireadmin</module> |
Carsten Ziegeler | 41c255e | 2007-07-30 13:06:38 +0000 | [diff] [blame] | 152 | <module>../prefs</module> |
Felix Meschberger | 41eebdc | 2008-05-16 13:58:09 +0000 | [diff] [blame] | 153 | <module>../webconsole</module> |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 154 | |
Clement Escoffier | b5715b1 | 2007-09-25 14:29:52 +0000 | [diff] [blame] | 155 | <module>../ipojo</module> |
Marcel Offermans | 6179186 | 2007-07-23 17:35:55 +0000 | [diff] [blame] | 156 | |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 157 | <module>../mosgi</module> |
Felix Meschberger | fe090f8 | 2007-09-20 14:03:22 +0000 | [diff] [blame] | 158 | <module>../jmood</module> |
Richard S. Hall | 0249608 | 2007-08-23 15:29:20 +0000 | [diff] [blame] | 159 | |
| 160 | <module>../examples</module> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 161 | </modules> |
| 162 | </profile> |
| 163 | |
| 164 | <profile> |
| 165 | <id>packaging-osgi-bundle</id> |
| 166 | <activation> |
| 167 | <property> |
| 168 | <name>packaging</name> |
| 169 | <value>osgi-bundle</value> |
| 170 | </property> |
| 171 | </activation> |
| 172 | <modules> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 173 | <module>../org.apache.felix.daemon</module> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 174 | |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 175 | <!-- <module>tools/mangen</module> --> |
| 176 | |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 177 | |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 178 | </modules> |
| 179 | </profile> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 180 | <profile> |
| 181 | <id>release</id> |
| 182 | <build> |
| 183 | <plugins> |
| 184 | <plugin> |
| 185 | <groupId>org.apache.maven.plugins</groupId> |
| 186 | <artifactId>maven-gpg-plugin</artifactId> |
| 187 | <executions> |
| 188 | <execution> |
| 189 | <id>sign-artifacts</id> |
| 190 | <phase>verify</phase> |
| 191 | <goals> |
| 192 | <goal>sign</goal> |
| 193 | </goals> |
| 194 | </execution> |
| 195 | </executions> |
| 196 | </plugin> |
| 197 | <plugin> |
| 198 | <groupId>org.apache.maven.plugins</groupId> |
| 199 | <artifactId>maven-assembly-plugin</artifactId> |
| 200 | <configuration> |
| 201 | <descriptorRefs> |
| 202 | <descriptorRef>bin</descriptorRef> |
| 203 | <descriptorRef>project</descriptorRef> |
| 204 | </descriptorRefs> |
| 205 | </configuration> |
| 206 | <executions> |
| 207 | <execution> |
| 208 | <id>make-assembly</id> |
| 209 | <phase>package</phase> |
| 210 | <goals> |
| 211 | <goal>attached</goal> |
| 212 | </goals> |
| 213 | </execution> |
| 214 | </executions> |
| 215 | </plugin> |
| 216 | </plugins> |
| 217 | </build> |
| 218 | </profile> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 219 | </profiles> |
| 220 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 221 | <distributionManagement> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 222 | <site> |
| 223 | <id>felix website</id> |
Marcel Offermans | f673703 | 2006-08-17 19:49:13 +0000 | [diff] [blame] | 224 | <url>file:///${user.dir}/target/site-deployed/</url> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 225 | </site> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 226 | <repository> |
Carsten Ziegeler | 769d0cb | 2007-12-28 15:28:17 +0000 | [diff] [blame] | 227 | <id>apache.releases</id> |
| 228 | <name>Apache Release Distribution Repository</name> |
| 229 | <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 230 | </repository> |
| 231 | </distributionManagement> |
| 232 | |
| 233 | <pluginRepositories> |
| 234 | <pluginRepository> |
| 235 | <id>apache.snapshots</id> |
| 236 | <name>snapshot plugins</name> |
| 237 | <url> |
Richard S. Hall | f2be196 | 2006-12-22 19:46:42 +0000 | [diff] [blame] | 238 | http://people.apache.org/repo/m2-snapshot-repository |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 239 | </url> |
Richard S. Hall | a897e0e | 2007-02-13 05:55:13 +0000 | [diff] [blame] | 240 | <releases> |
| 241 | <enabled>false</enabled> |
| 242 | </releases> |
| 243 | <snapshots> |
| 244 | <enabled>true</enabled> |
| 245 | </snapshots> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 246 | </pluginRepository> |
| 247 | </pluginRepositories> |
| 248 | |
| 249 | <!-- definitions for testing --> |
| 250 | <dependencies> |
| 251 | <dependency> |
| 252 | <groupId>junit</groupId> |
| 253 | <artifactId>junit</artifactId> |
| 254 | <version>3.8.1</version> |
| 255 | <scope>test</scope> |
| 256 | </dependency> |
| 257 | <dependency> |
| 258 | <groupId>easymock</groupId> |
| 259 | <artifactId>easymock</artifactId> |
| 260 | <version>1.2_Java1.3</version> |
| 261 | <scope>test</scope> |
| 262 | </dependency> |
| 263 | </dependencies> |
| 264 | <build> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 265 | <pluginManagement> |
| 266 | <plugins> |
| 267 | <plugin> |
| 268 | <groupId>org.apache.maven.plugins</groupId> |
| 269 | <artifactId>maven-compiler-plugin</artifactId> |
| 270 | <version>2.0.2</version> |
| 271 | </plugin> |
| 272 | <plugin> |
| 273 | <groupId>org.apache.maven.plugins</groupId> |
| 274 | <artifactId>maven-surefire-plugin</artifactId> |
| 275 | <version>2.3</version> |
| 276 | </plugin> |
| 277 | <plugin> |
| 278 | <groupId>org.apache.maven.plugins</groupId> |
| 279 | <artifactId>maven-jar-plugin</artifactId> |
| 280 | <version>2.1</version> |
| 281 | </plugin> |
| 282 | <plugin> |
| 283 | <groupId>org.apache.maven.plugins</groupId> |
| 284 | <artifactId>maven-plugin-plugin</artifactId> |
| 285 | <version>2.3</version> |
| 286 | </plugin> |
| 287 | <plugin> |
| 288 | <groupId>org.apache.maven.plugins</groupId> |
| 289 | <artifactId>maven-install-plugin</artifactId> |
Carsten Ziegeler | f8f471c | 2008-01-11 15:57:45 +0000 | [diff] [blame] | 290 | <version>2.2</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 291 | </plugin> |
| 292 | <plugin> |
| 293 | <groupId>org.apache.maven.plugins</groupId> |
| 294 | <artifactId>maven-deploy-plugin</artifactId> |
| 295 | <version>2.3</version> |
| 296 | </plugin> |
| 297 | <plugin> |
| 298 | <groupId>org.apache.maven.plugins</groupId> |
| 299 | <artifactId>maven-site-plugin</artifactId> |
Carsten Ziegeler | f8f471c | 2008-01-11 15:57:45 +0000 | [diff] [blame] | 300 | <version>2.0-beta-6</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 301 | </plugin> |
| 302 | <plugin> |
| 303 | <groupId>org.apache.maven.plugins</groupId> |
| 304 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 305 | <version>2.0.1</version> |
| 306 | </plugin> |
| 307 | <plugin> |
| 308 | <groupId>org.apache.maven.plugins</groupId> |
| 309 | <artifactId>maven-jxr-plugin</artifactId> |
| 310 | <version>2.1</version> |
| 311 | </plugin> |
| 312 | <plugin> |
| 313 | <groupId>org.apache.maven.plugins</groupId> |
| 314 | <artifactId>maven-surefire-report-plugin</artifactId> |
| 315 | <version>2.3</version> |
| 316 | </plugin> |
| 317 | <plugin> |
| 318 | <groupId>org.apache.maven.plugins</groupId> |
| 319 | <artifactId>maven-javadoc-plugin</artifactId> |
Stefano Lenzi | c66dbd1 | 2008-06-12 22:02:24 +0000 | [diff] [blame] | 320 | <version>2.4</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 321 | </plugin> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 322 | <!-- <plugin> |
Carsten Ziegeler | 9764654 | 2007-07-04 17:03:06 +0000 | [diff] [blame] | 323 | <groupId>org.apache.felix</groupId> |
| 324 | <artifactId>maven-bundle-plugin</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 325 | <version>1.1.0-SNAPSHOT</version> |
| 326 | </plugin> --> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 327 | <!-- <plugin> |
| 328 | <groupId>org.apache.maven.plugins</groupId> |
| 329 | <artifactId>maven-remote-resources-plugin</artifactId> |
Carsten Ziegeler | f8f471c | 2008-01-11 15:57:45 +0000 | [diff] [blame] | 330 | <version>1.0-alpha-6</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 331 | </plugin> --> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 332 | <plugin> |
| 333 | <groupId>org.apache.maven.plugins</groupId> |
| 334 | <artifactId>maven-release-plugin</artifactId> |
| 335 | <version>2.0-beta-7</version> |
| 336 | </plugin> |
| 337 | <plugin> |
| 338 | <groupId>org.apache.maven.plugins</groupId> |
| 339 | <artifactId>maven-gpg-plugin</artifactId> |
| 340 | <version>1.0-alpha-4</version> |
| 341 | </plugin> |
| 342 | <plugin> |
| 343 | <groupId>org.apache.maven.plugins</groupId> |
| 344 | <artifactId>maven-assembly-plugin</artifactId> |
| 345 | <version>2.2-beta-1</version> |
| 346 | </plugin> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 347 | </plugins> |
| 348 | </pluginManagement> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 349 | <plugins> |
| 350 | <plugin> |
| 351 | <groupId>org.apache.maven.plugins</groupId> |
| 352 | <artifactId>maven-compiler-plugin</artifactId> |
| 353 | <configuration> |
Stuart McCulloch | 98f7c40 | 2007-09-21 03:38:03 +0000 | [diff] [blame] | 354 | <target>1.3</target> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 355 | </configuration> |
| 356 | </plugin> |
| 357 | <plugin> |
| 358 | <groupId>org.apache.maven.plugins</groupId> |
| 359 | <artifactId>maven-surefire-plugin</artifactId> |
| 360 | </plugin> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 361 | <!-- plugin> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 362 | <groupId>org.apache.maven.plugins</groupId> |
| 363 | <artifactId>maven-surefire-report-plugin</artifactId> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 364 | </plugin --> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 365 | <!-- We want to package up license resources in the JARs produced |
| 366 | <plugin> |
| 367 | <groupId>org.apache.maven.plugins</groupId> |
| 368 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 369 | <executions> |
| 370 | <execution> |
| 371 | <goals> |
| 372 | <goal>process</goal> |
| 373 | </goals> |
| 374 | <configuration> |
| 375 | <resourceBundles> |
| 376 | <resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle> |
| 377 | </resourceBundles> |
| 378 | </configuration> |
| 379 | </execution> |
| 380 | </executions> |
| 381 | </plugin>--> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 382 | <plugin> |
| 383 | <groupId>org.apache.maven.plugins</groupId> |
| 384 | <artifactId>maven-release-plugin</artifactId> |
| 385 | <configuration> |
| 386 | <tagBase>https://svn.apache.org/repos/asf/felix/releases</tagBase> |
| 387 | <useReleaseProfile>false</useReleaseProfile> |
| 388 | <goals>deploy</goals> |
| 389 | </configuration> |
| 390 | </plugin> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 391 | </plugins> |
Carsten Ziegeler | c7a70c2 | 2007-12-20 09:30:29 +0000 | [diff] [blame] | 392 | <resources> |
| 393 | <resource> |
| 394 | <directory>src/main/resources</directory> |
| 395 | </resource> |
| 396 | <resource> |
| 397 | <directory>.</directory> |
| 398 | <targetPath>META-INF</targetPath> |
| 399 | <includes> |
Carsten Ziegeler | 8079482 | 2008-01-07 16:15:52 +0000 | [diff] [blame] | 400 | <include>LICENSE*</include> |
| 401 | <include>NOTICE*</include> |
Carsten Ziegeler | c7a70c2 | 2007-12-20 09:30:29 +0000 | [diff] [blame] | 402 | </includes> |
| 403 | </resource> |
| 404 | </resources> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 405 | </build> |
| 406 | <reporting> |
| 407 | <plugins> |
| 408 | <plugin> |
| 409 | <groupId>org.apache.maven.plugins</groupId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 410 | <artifactId>maven-site-plugin</artifactId> |
| 411 | <configuration> |
Marcel Offermans | 5dcb02c | 2006-08-17 20:58:34 +0000 | [diff] [blame] | 412 | <templateDirectory>${user.dir}/src/site/</templateDirectory> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 413 | <template>maven-site.vm</template> |
| 414 | </configuration> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 415 | </plugin> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 416 | <plugin> |
| 417 | <groupId>org.apache.maven.plugins</groupId> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 418 | <artifactId>maven-surefire-report-plugin</artifactId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 419 | </plugin> |
| 420 | <plugin> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 421 | <groupId>org.apache.maven.plugins</groupId> |
| 422 | <artifactId>maven-jxr-plugin</artifactId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 423 | </plugin> |
| 424 | <plugin> |
| 425 | <groupId>org.apache.maven.plugins</groupId> |
| 426 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 427 | <reportSets> |
| 428 | <reportSet> |
| 429 | <reports> |
| 430 | <report>index</report> |
| 431 | <report>dependencies</report> |
| 432 | <report>project-team</report> |
| 433 | <report>mailing-list</report> |
| 434 | <report>issue-tracking</report> |
| 435 | <report>license</report> |
| 436 | <report>scm</report> |
| 437 | </reports> |
| 438 | </reportSet> |
| 439 | </reportSets> |
| 440 | </plugin> |
| 441 | <!--plugin> |
| 442 | <groupId>org.apache.maven.plugins</groupId> |
| 443 | <artifactId>maven-javadoc-plugin</artifactId> |
| 444 | <configuration> |
| 445 | <aggregate>true</aggregate> |
| 446 | </configuration> |
| 447 | </plugin--> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 448 | </plugins> |
| 449 | </reporting> |
Stuart McCulloch | 756832e | 2008-02-10 17:37:50 +0000 | [diff] [blame] | 450 | </project> |