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"> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
Michael E. Rodriguez | 406386d | 2007-03-20 02:56:45 +0000 | [diff] [blame] | 21 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.apache</groupId> |
| 24 | <artifactId>apache</artifactId> |
Felix Meschberger | da34fa1 | 2013-07-01 07:36:54 +0000 | [diff] [blame] | 25 | <version>13</version> |
Carsten Ziegeler | 55e5b84 | 2011-05-06 06:25:05 +0000 | [diff] [blame] | 26 | <relativePath /> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 27 | </parent> |
Michael E. Rodriguez | 406386d | 2007-03-20 02:56:45 +0000 | [diff] [blame] | 28 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 29 | <groupId>org.apache.felix</groupId> |
| 30 | <artifactId>felix-parent</artifactId> |
| 31 | <packaging>pom</packaging> |
| 32 | <name>Apache Felix</name> |
Stuart McCulloch | ff0f000 | 2011-07-01 17:06:41 +0000 | [diff] [blame] | 33 | <version>3-SNAPSHOT</version> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 34 | <url>http://felix.apache.org/</url> |
| 35 | <inceptionYear>2006</inceptionYear> |
| 36 | <description>Apache Felix is an OSGi implementation.</description> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 37 | |
Stuart McCulloch | 9cb1a96 | 2011-07-01 16:45:37 +0000 | [diff] [blame] | 38 | <properties> |
| 39 | <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor> |
Felix Meschberger | 11ad312 | 2012-04-25 16:22:57 +0000 | [diff] [blame] | 40 | |
| 41 | <!-- Default Java VM and API compatibility --> |
| 42 | <felix.build.source>1.3</felix.build.source> |
| 43 | <felix.build.target>1.3</felix.build.target> |
| 44 | <felix.java.signature.groupId>org.codehaus.mojo.signature</felix.java.signature.groupId> |
| 45 | <felix.java.signature.artifactId>java13-sun</felix.java.signature.artifactId> |
| 46 | <felix.java.signature.version>1.0</felix.java.signature.version> |
Felix Meschberger | 6a31d8c | 2013-07-01 07:39:30 +0000 | [diff] [blame] | 47 | |
| 48 | <!-- Default settings for the site plugins --> |
| 49 | <site.javadoc.exclude>*.impl:*.internal:</site.javadoc.exclude> |
Stuart McCulloch | 9cb1a96 | 2011-07-01 16:45:37 +0000 | [diff] [blame] | 50 | </properties> |
| 51 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 52 | <issueManagement> |
| 53 | <system>Jira</system> |
| 54 | <url>http://issues.apache.org/jira/browse/FELIX</url> |
| 55 | </issueManagement> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 56 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 57 | <mailingLists> |
| 58 | <mailingList> |
| 59 | <name>Felix Dev</name> |
| 60 | <subscribe>dev-subscribe@felix.apache.org</subscribe> |
| 61 | <unsubscribe>dev-unsubscribe@felix.apache.org</unsubscribe> |
| 62 | <post>-</post> |
| 63 | <archive>http://www.mail-archive.com/dev%40felix.apache.org/</archive> |
| 64 | </mailingList> |
| 65 | <mailingList> |
| 66 | <name>Felix Commits</name> |
| 67 | <subscribe>commits-subscribe@felix.apache.org</subscribe> |
| 68 | <unsubscribe>commits-unsubscribe@felix.apache.org</unsubscribe> |
| 69 | <post>-</post> |
| 70 | <archive>http://www.mail-archive.com/commits%40felix.apache.org/</archive> |
| 71 | </mailingList> |
| 72 | </mailingLists> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 73 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 74 | <scm> |
Stuart McCulloch | ff0f000 | 2011-07-01 17:06:41 +0000 | [diff] [blame] | 75 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/pom</connection> |
| 76 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/pom</developerConnection> |
| 77 | <url>http://svn.apache.org/viewvc/felix/trunk/pom/?root=Apache-SVN</url> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 78 | </scm> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 79 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 80 | <distributionManagement> |
| 81 | <site> |
| 82 | <id>felix website</id> |
| 83 | <url>file:///${user.dir}/target/site-deployed/</url> |
| 84 | </site> |
| 85 | </distributionManagement> |
| 86 | |
| 87 | <pluginRepositories> |
| 88 | <pluginRepository> |
| 89 | <id>apache.snapshots</id> |
| 90 | <name>snapshot plugins</name> |
| 91 | <url>http://repository.apache.org/snapshots</url> |
| 92 | <releases> |
| 93 | <enabled>false</enabled> |
| 94 | </releases> |
| 95 | <snapshots> |
| 96 | <enabled>true</enabled> |
| 97 | </snapshots> |
| 98 | </pluginRepository> |
| 99 | </pluginRepositories> |
| 100 | |
| 101 | <!-- definitions for testing --> |
| 102 | <dependencies> |
| 103 | <dependency> |
| 104 | <groupId>junit</groupId> |
| 105 | <artifactId>junit</artifactId> |
| 106 | <version>4.0</version> |
| 107 | <scope>test</scope> |
| 108 | </dependency> |
| 109 | <dependency> |
| 110 | <groupId>org.easymock</groupId> |
| 111 | <artifactId>easymock</artifactId> |
| 112 | <version>2.4</version> |
| 113 | <scope>test</scope> |
| 114 | </dependency> |
| 115 | <dependency> |
| 116 | <groupId>org.mockito</groupId> |
| 117 | <artifactId>mockito-all</artifactId> |
| 118 | <version>1.7</version> |
| 119 | <scope>test</scope> |
| 120 | </dependency> |
| 121 | </dependencies> |
| 122 | <build> |
| 123 | <pluginManagement> |
| 124 | <plugins> |
| 125 | <plugin> |
| 126 | <groupId>org.apache.maven.plugins</groupId> |
| 127 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 128 | <version>2.1</version> |
| 129 | </plugin> |
| 130 | <plugin> |
Felix Meschberger | 5e38f74 | 2011-05-05 08:41:17 +0000 | [diff] [blame] | 131 | <groupId>org.apache.maven.plugins</groupId> |
| 132 | <artifactId>maven-jxr-plugin</artifactId> |
| 133 | <version>2.1</version> |
| 134 | </plugin> |
| 135 | <plugin> |
| 136 | <groupId>org.apache.maven.plugins</groupId> |
| 137 | <artifactId>maven-surefire-report-plugin</artifactId> |
| 138 | <version>2.4.3</version> |
| 139 | </plugin> |
| 140 | <plugin> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 141 | <groupId>org.codehaus.mojo</groupId> |
| 142 | <artifactId>ianal-maven-plugin</artifactId> |
| 143 | <version>1.0-alpha-1</version> |
| 144 | </plugin> |
| 145 | <plugin> |
| 146 | <groupId>org.apache.rat</groupId> |
| 147 | <artifactId>apache-rat-plugin</artifactId> |
| 148 | <version>0.7</version> |
| 149 | </plugin> |
Felix Meschberger | 6a31d8c | 2013-07-01 07:39:30 +0000 | [diff] [blame] | 150 | <plugin> |
| 151 | <groupId>org.apache.maven.plugins</groupId> |
| 152 | <artifactId>maven-javadoc-plugin</artifactId> |
| 153 | <version>2.9.1</version> |
| 154 | </plugin> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 155 | </plugins> |
| 156 | </pluginManagement> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 157 | <plugins> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 158 | <plugin> |
| 159 | <groupId>org.apache.maven.plugins</groupId> |
Felix Meschberger | 6a31d8c | 2013-07-01 07:39:30 +0000 | [diff] [blame] | 160 | <artifactId>maven-javadoc-plugin</artifactId> |
| 161 | <configuration> |
| 162 | <excludePackageNames>${site.javadoc.exclude}</excludePackageNames> |
| 163 | </configuration> |
| 164 | </plugin> |
| 165 | <plugin> |
| 166 | <groupId>org.apache.maven.plugins</groupId> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 167 | <artifactId>maven-compiler-plugin</artifactId> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 168 | <configuration> |
Felix Meschberger | 11ad312 | 2012-04-25 16:22:57 +0000 | [diff] [blame] | 169 | <source>${felix.build.source}</source> |
| 170 | <target>${felix.build.target}</target> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 171 | </configuration> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 172 | </plugin> |
| 173 | <plugin> |
| 174 | <groupId>org.apache.rat</groupId> |
| 175 | <artifactId>apache-rat-plugin</artifactId> |
| 176 | <executions> |
| 177 | <execution> |
| 178 | <phase>verify</phase> |
| 179 | <goals> |
| 180 | <goal>check</goal> |
| 181 | </goals> |
| 182 | </execution> |
| 183 | </executions> |
Stuart McCulloch | fdb035e | 2009-04-21 06:51:00 +0000 | [diff] [blame] | 184 | <configuration> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 185 | <!-- check src only (except remote resources additions) --> |
| 186 | <includes> |
| 187 | <include>src/**</include> |
| 188 | </includes> |
| 189 | <excludes> |
| 190 | <exclude>src/main/appended-resources/**</exclude> |
| 191 | </excludes> |
Stuart McCulloch | fdb035e | 2009-04-21 06:51:00 +0000 | [diff] [blame] | 192 | </configuration> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 193 | </plugin> |
| 194 | <plugin> |
Felix Meschberger | 11ad312 | 2012-04-25 16:22:57 +0000 | [diff] [blame] | 195 | <groupId>org.codehaus.mojo</groupId> |
| 196 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
| 197 | <version>1.7</version> |
| 198 | <configuration> |
| 199 | <signature> |
| 200 | <groupId>${felix.java.signature.groupId}</groupId> |
| 201 | <artifactId>${felix.java.signature.artifactId}</artifactId> |
| 202 | <version>${felix.java.signature.version}</version> |
| 203 | </signature> |
| 204 | </configuration> |
| 205 | <executions> |
| 206 | <execution> |
| 207 | <phase>test</phase> |
| 208 | <goals> |
| 209 | <goal>check</goal> |
| 210 | </goals> |
| 211 | </execution> |
| 212 | </executions> |
| 213 | </plugin> |
| 214 | <plugin> |
Carsten Ziegeler | dc8cbe7 | 2011-05-06 06:09:55 +0000 | [diff] [blame] | 215 | <groupId>org.apache.maven.plugins</groupId> |
| 216 | <artifactId>maven-release-plugin</artifactId> |
| 217 | <configuration> |
| 218 | <tagBase>https://svn.apache.org/repos/asf/felix/releases</tagBase> |
| 219 | </configuration> |
| 220 | </plugin> |
| 221 | <plugin> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 222 | <groupId>org.codehaus.mojo</groupId> |
| 223 | <artifactId>ianal-maven-plugin</artifactId> |
| 224 | <executions> |
| 225 | <execution> |
| 226 | <goals> |
| 227 | <goal>verify-legal-files</goal> |
| 228 | </goals> |
| 229 | <configuration> |
| 230 | <strict>true</strict> |
| 231 | </configuration> |
| 232 | </execution> |
| 233 | </executions> |
| 234 | </plugin> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 235 | </plugins> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 236 | <resources> |
| 237 | <resource> |
| 238 | <directory>src/main/resources</directory> |
| 239 | </resource> |
| 240 | <resource> |
| 241 | <directory>.</directory> |
| 242 | <targetPath>META-INF</targetPath> |
| 243 | <includes> |
| 244 | <include>changelog.txt</include> |
| 245 | </includes> |
| 246 | </resource> |
| 247 | </resources> |
Clement Escoffier | 25abed5 | 2011-02-05 14:27:25 +0000 | [diff] [blame] | 248 | <extensions> |
| 249 | <extension> |
| 250 | <groupId>org.apache.maven.wagon</groupId> |
| 251 | <artifactId>wagon-ssh</artifactId> |
| 252 | <version>1.0-beta-6</version> |
| 253 | </extension> |
| 254 | </extensions> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 255 | </build> |
| 256 | <reporting> |
| 257 | <plugins> |
| 258 | <plugin> |
| 259 | <groupId>org.apache.maven.plugins</groupId> |
| 260 | <artifactId>maven-site-plugin</artifactId> |
Felix Meschberger | b1013c0 | 2011-04-06 15:02:34 +0000 | [diff] [blame] | 261 | <version>2.2</version> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 262 | <configuration> |
| 263 | <templateDirectory>${user.dir}/src/site/</templateDirectory> |
| 264 | <template>maven-site.vm</template> |
| 265 | </configuration> |
| 266 | </plugin> |
| 267 | <plugin> |
| 268 | <groupId>org.apache.maven.plugins</groupId> |
| 269 | <artifactId>maven-surefire-report-plugin</artifactId> |
Felix Meschberger | b1013c0 | 2011-04-06 15:02:34 +0000 | [diff] [blame] | 270 | <version>2.4.3</version> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 271 | </plugin> |
| 272 | <plugin> |
| 273 | <groupId>org.apache.maven.plugins</groupId> |
| 274 | <artifactId>maven-jxr-plugin</artifactId> |
Felix Meschberger | b1013c0 | 2011-04-06 15:02:34 +0000 | [diff] [blame] | 275 | <version>2.1</version> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 276 | </plugin> |
| 277 | <plugin> |
| 278 | <groupId>org.apache.maven.plugins</groupId> |
| 279 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 280 | <reportSets> |
| 281 | <reportSet> |
| 282 | <reports> |
| 283 | <report>index</report> |
| 284 | <report>dependencies</report> |
| 285 | <report>project-team</report> |
| 286 | <report>mailing-list</report> |
| 287 | <report>issue-tracking</report> |
| 288 | <report>license</report> |
| 289 | <report>scm</report> |
| 290 | </reports> |
| 291 | </reportSet> |
| 292 | </reportSets> |
| 293 | </plugin> |
| 294 | </plugins> |
| 295 | </reporting> |
Stuart McCulloch | 756832e | 2008-02-10 17:37:50 +0000 | [diff] [blame] | 296 | </project> |