Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +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 | --> |
| 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"> |
| 20 | |
| 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | |
| 23 | <parent> |
| 24 | <groupId>org.apache.felix</groupId> |
| 25 | <artifactId>felix-parent</artifactId> |
| 26 | <version>2.1</version> |
Jan Willem Janssen | 2a25d6e | 2013-09-13 16:02:35 +0000 | [diff] [blame] | 27 | <relativePath>../../pom/pom.xml</relativePath> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 28 | </parent> |
| 29 | |
| 30 | <name>Apache Felix Http Parent POM</name> |
| 31 | <groupId>org.apache.felix</groupId> |
| 32 | <artifactId>org.apache.felix.http.parent</artifactId> |
Jan Willem Janssen | 43fa9c7 | 2014-11-05 09:44:40 +0000 | [diff] [blame] | 33 | <version>5-SNAPSHOT</version> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 34 | <packaging>pom</packaging> |
| 35 | |
| 36 | <prerequisites> |
Jan Willem Janssen | ae0d751 | 2014-11-04 12:04:37 +0000 | [diff] [blame] | 37 | <maven>2.2.1</maven> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 38 | </prerequisites> |
| 39 | |
| 40 | <properties> |
Carsten Ziegeler | 06ff4d2 | 2015-01-16 12:15:46 +0000 | [diff] [blame] | 41 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 42 | <jetty.version>9.2.6.v20141205</jetty.version> |
Jan Willem Janssen | 13d8854 | 2014-02-12 13:32:48 +0000 | [diff] [blame] | 43 | <cometd.version>2.8.0</cometd.version> |
Carsten Ziegeler | 3056da2 | 2014-08-06 06:00:49 +0000 | [diff] [blame] | 44 | <http.service.version>1.2.1</http.service.version> |
Jan Willem Janssen | 54ed79f | 2015-01-15 10:09:19 +0000 | [diff] [blame] | 45 | <servlet.version>3.1.0</servlet.version> |
Carsten Ziegeler | 06ff4d2 | 2015-01-16 12:15:46 +0000 | [diff] [blame] | 46 | <!-- |
| 47 | Java API and class file compliance. This property supports |
| 48 | one of three values: |
| 49 | - 6: Java 6 (default) |
| 50 | - 7: Java 7 |
| 51 | Using anything else causes the set-bundle-required-execution-environment |
| 52 | to fail the build with an exception |
| 53 | --> |
| 54 | <http.java.version>6</http.java.version> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 55 | </properties> |
| 56 | |
Jan Willem Janssen | 7d9f9fe | 2013-09-17 13:46:15 +0000 | [diff] [blame] | 57 | <scm> |
Jan Willem Janssen | 43fa9c7 | 2014-11-05 09:44:40 +0000 | [diff] [blame] | 58 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/parent</connection> |
| 59 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/parent</developerConnection> |
| 60 | <url>http://svn.apache.org/viewvc/felix/trunk/http/parent/</url> |
Jan Willem Janssen | 7d9f9fe | 2013-09-17 13:46:15 +0000 | [diff] [blame] | 61 | </scm> |
| 62 | |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 63 | <build> |
| 64 | <plugins> |
| 65 | <plugin> |
Carsten Ziegeler | 06ff4d2 | 2015-01-16 12:15:46 +0000 | [diff] [blame] | 66 | <groupId>org.apache.maven.plugins</groupId> |
| 67 | <artifactId>maven-antrun-plugin</artifactId> |
| 68 | <executions> |
| 69 | <execution> |
| 70 | <id>set-bundle-required-execution-environment</id> |
| 71 | <goals> |
| 72 | <goal>run</goal> |
| 73 | </goals> |
| 74 | <phase>initialize</phase> |
| 75 | <configuration> |
| 76 | <exportAntProperties>true</exportAntProperties> |
| 77 | <target> |
| 78 | <script language="javascript"> <![CDATA[ |
| 79 | var System = java.lang.System; |
| 80 | var bree = "J2SE-1.6"; |
| 81 | var httpJavaVersion = System.getProperty("http.java.version"); |
| 82 | if (!httpJavaVersion) { |
| 83 | httpJavaVersion = project.getProperty("http.java.version"); |
| 84 | } |
| 85 | if (httpJavaVersion == "7") { |
| 86 | bree = "JavaSE-1.7"; |
| 87 | System.out.println("Setting Bundle-RequiredExecutionEnvironment=" + bree + " from http.java.version=" + httpJavaVersion); |
| 88 | } else if (httpJavaVersion != "6") { |
| 89 | System.out.println("Unsupported http.java.version=" + httpJavaVersion + "; must be 6 or 7."); |
| 90 | throw "http.java.version must be 6 or 7"; |
| 91 | } |
| 92 | project.setProperty("http.bree", bree); |
| 93 | ]]></script> |
| 94 | </target> |
| 95 | </configuration> |
| 96 | </execution> |
| 97 | </executions> |
| 98 | </plugin> |
| 99 | <plugin> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 100 | <artifactId>maven-compiler-plugin</artifactId> |
| 101 | <configuration> |
Carsten Ziegeler | 06ff4d2 | 2015-01-16 12:15:46 +0000 | [diff] [blame] | 102 | <source>1.${http.java.version}</source> |
| 103 | <target>1.${http.java.version}</target> |
| 104 | <compilerVersion>1.${http.java.version}</compilerVersion> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 105 | </configuration> |
| 106 | </plugin> |
| 107 | </plugins> |
| 108 | <pluginManagement> |
| 109 | <plugins> |
| 110 | <plugin> |
| 111 | <groupId>org.apache.felix</groupId> |
| 112 | <artifactId>maven-bundle-plugin</artifactId> |
Jan Willem Janssen | 16fd98c | 2015-01-15 15:39:00 +0000 | [diff] [blame] | 113 | <version>2.5.3</version> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 114 | <executions> |
| 115 | <execution> |
| 116 | <id>bundle</id> |
| 117 | <phase>package</phase> |
| 118 | <goals> |
| 119 | <goal>bundle</goal> |
| 120 | </goals> |
| 121 | </execution> |
Carsten Ziegeler | 06ff4d2 | 2015-01-16 12:15:46 +0000 | [diff] [blame] | 122 | <execution> |
| 123 | <id>baseline</id> |
| 124 | <goals> |
| 125 | <goal>baseline</goal> |
| 126 | </goals> |
| 127 | </execution> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 128 | </executions> |
| 129 | <configuration> |
| 130 | <instructions> |
| 131 | <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> |
| 132 | <Bundle-Version>${project.version}</Bundle-Version> |
Carsten Ziegeler | 06ff4d2 | 2015-01-16 12:15:46 +0000 | [diff] [blame] | 133 | <Bundle-RequiredExecutionEnvironment>${http.bree}</Bundle-RequiredExecutionEnvironment> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 134 | </instructions> |
| 135 | </configuration> |
Carsten Ziegeler | 06ff4d2 | 2015-01-16 12:15:46 +0000 | [diff] [blame] | 136 | </plugin> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 137 | </plugins> |
| 138 | </pluginManagement> |
| 139 | </build> |
| 140 | |
| 141 | <dependencies> |
| 142 | <dependency> |
Carsten Ziegeler | 06ff4d2 | 2015-01-16 12:15:46 +0000 | [diff] [blame] | 143 | <groupId>biz.aQute</groupId> |
| 144 | <artifactId>bndlib</artifactId> |
| 145 | <version>1.50.0</version> |
| 146 | <scope>provided</scope> |
| 147 | </dependency> |
| 148 | <dependency> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 149 | <groupId>junit</groupId> |
| 150 | <artifactId>junit</artifactId> |
| 151 | <version>4.8.2</version> |
| 152 | <scope>test</scope> |
| 153 | </dependency> |
| 154 | <dependency> |
| 155 | <groupId>org.mockito</groupId> |
| 156 | <artifactId>mockito-all</artifactId> |
| 157 | <version>1.8.2</version> |
| 158 | <scope>test</scope> |
| 159 | </dependency> |
| 160 | </dependencies> |
| 161 | |
| 162 | <dependencyManagement> |
| 163 | <dependencies> |
| 164 | <dependency> |
| 165 | <groupId>javax.servlet</groupId> |
Jan Willem Janssen | 0a3f86a | 2014-02-07 16:03:21 +0000 | [diff] [blame] | 166 | <artifactId>javax.servlet-api</artifactId> |
Jan Willem Janssen | 926e71c | 2013-11-10 14:41:39 +0000 | [diff] [blame] | 167 | <version>${servlet.version}</version> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 168 | <scope>provided</scope> |
| 169 | </dependency> |
| 170 | <dependency> |
| 171 | <groupId>org.osgi</groupId> |
| 172 | <artifactId>org.osgi.core</artifactId> |
Jan Willem Janssen | 926e71c | 2013-11-10 14:41:39 +0000 | [diff] [blame] | 173 | <version>4.2.0</version> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 174 | <scope>provided</scope> |
| 175 | </dependency> |
| 176 | <dependency> |
| 177 | <groupId>org.osgi</groupId> |
| 178 | <artifactId>org.osgi.compendium</artifactId> |
Jan Willem Janssen | 926e71c | 2013-11-10 14:41:39 +0000 | [diff] [blame] | 179 | <version>4.2.0</version> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 180 | <scope>provided</scope> |
| 181 | </dependency> |
| 182 | </dependencies> |
| 183 | </dependencyManagement> |
Felix Meschberger | ae4262a | 2011-12-05 14:15:58 +0000 | [diff] [blame] | 184 | </project> |