blob: 1327a89eaae93d50b6c23660b5fdd80bc233952a [file] [log] [blame]
Carsten Ziegeler46892482007-12-28 15:44:49 +00001<!--
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 Ziegelerbdf1a002007-12-28 15:31:02 +000019<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 Meschbergerc8fed482011-02-04 23:09:15 +000020 <modelVersion>4.0.0</modelVersion>
Michael E. Rodriguez406386d2007-03-20 02:56:45 +000021
Felix Meschbergerc8fed482011-02-04 23:09:15 +000022 <parent>
23 <groupId>org.apache</groupId>
24 <artifactId>apache</artifactId>
Felix Meschberger89ed2912011-04-06 15:02:34 +000025 <version>9</version>
Carsten Ziegeler3b212382011-05-06 06:25:05 +000026 <relativePath />
Felix Meschbergerc8fed482011-02-04 23:09:15 +000027 </parent>
Michael E. Rodriguez406386d2007-03-20 02:56:45 +000028
Felix Meschbergerc8fed482011-02-04 23:09:15 +000029 <groupId>org.apache.felix</groupId>
30 <artifactId>felix-parent</artifactId>
31 <packaging>pom</packaging>
32 <name>Apache Felix</name>
Stuart McCullochbef817c2011-07-01 17:06:41 +000033 <version>3-SNAPSHOT</version>
Felix Meschbergerc8fed482011-02-04 23:09:15 +000034 <url>http://felix.apache.org/</url>
35 <inceptionYear>2006</inceptionYear>
36 <description>Apache Felix is an OSGi implementation.</description>
Marcel Offermans0ed87292006-08-17 19:10:30 +000037
Stuart McCullocha6533e22011-07-01 16:45:37 +000038 <properties>
39 <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor>
Felix Meschbergerf4634e82012-04-25 16:22:57 +000040
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>
Stuart McCullocha6533e22011-07-01 16:45:37 +000047 </properties>
48
Felix Meschbergerc8fed482011-02-04 23:09:15 +000049 <issueManagement>
50 <system>Jira</system>
51 <url>http://issues.apache.org/jira/browse/FELIX</url>
52 </issueManagement>
Marcel Offermans0ed87292006-08-17 19:10:30 +000053
Felix Meschbergerc8fed482011-02-04 23:09:15 +000054 <mailingLists>
55 <mailingList>
56 <name>Felix Dev</name>
57 <subscribe>dev-subscribe@felix.apache.org</subscribe>
58 <unsubscribe>dev-unsubscribe@felix.apache.org</unsubscribe>
59 <post>-</post>
60 <archive>http://www.mail-archive.com/dev%40felix.apache.org/</archive>
61 </mailingList>
62 <mailingList>
63 <name>Felix Commits</name>
64 <subscribe>commits-subscribe@felix.apache.org</subscribe>
65 <unsubscribe>commits-unsubscribe@felix.apache.org</unsubscribe>
66 <post>-</post>
67 <archive>http://www.mail-archive.com/commits%40felix.apache.org/</archive>
68 </mailingList>
69 </mailingLists>
Marcel Offermans0ed87292006-08-17 19:10:30 +000070
Felix Meschbergerc8fed482011-02-04 23:09:15 +000071 <scm>
Stuart McCullochbef817c2011-07-01 17:06:41 +000072 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/pom</connection>
73 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/pom</developerConnection>
74 <url>http://svn.apache.org/viewvc/felix/trunk/pom/?root=Apache-SVN</url>
Felix Meschbergerc8fed482011-02-04 23:09:15 +000075 </scm>
Karl Paulsd69e8af2006-08-12 09:51:20 +000076
Felix Meschbergerc8fed482011-02-04 23:09:15 +000077 <distributionManagement>
78 <site>
79 <id>felix website</id>
80 <url>file:///${user.dir}/target/site-deployed/</url>
81 </site>
82 </distributionManagement>
83
84 <pluginRepositories>
85 <pluginRepository>
86 <id>apache.snapshots</id>
87 <name>snapshot plugins</name>
88 <url>http://repository.apache.org/snapshots</url>
89 <releases>
90 <enabled>false</enabled>
91 </releases>
92 <snapshots>
93 <enabled>true</enabled>
94 </snapshots>
95 </pluginRepository>
96 </pluginRepositories>
97
98 <!-- definitions for testing -->
99 <dependencies>
100 <dependency>
101 <groupId>junit</groupId>
102 <artifactId>junit</artifactId>
103 <version>4.0</version>
104 <scope>test</scope>
105 </dependency>
106 <dependency>
107 <groupId>org.easymock</groupId>
108 <artifactId>easymock</artifactId>
109 <version>2.4</version>
110 <scope>test</scope>
111 </dependency>
112 <dependency>
113 <groupId>org.mockito</groupId>
114 <artifactId>mockito-all</artifactId>
115 <version>1.7</version>
116 <scope>test</scope>
117 </dependency>
118 </dependencies>
119 <build>
120 <pluginManagement>
121 <plugins>
122 <plugin>
123 <groupId>org.apache.maven.plugins</groupId>
124 <artifactId>maven-project-info-reports-plugin</artifactId>
125 <version>2.1</version>
126 </plugin>
127 <plugin>
Felix Meschberger1c9fa492011-05-05 08:41:17 +0000128 <groupId>org.apache.maven.plugins</groupId>
129 <artifactId>maven-jxr-plugin</artifactId>
130 <version>2.1</version>
131 </plugin>
132 <plugin>
133 <groupId>org.apache.maven.plugins</groupId>
134 <artifactId>maven-surefire-report-plugin</artifactId>
135 <version>2.4.3</version>
136 </plugin>
137 <plugin>
Felix Meschbergerc8fed482011-02-04 23:09:15 +0000138 <groupId>org.codehaus.mojo</groupId>
139 <artifactId>ianal-maven-plugin</artifactId>
140 <version>1.0-alpha-1</version>
141 </plugin>
142 <plugin>
143 <groupId>org.apache.rat</groupId>
144 <artifactId>apache-rat-plugin</artifactId>
145 <version>0.7</version>
146 </plugin>
147 </plugins>
148 </pluginManagement>
Carsten Ziegeler00eaded2007-12-14 17:22:20 +0000149 <plugins>
Felix Meschbergerc8fed482011-02-04 23:09:15 +0000150 <plugin>
151 <groupId>org.apache.maven.plugins</groupId>
152 <artifactId>maven-compiler-plugin</artifactId>
Stuart McCulloch133524b2009-04-20 19:08:02 +0000153 <configuration>
Felix Meschbergerf4634e82012-04-25 16:22:57 +0000154 <source>${felix.build.source}</source>
155 <target>${felix.build.target}</target>
Stuart McCulloch133524b2009-04-20 19:08:02 +0000156 </configuration>
Felix Meschbergerc8fed482011-02-04 23:09:15 +0000157 </plugin>
158 <plugin>
159 <groupId>org.apache.rat</groupId>
160 <artifactId>apache-rat-plugin</artifactId>
161 <executions>
162 <execution>
163 <phase>verify</phase>
164 <goals>
165 <goal>check</goal>
166 </goals>
167 </execution>
168 </executions>
Stuart McCullochf71c1ba2009-04-21 06:51:00 +0000169 <configuration>
Felix Meschbergerc8fed482011-02-04 23:09:15 +0000170 <!-- check src only (except remote resources additions) -->
171 <includes>
172 <include>src/**</include>
173 </includes>
174 <excludes>
175 <exclude>src/main/appended-resources/**</exclude>
176 </excludes>
Stuart McCullochf71c1ba2009-04-21 06:51:00 +0000177 </configuration>
Felix Meschbergerc8fed482011-02-04 23:09:15 +0000178 </plugin>
179 <plugin>
Felix Meschbergerf4634e82012-04-25 16:22:57 +0000180 <groupId>org.codehaus.mojo</groupId>
181 <artifactId>animal-sniffer-maven-plugin</artifactId>
182 <version>1.7</version>
183 <configuration>
184 <signature>
185 <groupId>${felix.java.signature.groupId}</groupId>
186 <artifactId>${felix.java.signature.artifactId}</artifactId>
187 <version>${felix.java.signature.version}</version>
188 </signature>
189 </configuration>
190 <executions>
191 <execution>
192 <phase>test</phase>
193 <goals>
194 <goal>check</goal>
195 </goals>
196 </execution>
197 </executions>
198 </plugin>
199 <plugin>
Carsten Ziegeler215f91d2011-05-06 06:09:55 +0000200 <groupId>org.apache.maven.plugins</groupId>
201 <artifactId>maven-release-plugin</artifactId>
202 <configuration>
203 <tagBase>https://svn.apache.org/repos/asf/felix/releases</tagBase>
204 </configuration>
205 </plugin>
206 <plugin>
Felix Meschbergerc8fed482011-02-04 23:09:15 +0000207 <groupId>org.codehaus.mojo</groupId>
208 <artifactId>ianal-maven-plugin</artifactId>
209 <executions>
210 <execution>
211 <goals>
212 <goal>verify-legal-files</goal>
213 </goals>
214 <configuration>
215 <strict>true</strict>
216 </configuration>
217 </execution>
218 </executions>
219 </plugin>
Carsten Ziegeler00eaded2007-12-14 17:22:20 +0000220 </plugins>
Felix Meschbergerc8fed482011-02-04 23:09:15 +0000221 <resources>
222 <resource>
223 <directory>src/main/resources</directory>
224 </resource>
225 <resource>
226 <directory>.</directory>
227 <targetPath>META-INF</targetPath>
228 <includes>
229 <include>changelog.txt</include>
230 </includes>
231 </resource>
232 </resources>
Clement Escoffierd7ab9592011-02-05 14:27:25 +0000233 <extensions>
234 <extension>
235 <groupId>org.apache.maven.wagon</groupId>
236 <artifactId>wagon-ssh</artifactId>
237 <version>1.0-beta-6</version>
238 </extension>
239 </extensions>
Felix Meschbergerc8fed482011-02-04 23:09:15 +0000240 </build>
241 <reporting>
242 <plugins>
243 <plugin>
244 <groupId>org.apache.maven.plugins</groupId>
245 <artifactId>maven-site-plugin</artifactId>
Felix Meschberger89ed2912011-04-06 15:02:34 +0000246 <version>2.2</version>
Felix Meschbergerc8fed482011-02-04 23:09:15 +0000247 <configuration>
248 <templateDirectory>${user.dir}/src/site/</templateDirectory>
249 <template>maven-site.vm</template>
250 </configuration>
251 </plugin>
252 <plugin>
253 <groupId>org.apache.maven.plugins</groupId>
254 <artifactId>maven-surefire-report-plugin</artifactId>
Felix Meschberger89ed2912011-04-06 15:02:34 +0000255 <version>2.4.3</version>
Felix Meschbergerc8fed482011-02-04 23:09:15 +0000256 </plugin>
257 <plugin>
258 <groupId>org.apache.maven.plugins</groupId>
259 <artifactId>maven-jxr-plugin</artifactId>
Felix Meschberger89ed2912011-04-06 15:02:34 +0000260 <version>2.1</version>
Felix Meschbergerc8fed482011-02-04 23:09:15 +0000261 </plugin>
262 <plugin>
263 <groupId>org.apache.maven.plugins</groupId>
264 <artifactId>maven-project-info-reports-plugin</artifactId>
265 <reportSets>
266 <reportSet>
267 <reports>
268 <report>index</report>
269 <report>dependencies</report>
270 <report>project-team</report>
271 <report>mailing-list</report>
272 <report>issue-tracking</report>
273 <report>license</report>
274 <report>scm</report>
275 </reports>
276 </reportSet>
277 </reportSets>
278 </plugin>
279 </plugins>
280 </reporting>
Stuart McCulloch756832e2008-02-10 17:37:50 +0000281</project>