Karl Pauls | 5c09375 | 2008-04-22 15:36:51 +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 | 4fec096 | 2008-01-11 16:13:31 +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"> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 20 | <parent> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 21 | <groupId>org.apache.felix</groupId> |
Karl Pauls | 040e432 | 2009-05-10 22:09:56 +0000 | [diff] [blame] | 22 | <artifactId>felix-parent</artifactId> |
Karl Pauls | a6fc86b | 2011-09-22 12:46:54 +0000 | [diff] [blame] | 23 | <version>2.1</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 24 | <relativePath>../pom/pom.xml</relativePath> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 27 | <packaging>bundle</packaging> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 28 | <name>Apache Felix Main</name> |
| 29 | <artifactId>org.apache.felix.main</artifactId> |
Karl Pauls | 3aac378 | 2011-11-20 20:49:50 +0000 | [diff] [blame] | 30 | <version>4.1.0-SNAPSHOT</version> |
Karl Pauls | ac6574f | 2011-09-22 15:31:25 +0000 | [diff] [blame] | 31 | <scm> |
Karl Pauls | 3aac378 | 2011-11-20 20:49:50 +0000 | [diff] [blame] | 32 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/main</connection> |
| 33 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/main</developerConnection> |
| 34 | <url>http://svn.apache.org/repos/asf/felix/main</url> |
Karl Pauls | ac6574f | 2011-09-22 15:31:25 +0000 | [diff] [blame] | 35 | </scm> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 36 | <dependencies> |
| 37 | <dependency> |
| 38 | <groupId>${pom.groupId}</groupId> |
| 39 | <artifactId>org.apache.felix.framework</artifactId> |
Karl Pauls | 911d47b | 2010-02-04 23:19:54 +0000 | [diff] [blame] | 40 | <version>${framework.version}</version> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 41 | </dependency> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 42 | </dependencies> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 43 | <properties> |
Karl Pauls | a59b6c4 | 2010-08-18 20:38:51 +0000 | [diff] [blame] | 44 | <log.level>4</log.level> |
Richard S. Hall | 726b616 | 2008-10-09 15:54:32 +0000 | [diff] [blame] | 45 | <dollar>$</dollar> |
Karl Pauls | 5f03745 | 2011-11-20 20:54:47 +0000 | [diff] [blame] | 46 | <framework.version>4.1.0-SNAPSHOT</framework.version> |
Richard S. Hall | 0eb83c5 | 2011-08-11 16:46:31 +0000 | [diff] [blame] | 47 | <gogo.runtime.version>0.10.0</gogo.runtime.version> |
| 48 | <gogo.shell.version>0.10.0</gogo.shell.version> |
Karl Pauls | ac6574f | 2011-09-22 15:31:25 +0000 | [diff] [blame] | 49 | <gogo.command.version>0.12.0</gogo.command.version> |
Richard S. Hall | d30eeef | 2011-09-20 19:43:39 +0000 | [diff] [blame] | 50 | <obr.version>1.6.6</obr.version> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 51 | </properties> |
Stuart McCulloch | f202a82 | 2008-10-22 11:55:02 +0000 | [diff] [blame] | 52 | <profiles> |
| 53 | <profile> |
| 54 | <id>release</id> |
| 55 | <properties> |
Karl Pauls | 46d1374 | 2009-11-01 19:35:18 +0000 | [diff] [blame] | 56 | <log.level>1</log.level> |
Karl Pauls | 48d887c | 2009-04-26 20:54:43 +0000 | [diff] [blame] | 57 | <dollar>$</dollar> |
Stuart McCulloch | f202a82 | 2008-10-22 11:55:02 +0000 | [diff] [blame] | 58 | </properties> |
| 59 | </profile> |
| 60 | </profiles> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 61 | <build> |
| 62 | <plugins> |
| 63 | <plugin> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 64 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 65 | <artifactId>maven-bundle-plugin</artifactId> |
Richard S. Hall | 2e75550 | 2011-09-21 20:35:48 +0000 | [diff] [blame] | 66 | <version>2.3.5</version> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 67 | <extensions>true</extensions> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 68 | <configuration> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 69 | <instructions> |
Richard S. Hall | 2730552 | 2007-03-28 15:28:25 +0000 | [diff] [blame] | 70 | <_donotcopy>(CVS|.svn|config.properties)</_donotcopy> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 71 | <Main-Class>org.apache.felix.main.Main</Main-Class> |
Richard S. Hall | f94a18f | 2008-09-23 16:25:54 +0000 | [diff] [blame] | 72 | <Bundle-SymbolicName>org.apache.felix.main</Bundle-SymbolicName> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 73 | <Bundle-Name>Apache Felix</Bundle-Name> |
| 74 | <Bundle-Description>OSGi R4 framework.</Bundle-Description> |
Carsten Ziegeler | cf6e51b | 2008-04-17 06:33:59 +0000 | [diff] [blame] | 75 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Richard S. Hall | 42cf9c9 | 2008-10-16 20:22:58 +0000 | [diff] [blame] | 76 | <Embed-Dependency>*;artifactId=org.apache.felix.framework;inline=true</Embed-Dependency> |
| 77 | <Private-Package>org.apache.felix.main.*</Private-Package> |
Karl Pauls | 32154c7 | 2009-10-02 15:52:43 +0000 | [diff] [blame] | 78 | <Export-Package>!org.osgi.service.log, !org.osgi.service.obr,org.osgi.*</Export-Package> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 79 | <Import-Package>!*</Import-Package> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 80 | </instructions> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 81 | </configuration> |
| 82 | </plugin> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 83 | <plugin> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 84 | <groupId>org.apache.maven.plugins</groupId> |
| 85 | <artifactId>maven-dependency-plugin</artifactId> |
| 86 | <executions> |
| 87 | <execution> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 88 | <id>copy</id> |
Karl Pauls | 72502b9 | 2010-02-04 21:25:09 +0000 | [diff] [blame] | 89 | <phase>package</phase> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 90 | <goals> |
| 91 | <goal>copy</goal> |
| 92 | </goals> |
| 93 | <configuration> |
| 94 | <artifactItems> |
| 95 | <artifactItem> |
Richard S. Hall | c0e3ef7 | 2010-05-24 19:35:19 +0000 | [diff] [blame] | 96 | <groupId>${pom.groupId}</groupId> |
Richard S. Hall | f65896e | 2010-05-05 15:21:54 +0000 | [diff] [blame] | 97 | <artifactId>org.apache.felix.gogo.runtime</artifactId> |
| 98 | <version>${gogo.runtime.version}</version> |
| 99 | <type>jar</type> |
| 100 | <overWrite>true</overWrite> |
| 101 | <outputDirectory>${project.basedir}/bundle</outputDirectory> |
| 102 | </artifactItem> |
| 103 | <artifactItem> |
Richard S. Hall | c0e3ef7 | 2010-05-24 19:35:19 +0000 | [diff] [blame] | 104 | <groupId>${pom.groupId}</groupId> |
| 105 | <artifactId>org.apache.felix.gogo.shell</artifactId> |
| 106 | <version>${gogo.shell.version}</version> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 107 | <type>jar</type> |
| 108 | <overWrite>true</overWrite> |
Karl Pauls | 72502b9 | 2010-02-04 21:25:09 +0000 | [diff] [blame] | 109 | <outputDirectory>${project.basedir}/bundle</outputDirectory> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 110 | </artifactItem> |
| 111 | <artifactItem> |
Richard S. Hall | c0e3ef7 | 2010-05-24 19:35:19 +0000 | [diff] [blame] | 112 | <groupId>${pom.groupId}</groupId> |
| 113 | <artifactId>org.apache.felix.gogo.command</artifactId> |
| 114 | <version>${gogo.command.version}</version> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 115 | <type>jar</type> |
| 116 | <overWrite>true</overWrite> |
Karl Pauls | 72502b9 | 2010-02-04 21:25:09 +0000 | [diff] [blame] | 117 | <outputDirectory>${project.basedir}/bundle</outputDirectory> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 118 | </artifactItem> |
| 119 | <artifactItem> |
| 120 | <groupId>${pom.groupId}</groupId> |
| 121 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
Karl Pauls | 72502b9 | 2010-02-04 21:25:09 +0000 | [diff] [blame] | 122 | <version>${obr.version}</version> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 123 | <type>jar</type> |
| 124 | <overWrite>true</overWrite> |
Karl Pauls | 72502b9 | 2010-02-04 21:25:09 +0000 | [diff] [blame] | 125 | <outputDirectory>${project.basedir}/bundle</outputDirectory> |
Karl Pauls | aa573ad | 2007-07-19 19:09:54 +0000 | [diff] [blame] | 126 | </artifactItem> |
| 127 | </artifactItems> |
| 128 | </configuration> |
| 129 | </execution> |
| 130 | </executions> |
| 131 | </plugin> |
| 132 | <plugin> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 133 | <artifactId>maven-antrun-plugin</artifactId> |
| 134 | <executions> |
| 135 | <execution> |
Karl Pauls | 72502b9 | 2010-02-04 21:25:09 +0000 | [diff] [blame] | 136 | <phase>package</phase> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 137 | <configuration> |
| 138 | <tasks> |
Karl Pauls | 2b8bd37 | 2008-04-22 13:13:49 +0000 | [diff] [blame] | 139 | <delete dir="${basedir}/bin" /> |
| 140 | <mkdir dir="${basedir}/bin" /> |
| 141 | <delete dir="${basedir}/conf" /> |
| 142 | <mkdir dir="${basedir}/conf" /> |
Karl Pauls | 2b8bd37 | 2008-04-22 13:13:49 +0000 | [diff] [blame] | 143 | <copy file="${basedir}/target/org.apache.felix.main-${pom.version}.jar" tofile="${basedir}/bin/felix.jar" /> |
| 144 | <copy file="${basedir}/target/classes/config.properties" todir="${basedir}/conf" /> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 145 | </tasks> |
| 146 | </configuration> |
| 147 | <goals> |
| 148 | <goal>run</goal> |
| 149 | </goals> |
| 150 | </execution> |
| 151 | </executions> |
| 152 | </plugin> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 153 | </plugins> |
Alex Karasulu | c15532e | 2006-03-06 19:42:54 +0000 | [diff] [blame] | 154 | <resources> |
| 155 | <resource> |
| 156 | <directory>src/main/resources</directory> |
| 157 | <filtering>true</filtering> |
| 158 | </resource> |
Richard S. Hall | 1da4e54 | 2006-11-02 21:45:44 +0000 | [diff] [blame] | 159 | </resources> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 160 | </build> |
Karl Pauls | 250a714 | 2008-04-22 13:27:15 +0000 | [diff] [blame] | 161 | </project> |