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