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