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 | b2f5821 | 2009-01-28 10:45: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"> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 20 | <parent> |
| 21 | <groupId>org.apache.felix</groupId> |
| 22 | <artifactId>felix-parent</artifactId> |
Clement Escoffier | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 23 | <version>1.2.1</version> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +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> |
| 30 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | e97afad | 2011-02-23 10:55:38 +0000 | [diff] [blame] | 31 | <version>1.9.0-SNAPSHOT</version> |
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 32 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 33 | <properties> |
Clement Escoffier | 879f0f0 | 2011-01-16 20:09:13 +0000 | [diff] [blame] | 34 | <ipojo.package.version>1.8.0</ipojo.package.version> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 35 | </properties> |
Clement Escoffier | 879f0f0 | 2011-01-16 20:09:13 +0000 | [diff] [blame] | 36 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 37 | <description> |
Clement Escoffier | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 38 | iPOJO Composition Model. This is an iPOJO extension to execute service composition. |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 39 | </description> |
| 40 | <url>http://felix.apache.org/site/ipojo-composition-tutorial.html</url> |
Clement Escoffier | 0b93f38 | 2009-07-03 13:16:24 +0000 | [diff] [blame] | 41 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 42 | <dependencies> |
| 43 | <dependency> |
Clement Escoffier | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 44 | <groupId>org.osgi</groupId> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 45 | <artifactId>org.osgi.core</artifactId> |
Clement Escoffier | 86215df | 2010-04-16 13:54:16 +0000 | [diff] [blame] | 46 | <version>4.0.0</version> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>org.apache.felix</groupId> |
| 50 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId> |
Clement Escoffier | 81901bf | 2011-02-20 17:59:20 +0000 | [diff] [blame] | 51 | <version>1.8.0</version> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>org.apache.felix</groupId> |
| 55 | <artifactId>org.apache.felix.ipojo</artifactId> |
Clement Escoffier | 81901bf | 2011-02-20 17:59:20 +0000 | [diff] [blame] | 56 | <version>1.8.0</version> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 57 | </dependency> |
| 58 | </dependencies> |
| 59 | <build> |
| 60 | <plugins> |
| 61 | <plugin> |
| 62 | <groupId>org.apache.felix</groupId> |
| 63 | <artifactId>maven-bundle-plugin</artifactId> |
| 64 | <version>1.4.3</version> |
| 65 | <extensions>true</extensions> |
| 66 | <configuration> |
| 67 | <instructions> |
| 68 | <Bundle-Name>Apache Felix iPOJO Composite</Bundle-Name> |
Clement Escoffier | 134b006 | 2010-05-01 10:46:02 +0000 | [diff] [blame] | 69 | <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 70 | <Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor> |
| 71 | <Bundle-Description> iPOJO Composititon Framework |
| 72 | </Bundle-Description> |
| 73 | <Bundle-DocURL> |
| 74 | http://felix.apache.org/site/ipojo-composition-tutorial.html |
| 75 | </Bundle-DocURL> |
| 76 | <Import-Package> |
| 77 | org.apache.felix.ipojo, |
| 78 | org.apache.felix.ipojo.architecture, |
| 79 | org.apache.felix.ipojo.context, |
| 80 | org.apache.felix.ipojo.metadata, |
| 81 | org.apache.felix.ipojo.parser, |
| 82 | org.apache.felix.ipojo.util, |
Clement Escoffier | 769c994 | 2009-12-26 11:15:42 +0000 | [diff] [blame] | 83 | org.objectweb.asm*;version=3.0, |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 84 | org.osgi.framework;version=1.3 </Import-Package> |
| 85 | <Private-Package> |
| 86 | org.apache.felix.ipojo.composite.architecture, |
| 87 | org.apache.felix.ipojo.composite.service*, |
| 88 | org.apache.felix.ipojo.composite.instance, |
| 89 | org.apache.felix.ipojo.composite.util |
| 90 | </Private-Package> |
| 91 | <Export-Package> |
| 92 | org.apache.felix.ipojo.composite; version="${ipojo.package.version}" , |
| 93 | !org.objectweb.asm.xml*, |
Clement Escoffier | 769c994 | 2009-12-26 11:15:42 +0000 | [diff] [blame] | 94 | org.objectweb.asm*;version=3.0;-split-package:=merge-first , |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 95 | org.apache.felix.ipojo.manipulation |
| 96 | </Export-Package> |
Clement Escoffier | 879f0f0 | 2011-01-16 20:09:13 +0000 | [diff] [blame] | 97 | <Include-Resource> |
Clement Escoffier | 1593ef5 | 2010-07-14 18:31:13 +0000 | [diff] [blame] | 98 | META-INF/LICENSE=LICENSE, |
Clement Escoffier | 879f0f0 | 2011-01-16 20:09:13 +0000 | [diff] [blame] | 99 | META-INF/NOTICE=NOTICE, |
Clement Escoffier | 1593ef5 | 2010-07-14 18:31:13 +0000 | [diff] [blame] | 100 | META-INF/LICENSE.asm=LICENSE.asm, |
| 101 | META-INF/DEPENDENCIES=DEPENDENCIES |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 102 | </Include-Resource> |
| 103 | <IPOJO-Extension> |
| 104 | composite:org.apache.felix.ipojo.composite.CompositeFactory |
| 105 | </IPOJO-Extension> |
| 106 | <_donotcopy> (CVS|.svn|.+.bak|~.+|metadata.xml) </_donotcopy> |
| 107 | </instructions> |
| 108 | </configuration> |
| 109 | </plugin> |
| 110 | <plugin> |
| 111 | <groupId>org.apache.felix</groupId> |
| 112 | <artifactId>maven-ipojo-plugin</artifactId> |
Clement Escoffier | f6b6668 | 2011-02-16 15:51:44 +0000 | [diff] [blame] | 113 | <version>1.8.0</version> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 114 | <executions> |
| 115 | <execution> |
| 116 | <goals> |
| 117 | <goal>ipojo-bundle</goal> |
| 118 | </goals> |
| 119 | <configuration> |
Clement Escoffier | 9048d97 | 2011-01-02 10:05:08 +0000 | [diff] [blame] | 120 | <metadata>src/main/resources/metadata.xml</metadata> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 121 | <ignoreAnnotations>true</ignoreAnnotations> |
| 122 | </configuration> |
| 123 | </execution> |
| 124 | </executions> |
| 125 | </plugin> |
| 126 | <plugin> |
| 127 | <groupId>org.codehaus.mojo</groupId> |
| 128 | <artifactId>rat-maven-plugin</artifactId> |
| 129 | <configuration> |
| 130 | <excludeSubProjects>false</excludeSubProjects> |
| 131 | <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> |
| 132 | <useMavenDefaultExcludes>true</useMavenDefaultExcludes> |
| 133 | <excludes> |
| 134 | <param>doc/**/*</param> |
| 135 | <param>maven-eclipse.xml</param> |
| 136 | <param>.checkstyle</param> |
| 137 | <param>.externalToolBuilders/*</param> |
| 138 | <param>LICENSE.asm</param> |
| 139 | </excludes> |
| 140 | </configuration> |
| 141 | </plugin> |
| 142 | <plugin> |
| 143 | <groupId>org.apache.maven.plugins</groupId> |
| 144 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 145 | <configuration> |
| 146 | <enableRulesSummary>false</enableRulesSummary> |
| 147 | <violationSeverity>warning</violationSeverity> |
| 148 | <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation> |
| 149 | </configuration> |
| 150 | </plugin> |
| 151 | </plugins> |
| 152 | </build> |
| 153 | </project> |