Clement Escoffier | 9e935de | 2008-10-14 10:52:53 +0000 | [diff] [blame] | 1 | <!-- |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 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 |
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 9 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 10 | http://www.apache.org/licenses/LICENSE-2.0 |
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 11 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 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. |
Clement Escoffier | 9e935de | 2008-10-14 10:52:53 +0000 | [diff] [blame] | 18 | --> |
Clement Escoffier | 3beb604 | 2012-04-21 16:06:23 +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"> |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix-parent</artifactId> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 23 | <version>2.1</version> |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 24 | <relativePath>../../../pom/pom.xml</relativePath> |
| 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <packaging>bundle</packaging> |
| 28 | <name>Apache Felix iPOJO Composite</name> |
| 29 | <artifactId>org.apache.felix.ipojo.composite</artifactId> |
Clement Escoffier | 1e35ff1 | 2014-05-12 11:47:05 +0000 | [diff] [blame] | 30 | <version>1.12.1-SNAPSHOT</version> |
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 31 | |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 32 | <properties> |
Clement Escoffier | 9b0f3f3 | 2014-05-07 19:04:33 +0000 | [diff] [blame] | 33 | <ipojo.package.version>1.12.0</ipojo.package.version> |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 34 | </properties> |
Clement Escoffier | 879f0f0 | 2011-01-16 20:09:13 +0000 | [diff] [blame] | 35 | |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 36 | <description> |
| 37 | iPOJO Composition Model. This is an iPOJO extension to execute service composition. |
| 38 | </description> |
Clement Escoffier | b76fae7 | 2013-05-28 04:37:54 +0000 | [diff] [blame] | 39 | <url> |
| 40 | http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-composition-tutorial.html |
| 41 | </url> |
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 42 | |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 43 | <dependencies> |
| 44 | <dependency> |
| 45 | <groupId>org.osgi</groupId> |
| 46 | <artifactId>org.osgi.core</artifactId> |
Clement Escoffier | e050be0 | 2013-06-12 11:38:27 +0000 | [diff] [blame] | 47 | <version>4.3.1</version> |
Clement Escoffier | 0e62350 | 2014-05-07 19:15:41 +0000 | [diff] [blame] | 48 | <scope>provided</scope> |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>org.apache.felix</groupId> |
| 52 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId> |
Clement Escoffier | d6fbba6 | 2014-05-12 11:31:00 +0000 | [diff] [blame] | 53 | <version>1.12.0</version> |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>org.apache.felix</groupId> |
| 57 | <artifactId>org.apache.felix.ipojo</artifactId> |
Clement Escoffier | 1e35ff1 | 2014-05-12 11:47:05 +0000 | [diff] [blame] | 58 | <version>1.12.1-SNAPSHOT</version> |
Clement Escoffier | d3c9fa7 | 2014-05-08 08:45:06 +0000 | [diff] [blame] | 59 | <scope>provided</scope> |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 60 | </dependency> |
| 61 | </dependencies> |
| 62 | <build> |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 63 | <plugins> |
| 64 | <plugin> |
| 65 | <groupId>org.apache.felix</groupId> |
| 66 | <artifactId>maven-bundle-plugin</artifactId> |
Clement Escoffier | ed4ca02 | 2013-03-13 15:27:20 +0000 | [diff] [blame] | 67 | <version>2.3.7</version> |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 68 | <extensions>true</extensions> |
| 69 | <configuration> |
| 70 | <instructions> |
| 71 | <Bundle-Name>Apache Felix iPOJO Composite</Bundle-Name> |
| 72 | <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> |
| 73 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Clement Escoffier | fc26c54 | 2013-05-15 15:40:52 +0000 | [diff] [blame] | 74 | <Bundle-Description>iPOJO Composition Layer |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 75 | </Bundle-Description> |
| 76 | <Bundle-DocURL> |
Clement Escoffier | b76fae7 | 2013-05-28 04:37:54 +0000 | [diff] [blame] | 77 | http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-composition-tutorial.html |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 78 | </Bundle-DocURL> |
| 79 | <Import-Package> |
| 80 | org.apache.felix.ipojo, |
| 81 | org.apache.felix.ipojo.architecture, |
| 82 | org.apache.felix.ipojo.context, |
| 83 | org.apache.felix.ipojo.metadata, |
| 84 | org.apache.felix.ipojo.parser, |
| 85 | org.apache.felix.ipojo.util, |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 86 | org.osgi.framework;version=1.3, |
Clement Escoffier | 47a173d | 2014-05-04 17:00:18 +0000 | [diff] [blame] | 87 | !org.objectweb.asm.tree*, |
Clement Escoffier | fc26c54 | 2013-05-15 15:40:52 +0000 | [diff] [blame] | 88 | !org.apache.felix.ipojo.xml.parser, |
| 89 | !org.apache.felix.ipojo.annotations, |
Clement Escoffier | 9968ff7 | 2013-04-10 09:52:20 +0000 | [diff] [blame] | 90 | * |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 91 | </Import-Package> |
| 92 | <Private-Package> |
| 93 | org.apache.felix.ipojo.composite.architecture, |
| 94 | org.apache.felix.ipojo.composite.service*, |
| 95 | org.apache.felix.ipojo.composite.instance, |
| 96 | org.apache.felix.ipojo.composite.util, |
| 97 | <!-- ASM (Manipulator dependencies) --> |
| 98 | org.objectweb.asm.commons, |
Clement Escoffier | 47a173d | 2014-05-04 17:00:18 +0000 | [diff] [blame] | 99 | org.objectweb.asm.util, |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 100 | org.objectweb.asm.signature, |
Clement Escoffier | 9968ff7 | 2013-04-10 09:52:20 +0000 | [diff] [blame] | 101 | org.objectweb.asm, |
Clement Escoffier | 47a173d | 2014-05-04 17:00:18 +0000 | [diff] [blame] | 102 | org.objectweb.asm.tree*, |
Clement Escoffier | fc26c54 | 2013-05-15 15:40:52 +0000 | [diff] [blame] | 103 | org.apache.felix.ipojo.manipulation*, |
| 104 | org.apache.felix.ipojo.manipulator* |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 105 | </Private-Package> |
| 106 | <Export-Package> |
| 107 | org.apache.felix.ipojo.composite; version="${ipojo.package.version}" |
| 108 | </Export-Package> |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 109 | <IPOJO-Extension> |
| 110 | composite:org.apache.felix.ipojo.composite.CompositeFactory |
| 111 | </IPOJO-Extension> |
| 112 | <_donotcopy>(CVS|.svn|.+.bak|~.+|metadata.xml)</_donotcopy> |
| 113 | </instructions> |
| 114 | </configuration> |
| 115 | </plugin> |
| 116 | <plugin> |
| 117 | <groupId>org.apache.felix</groupId> |
| 118 | <artifactId>maven-ipojo-plugin</artifactId> |
Clement Escoffier | cc18202 | 2013-10-08 14:09:24 +0000 | [diff] [blame] | 119 | <version>1.10.1</version> |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 120 | <executions> |
| 121 | <execution> |
| 122 | <goals> |
| 123 | <goal>ipojo-bundle</goal> |
| 124 | </goals> |
| 125 | <configuration> |
| 126 | <metadata>src/main/resources/metadata.xml</metadata> |
| 127 | <ignoreAnnotations>true</ignoreAnnotations> |
| 128 | </configuration> |
| 129 | </execution> |
| 130 | </executions> |
| 131 | </plugin> |
| 132 | <plugin> |
| 133 | <groupId>org.codehaus.mojo</groupId> |
| 134 | <artifactId>rat-maven-plugin</artifactId> |
Guillaume Sauthier | c05747c | 2013-07-01 15:32:30 +0000 | [diff] [blame] | 135 | <version>1.0-alpha-3</version> |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 136 | <configuration> |
| 137 | <excludeSubProjects>false</excludeSubProjects> |
| 138 | <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> |
| 139 | <useMavenDefaultExcludes>true</useMavenDefaultExcludes> |
| 140 | <excludes> |
| 141 | <param>doc/**/*</param> |
| 142 | <param>maven-eclipse.xml</param> |
| 143 | <param>.checkstyle</param> |
| 144 | <param>.externalToolBuilders/*</param> |
| 145 | <param>LICENSE.asm</param> |
| 146 | </excludes> |
| 147 | </configuration> |
| 148 | </plugin> |
| 149 | <plugin> |
| 150 | <groupId>org.apache.maven.plugins</groupId> |
| 151 | <artifactId>maven-checkstyle-plugin</artifactId> |
Guillaume Sauthier | c05747c | 2013-07-01 15:32:30 +0000 | [diff] [blame] | 152 | <version>2.10</version> |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 153 | <configuration> |
| 154 | <enableRulesSummary>false</enableRulesSummary> |
| 155 | <violationSeverity>warning</violationSeverity> |
| 156 | <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation> |
| 157 | </configuration> |
| 158 | </plugin> |
Clement Escoffier | c5b8d12 | 2013-03-04 09:01:52 +0000 | [diff] [blame] | 159 | <plugin> |
| 160 | <groupId>org.apache.maven.plugins</groupId> |
| 161 | <artifactId>maven-compiler-plugin</artifactId> |
| 162 | <configuration> |
| 163 | <target>1.5</target> |
| 164 | <source>1.5</source> |
| 165 | </configuration> |
| 166 | </plugin> |
Clement Escoffier | e623755 | 2013-03-20 09:51:42 +0000 | [diff] [blame] | 167 | <plugin> |
| 168 | <groupId>org.codehaus.mojo</groupId> |
| 169 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
| 170 | <version>1.7</version> |
| 171 | <configuration> |
| 172 | <signature> |
| 173 | <groupId>org.codehaus.mojo.signature</groupId> |
| 174 | <artifactId>java15</artifactId> |
| 175 | <version>1.0</version> |
| 176 | </signature> |
| 177 | </configuration> |
| 178 | <executions> |
| 179 | <execution> |
| 180 | <phase>test</phase> |
| 181 | <goals> |
| 182 | <goal>check</goal> |
| 183 | </goals> |
| 184 | </execution> |
| 185 | </executions> |
| 186 | </plugin> |
Clement Escoffier | 2f1e948 | 2012-04-21 16:04:33 +0000 | [diff] [blame] | 187 | </plugins> |
| 188 | </build> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 189 | </project> |