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 | b1013c0 | 2011-04-06 15:02:34 +0000 | [diff] [blame] | 25 | <version>9</version> |
| 26 | <relativePath></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> |
| 33 | <version>2-SNAPSHOT</version> |
| 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 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 38 | <issueManagement> |
| 39 | <system>Jira</system> |
| 40 | <url>http://issues.apache.org/jira/browse/FELIX</url> |
| 41 | </issueManagement> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 42 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 43 | <mailingLists> |
| 44 | <mailingList> |
| 45 | <name>Felix Dev</name> |
| 46 | <subscribe>dev-subscribe@felix.apache.org</subscribe> |
| 47 | <unsubscribe>dev-unsubscribe@felix.apache.org</unsubscribe> |
| 48 | <post>-</post> |
| 49 | <archive>http://www.mail-archive.com/dev%40felix.apache.org/</archive> |
| 50 | </mailingList> |
| 51 | <mailingList> |
| 52 | <name>Felix Commits</name> |
| 53 | <subscribe>commits-subscribe@felix.apache.org</subscribe> |
| 54 | <unsubscribe>commits-unsubscribe@felix.apache.org</unsubscribe> |
| 55 | <post>-</post> |
| 56 | <archive>http://www.mail-archive.com/commits%40felix.apache.org/</archive> |
| 57 | </mailingList> |
| 58 | </mailingLists> |
Marcel Offermans | 0ed8729 | 2006-08-17 19:10:30 +0000 | [diff] [blame] | 59 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 60 | <scm> |
| 61 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk</connection> |
| 62 | <developerConnection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk</developerConnection> |
| 63 | <url>http://svn.apache.org/viewvc/felix/trunk/?root=Apache-SVN</url> |
| 64 | </scm> |
Karl Pauls | d69e8af | 2006-08-12 09:51:20 +0000 | [diff] [blame] | 65 | |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 66 | <distributionManagement> |
| 67 | <site> |
| 68 | <id>felix website</id> |
| 69 | <url>file:///${user.dir}/target/site-deployed/</url> |
| 70 | </site> |
| 71 | </distributionManagement> |
| 72 | |
| 73 | <pluginRepositories> |
| 74 | <pluginRepository> |
| 75 | <id>apache.snapshots</id> |
| 76 | <name>snapshot plugins</name> |
| 77 | <url>http://repository.apache.org/snapshots</url> |
| 78 | <releases> |
| 79 | <enabled>false</enabled> |
| 80 | </releases> |
| 81 | <snapshots> |
| 82 | <enabled>true</enabled> |
| 83 | </snapshots> |
| 84 | </pluginRepository> |
| 85 | </pluginRepositories> |
| 86 | |
| 87 | <!-- definitions for testing --> |
| 88 | <dependencies> |
| 89 | <dependency> |
| 90 | <groupId>junit</groupId> |
| 91 | <artifactId>junit</artifactId> |
| 92 | <version>4.0</version> |
| 93 | <scope>test</scope> |
| 94 | </dependency> |
| 95 | <dependency> |
| 96 | <groupId>org.easymock</groupId> |
| 97 | <artifactId>easymock</artifactId> |
| 98 | <version>2.4</version> |
| 99 | <scope>test</scope> |
| 100 | </dependency> |
| 101 | <dependency> |
| 102 | <groupId>org.mockito</groupId> |
| 103 | <artifactId>mockito-all</artifactId> |
| 104 | <version>1.7</version> |
| 105 | <scope>test</scope> |
| 106 | </dependency> |
| 107 | </dependencies> |
| 108 | <build> |
| 109 | <pluginManagement> |
| 110 | <plugins> |
| 111 | <plugin> |
| 112 | <groupId>org.apache.maven.plugins</groupId> |
| 113 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 114 | <version>2.1</version> |
| 115 | </plugin> |
| 116 | <plugin> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 117 | <groupId>org.codehaus.mojo</groupId> |
| 118 | <artifactId>ianal-maven-plugin</artifactId> |
| 119 | <version>1.0-alpha-1</version> |
| 120 | </plugin> |
| 121 | <plugin> |
| 122 | <groupId>org.apache.rat</groupId> |
| 123 | <artifactId>apache-rat-plugin</artifactId> |
| 124 | <version>0.7</version> |
| 125 | </plugin> |
| 126 | </plugins> |
| 127 | </pluginManagement> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 128 | <plugins> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 129 | <plugin> |
| 130 | <groupId>org.apache.maven.plugins</groupId> |
| 131 | <artifactId>maven-compiler-plugin</artifactId> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 132 | <configuration> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 133 | <source>1.3</source> |
| 134 | <target>1.3</target> |
Stuart McCulloch | 0242e46 | 2009-04-20 19:08:02 +0000 | [diff] [blame] | 135 | </configuration> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 136 | </plugin> |
| 137 | <plugin> |
| 138 | <groupId>org.apache.rat</groupId> |
| 139 | <artifactId>apache-rat-plugin</artifactId> |
| 140 | <executions> |
| 141 | <execution> |
| 142 | <phase>verify</phase> |
| 143 | <goals> |
| 144 | <goal>check</goal> |
| 145 | </goals> |
| 146 | </execution> |
| 147 | </executions> |
Stuart McCulloch | fdb035e | 2009-04-21 06:51:00 +0000 | [diff] [blame] | 148 | <configuration> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 149 | <!-- check src only (except remote resources additions) --> |
| 150 | <includes> |
| 151 | <include>src/**</include> |
| 152 | </includes> |
| 153 | <excludes> |
| 154 | <exclude>src/main/appended-resources/**</exclude> |
| 155 | </excludes> |
Stuart McCulloch | fdb035e | 2009-04-21 06:51:00 +0000 | [diff] [blame] | 156 | </configuration> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 157 | </plugin> |
| 158 | <plugin> |
| 159 | <groupId>org.codehaus.mojo</groupId> |
| 160 | <artifactId>ianal-maven-plugin</artifactId> |
| 161 | <executions> |
| 162 | <execution> |
| 163 | <goals> |
| 164 | <goal>verify-legal-files</goal> |
| 165 | </goals> |
| 166 | <configuration> |
| 167 | <strict>true</strict> |
| 168 | </configuration> |
| 169 | </execution> |
| 170 | </executions> |
| 171 | </plugin> |
Carsten Ziegeler | 00eaded | 2007-12-14 17:22:20 +0000 | [diff] [blame] | 172 | </plugins> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 173 | <resources> |
| 174 | <resource> |
| 175 | <directory>src/main/resources</directory> |
| 176 | </resource> |
| 177 | <resource> |
| 178 | <directory>.</directory> |
| 179 | <targetPath>META-INF</targetPath> |
| 180 | <includes> |
| 181 | <include>changelog.txt</include> |
| 182 | </includes> |
| 183 | </resource> |
| 184 | </resources> |
Clement Escoffier | 25abed5 | 2011-02-05 14:27:25 +0000 | [diff] [blame] | 185 | <extensions> |
| 186 | <extension> |
| 187 | <groupId>org.apache.maven.wagon</groupId> |
| 188 | <artifactId>wagon-ssh</artifactId> |
| 189 | <version>1.0-beta-6</version> |
| 190 | </extension> |
| 191 | </extensions> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 192 | </build> |
| 193 | <reporting> |
| 194 | <plugins> |
| 195 | <plugin> |
| 196 | <groupId>org.apache.maven.plugins</groupId> |
| 197 | <artifactId>maven-site-plugin</artifactId> |
Felix Meschberger | b1013c0 | 2011-04-06 15:02:34 +0000 | [diff] [blame] | 198 | <version>2.2</version> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 199 | <configuration> |
| 200 | <templateDirectory>${user.dir}/src/site/</templateDirectory> |
| 201 | <template>maven-site.vm</template> |
| 202 | </configuration> |
| 203 | </plugin> |
| 204 | <plugin> |
| 205 | <groupId>org.apache.maven.plugins</groupId> |
| 206 | <artifactId>maven-surefire-report-plugin</artifactId> |
Felix Meschberger | b1013c0 | 2011-04-06 15:02:34 +0000 | [diff] [blame] | 207 | <version>2.4.3</version> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 208 | </plugin> |
| 209 | <plugin> |
| 210 | <groupId>org.apache.maven.plugins</groupId> |
| 211 | <artifactId>maven-jxr-plugin</artifactId> |
Felix Meschberger | b1013c0 | 2011-04-06 15:02:34 +0000 | [diff] [blame] | 212 | <version>2.1</version> |
Felix Meschberger | 53064c4 | 2011-02-04 23:09:15 +0000 | [diff] [blame] | 213 | </plugin> |
| 214 | <plugin> |
| 215 | <groupId>org.apache.maven.plugins</groupId> |
| 216 | <artifactId>maven-project-info-reports-plugin</artifactId> |
| 217 | <reportSets> |
| 218 | <reportSet> |
| 219 | <reports> |
| 220 | <report>index</report> |
| 221 | <report>dependencies</report> |
| 222 | <report>project-team</report> |
| 223 | <report>mailing-list</report> |
| 224 | <report>issue-tracking</report> |
| 225 | <report>license</report> |
| 226 | <report>scm</report> |
| 227 | </reports> |
| 228 | </reportSet> |
| 229 | </reportSets> |
| 230 | </plugin> |
| 231 | </plugins> |
| 232 | </reporting> |
Stuart McCulloch | 756832e | 2008-02-10 17:37:50 +0000 | [diff] [blame] | 233 | </project> |