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> |
Stuart McCulloch | 00f1f92 | 2007-09-24 20:02:41 +0000 | [diff] [blame] | 137 | <module>../org.osgi.service.obr</module> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 138 | <module>../bundlerepository</module> |
| 139 | <module>../log</module> |
| 140 | <module>../eventadmin</module> |
| 141 | <module>../http.jetty</module> |
Francesco Furfari | 91ce123 | 2007-12-27 12:38:09 +0000 | [diff] [blame] | 142 | <module>../upnp</module> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 143 | <module>../scr</module> |
| 144 | <module>../configadmin</module> |
| 145 | <module>../metatype</module> |
| 146 | <module>../dependencymanager</module> |
Stefano Lenzi | 17d3138 | 2008-03-05 08:21:06 +0000 | [diff] [blame] | 147 | <module>../deploymentadmin</module> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 148 | <module>../servicebinder</module> |
| 149 | <module>../wireadmin</module> |
Carsten Ziegeler | 41c255e | 2007-07-30 13:06:38 +0000 | [diff] [blame] | 150 | <module>../prefs</module> |
Felix Meschberger | 41eebdc | 2008-05-16 13:58:09 +0000 | [diff] [blame] | 151 | <module>../webconsole</module> |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 152 | |
Clement Escoffier | b5715b1 | 2007-09-25 14:29:52 +0000 | [diff] [blame] | 153 | <module>../ipojo</module> |
Marcel Offermans | 6179186 | 2007-07-23 17:35:55 +0000 | [diff] [blame] | 154 | |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 155 | <module>../mosgi</module> |
Felix Meschberger | fe090f8 | 2007-09-20 14:03:22 +0000 | [diff] [blame] | 156 | <module>../jmood</module> |
Richard S. Hall | 0249608 | 2007-08-23 15:29:20 +0000 | [diff] [blame] | 157 | |
| 158 | <module>../examples</module> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 159 | </modules> |
| 160 | </profile> |
| 161 | |
| 162 | <profile> |
| 163 | <id>packaging-osgi-bundle</id> |
| 164 | <activation> |
| 165 | <property> |
| 166 | <name>packaging</name> |
| 167 | <value>osgi-bundle</value> |
| 168 | </property> |
| 169 | </activation> |
| 170 | <modules> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 171 | <module>../org.apache.felix.daemon</module> |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 172 | |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 173 | <!-- <module>tools/mangen</module> --> |
| 174 | |
Richard S. Hall | 8c011c6 | 2007-04-17 14:31:35 +0000 | [diff] [blame] | 175 | |
Richard S. Hall | 1ca96a9 | 2007-02-12 15:46:10 +0000 | [diff] [blame] | 176 | </modules> |
| 177 | </profile> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 178 | <profile> |
| 179 | <id>release</id> |
| 180 | <build> |
| 181 | <plugins> |
| 182 | <plugin> |
| 183 | <groupId>org.apache.maven.plugins</groupId> |
| 184 | <artifactId>maven-gpg-plugin</artifactId> |
| 185 | <executions> |
| 186 | <execution> |
| 187 | <id>sign-artifacts</id> |
| 188 | <phase>verify</phase> |
| 189 | <goals> |
| 190 | <goal>sign</goal> |
| 191 | </goals> |
| 192 | </execution> |
| 193 | </executions> |
| 194 | </plugin> |
| 195 | <plugin> |
| 196 | <groupId>org.apache.maven.plugins</groupId> |
| 197 | <artifactId>maven-assembly-plugin</artifactId> |
| 198 | <configuration> |
| 199 | <descriptorRefs> |
| 200 | <descriptorRef>bin</descriptorRef> |
| 201 | <descriptorRef>project</descriptorRef> |
| 202 | </descriptorRefs> |
| 203 | </configuration> |
| 204 | <executions> |
| 205 | <execution> |
| 206 | <id>make-assembly</id> |
| 207 | <phase>package</phase> |
| 208 | <goals> |
| 209 | <goal>attached</goal> |
| 210 | </goals> |
| 211 | </execution> |
| 212 | </executions> |
| 213 | </plugin> |
| 214 | </plugins> |
| 215 | </build> |
| 216 | </profile> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 217 | </profiles> |
| 218 | |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 219 | <distributionManagement> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 220 | <site> |
| 221 | <id>felix website</id> |
Marcel Offermans | f673703 | 2006-08-17 19:49:13 +0000 | [diff] [blame] | 222 | <url>file:///${user.dir}/target/site-deployed/</url> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 223 | </site> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 224 | <repository> |
Carsten Ziegeler | 769d0cb | 2007-12-28 15:28:17 +0000 | [diff] [blame] | 225 | <id>apache.releases</id> |
| 226 | <name>Apache Release Distribution Repository</name> |
| 227 | <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] | 228 | </repository> |
| 229 | </distributionManagement> |
| 230 | |
| 231 | <pluginRepositories> |
| 232 | <pluginRepository> |
| 233 | <id>apache.snapshots</id> |
| 234 | <name>snapshot plugins</name> |
| 235 | <url> |
Richard S. Hall | f2be196 | 2006-12-22 19:46:42 +0000 | [diff] [blame] | 236 | http://people.apache.org/repo/m2-snapshot-repository |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 237 | </url> |
Richard S. Hall | a897e0e | 2007-02-13 05:55:13 +0000 | [diff] [blame] | 238 | <releases> |
| 239 | <enabled>false</enabled> |
| 240 | </releases> |
| 241 | <snapshots> |
| 242 | <enabled>true</enabled> |
| 243 | </snapshots> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 244 | </pluginRepository> |
| 245 | </pluginRepositories> |
| 246 | |
| 247 | <!-- definitions for testing --> |
| 248 | <dependencies> |
| 249 | <dependency> |
| 250 | <groupId>junit</groupId> |
| 251 | <artifactId>junit</artifactId> |
| 252 | <version>3.8.1</version> |
| 253 | <scope>test</scope> |
| 254 | </dependency> |
| 255 | <dependency> |
| 256 | <groupId>easymock</groupId> |
| 257 | <artifactId>easymock</artifactId> |
| 258 | <version>1.2_Java1.3</version> |
| 259 | <scope>test</scope> |
| 260 | </dependency> |
| 261 | </dependencies> |
| 262 | <build> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 263 | <pluginManagement> |
| 264 | <plugins> |
| 265 | <plugin> |
| 266 | <groupId>org.apache.maven.plugins</groupId> |
| 267 | <artifactId>maven-compiler-plugin</artifactId> |
| 268 | <version>2.0.2</version> |
| 269 | </plugin> |
| 270 | <plugin> |
| 271 | <groupId>org.apache.maven.plugins</groupId> |
| 272 | <artifactId>maven-surefire-plugin</artifactId> |
| 273 | <version>2.3</version> |
| 274 | </plugin> |
| 275 | <plugin> |
| 276 | <groupId>org.apache.maven.plugins</groupId> |
| 277 | <artifactId>maven-jar-plugin</artifactId> |
| 278 | <version>2.1</version> |
| 279 | </plugin> |
| 280 | <plugin> |
| 281 | <groupId>org.apache.maven.plugins</groupId> |
| 282 | <artifactId>maven-plugin-plugin</artifactId> |
| 283 | <version>2.3</version> |
| 284 | </plugin> |
| 285 | <plugin> |
| 286 | <groupId>org.apache.maven.plugins</groupId> |
| 287 | <artifactId>maven-install-plugin</artifactId> |
Carsten Ziegeler | f8f471c | 2008-01-11 15:57:45 +0000 | [diff] [blame] | 288 | <version>2.2</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 289 | </plugin> |
| 290 | <plugin> |
| 291 | <groupId>org.apache.maven.plugins</groupId> |
| 292 | <artifactId>maven-deploy-plugin</artifactId> |
| 293 | <version>2.3</version> |
| 294 | </plugin> |
| 295 | <plugin> |
| 296 | <groupId>org.apache.maven.plugins</groupId> |
| 297 | <artifactId>maven-site-plugin</artifactId> |
Carsten Ziegeler | f8f471c | 2008-01-11 15:57:45 +0000 | [diff] [blame] | 298 | <version>2.0-beta-6</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 299 | </plugin> |
| 300 | <plugin> |
| 301 | <groupId>org.apache.maven.plugins</groupId> |
| 302 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 303 | <version>2.0.1</version> |
| 304 | </plugin> |
| 305 | <plugin> |
| 306 | <groupId>org.apache.maven.plugins</groupId> |
| 307 | <artifactId>maven-jxr-plugin</artifactId> |
| 308 | <version>2.1</version> |
| 309 | </plugin> |
| 310 | <plugin> |
| 311 | <groupId>org.apache.maven.plugins</groupId> |
| 312 | <artifactId>maven-surefire-report-plugin</artifactId> |
| 313 | <version>2.3</version> |
| 314 | </plugin> |
| 315 | <plugin> |
| 316 | <groupId>org.apache.maven.plugins</groupId> |
| 317 | <artifactId>maven-javadoc-plugin</artifactId> |
Carsten Ziegeler | f8f471c | 2008-01-11 15:57:45 +0000 | [diff] [blame] | 318 | <version>2.3</version> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 319 | </plugin> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 320 | <!-- <plugin> |
Carsten Ziegeler | 9764654 | 2007-07-04 17:03:06 +0000 | [diff] [blame] | 321 | <groupId>org.apache.felix</groupId> |
| 322 | <artifactId>maven-bundle-plugin</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 323 | <version>1.1.0-SNAPSHOT</version> |
| 324 | </plugin> --> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 325 | <!-- <plugin> |
| 326 | <groupId>org.apache.maven.plugins</groupId> |
| 327 | <artifactId>maven-remote-resources-plugin</artifactId> |
Carsten Ziegeler | f8f471c | 2008-01-11 15:57:45 +0000 | [diff] [blame] | 328 | <version>1.0-alpha-6</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 329 | </plugin> --> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 330 | <plugin> |
| 331 | <groupId>org.apache.maven.plugins</groupId> |
| 332 | <artifactId>maven-release-plugin</artifactId> |
| 333 | <version>2.0-beta-7</version> |
| 334 | </plugin> |
| 335 | <plugin> |
| 336 | <groupId>org.apache.maven.plugins</groupId> |
| 337 | <artifactId>maven-gpg-plugin</artifactId> |
| 338 | <version>1.0-alpha-4</version> |
| 339 | </plugin> |
| 340 | <plugin> |
| 341 | <groupId>org.apache.maven.plugins</groupId> |
| 342 | <artifactId>maven-assembly-plugin</artifactId> |
| 343 | <version>2.2-beta-1</version> |
| 344 | </plugin> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 345 | </plugins> |
| 346 | </pluginManagement> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 347 | <plugins> |
| 348 | <plugin> |
| 349 | <groupId>org.apache.maven.plugins</groupId> |
| 350 | <artifactId>maven-compiler-plugin</artifactId> |
| 351 | <configuration> |
Stuart McCulloch | 98f7c40 | 2007-09-21 03:38:03 +0000 | [diff] [blame] | 352 | <target>1.3</target> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 353 | </configuration> |
| 354 | </plugin> |
| 355 | <plugin> |
| 356 | <groupId>org.apache.maven.plugins</groupId> |
| 357 | <artifactId>maven-surefire-plugin</artifactId> |
| 358 | </plugin> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 359 | <!-- plugin> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 360 | <groupId>org.apache.maven.plugins</groupId> |
| 361 | <artifactId>maven-surefire-report-plugin</artifactId> |
Stephane Frenot | ab67247 | 2006-08-29 13:29:31 +0000 | [diff] [blame] | 362 | </plugin --> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 363 | <!-- We want to package up license resources in the JARs produced |
| 364 | <plugin> |
| 365 | <groupId>org.apache.maven.plugins</groupId> |
| 366 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 367 | <executions> |
| 368 | <execution> |
| 369 | <goals> |
| 370 | <goal>process</goal> |
| 371 | </goals> |
| 372 | <configuration> |
| 373 | <resourceBundles> |
| 374 | <resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle> |
| 375 | </resourceBundles> |
| 376 | </configuration> |
| 377 | </execution> |
| 378 | </executions> |
| 379 | </plugin>--> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 380 | <plugin> |
| 381 | <groupId>org.apache.maven.plugins</groupId> |
| 382 | <artifactId>maven-release-plugin</artifactId> |
| 383 | <configuration> |
| 384 | <tagBase>https://svn.apache.org/repos/asf/felix/releases</tagBase> |
| 385 | <useReleaseProfile>false</useReleaseProfile> |
| 386 | <goals>deploy</goals> |
| 387 | </configuration> |
| 388 | </plugin> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 389 | </plugins> |
Carsten Ziegeler | c7a70c2 | 2007-12-20 09:30:29 +0000 | [diff] [blame] | 390 | <resources> |
| 391 | <resource> |
| 392 | <directory>src/main/resources</directory> |
| 393 | </resource> |
| 394 | <resource> |
| 395 | <directory>.</directory> |
| 396 | <targetPath>META-INF</targetPath> |
| 397 | <includes> |
Carsten Ziegeler | 8079482 | 2008-01-07 16:15:52 +0000 | [diff] [blame] | 398 | <include>LICENSE*</include> |
| 399 | <include>NOTICE*</include> |
Carsten Ziegeler | c7a70c2 | 2007-12-20 09:30:29 +0000 | [diff] [blame] | 400 | </includes> |
| 401 | </resource> |
| 402 | </resources> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 403 | </build> |
| 404 | <reporting> |
| 405 | <plugins> |
| 406 | <plugin> |
| 407 | <groupId>org.apache.maven.plugins</groupId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 408 | <artifactId>maven-site-plugin</artifactId> |
| 409 | <configuration> |
Marcel Offermans | 5dcb02c | 2006-08-17 20:58:34 +0000 | [diff] [blame] | 410 | <templateDirectory>${user.dir}/src/site/</templateDirectory> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 411 | <template>maven-site.vm</template> |
| 412 | </configuration> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 413 | </plugin> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 414 | <plugin> |
| 415 | <groupId>org.apache.maven.plugins</groupId> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 416 | <artifactId>maven-surefire-report-plugin</artifactId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 417 | </plugin> |
| 418 | <plugin> |
Richard S. Hall | 061dffd | 2007-04-28 15:11:03 +0000 | [diff] [blame] | 419 | <groupId>org.apache.maven.plugins</groupId> |
| 420 | <artifactId>maven-jxr-plugin</artifactId> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 421 | </plugin> |
| 422 | <plugin> |
| 423 | <groupId>org.apache.maven.plugins</groupId> |
| 424 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 425 | <reportSets> |
| 426 | <reportSet> |
| 427 | <reports> |
| 428 | <report>index</report> |
| 429 | <report>dependencies</report> |
| 430 | <report>project-team</report> |
| 431 | <report>mailing-list</report> |
| 432 | <report>issue-tracking</report> |
| 433 | <report>license</report> |
| 434 | <report>scm</report> |
| 435 | </reports> |
| 436 | </reportSet> |
| 437 | </reportSets> |
| 438 | </plugin> |
| 439 | <!--plugin> |
| 440 | <groupId>org.apache.maven.plugins</groupId> |
| 441 | <artifactId>maven-javadoc-plugin</artifactId> |
| 442 | <configuration> |
| 443 | <aggregate>true</aggregate> |
| 444 | </configuration> |
| 445 | </plugin--> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 446 | </plugins> |
| 447 | </reporting> |
Stuart McCulloch | 756832e | 2008-02-10 17:37:50 +0000 | [diff] [blame] | 448 | </project> |