Clement Escoffier | 3482f24 | 2008-10-14 09:43:32 +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 | 3482f24 | 2008-10-14 09:43:32 +0000 | [diff] [blame] | 18 | --> |
Clement Escoffier | 0ed5420 | 2011-12-06 15:10:09 +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/xsd/maven-4.0.0.xsd"> |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 20 | <parent> |
Clement Escoffier | 6925791 | 2011-08-18 11:32:19 +0000 | [diff] [blame] | 21 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 22 | <artifactId>felix-parent</artifactId> |
| 23 | <version>1.2.1</version> |
| 24 | <relativePath>../../pom/pom.xml</relativePath> |
| 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <artifactId>org.apache.felix.ipojo.manipulator-project</artifactId> |
Clement Escoffier | 41fed5e | 2012-03-30 08:40:47 +0000 | [diff] [blame] | 28 | <version>1.9.0-SNAPSHOT</version> |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 29 | <name>Apache Felix iPOJO Manipulator Project</name> |
| 30 | <packaging>pom</packaging> |
Clement Escoffier | f2e2747 | 2010-12-23 13:20:45 +0000 | [diff] [blame] | 31 | |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 32 | <description> |
| 33 | The iPOJO Manipulator project contains the iPOJO packaging process and |
| 34 | several front-ends for Ant, Maven and BND. |
| 35 | </description> |
Clement Escoffier | f2e2747 | 2010-12-23 13:20:45 +0000 | [diff] [blame] | 36 | |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 37 | <modules> |
| 38 | <module>manipulator</module> |
| 39 | <module>ipojo-ant-task</module> |
| 40 | <module>maven-ipojo-plugin</module> |
| 41 | <module>bnd-ipojo-plugin</module> |
| 42 | </modules> |
Clement Escoffier | 6191b08 | 2010-08-29 09:05:18 +0000 | [diff] [blame] | 43 | |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 44 | <build> |
| 45 | <resources> |
| 46 | <resource> |
| 47 | <directory>src/main/resources</directory> |
| 48 | </resource> |
| 49 | <resource> |
| 50 | <directory>.</directory> |
| 51 | <targetPath>META-INF</targetPath> |
| 52 | <includes> |
| 53 | <include>LICENSE*</include> |
| 54 | <include>NOTICE*</include> |
| 55 | <include>DEPENDENCIES*</include> |
| 56 | </includes> |
| 57 | </resource> |
| 58 | </resources> |
Clement Escoffier | d5a145b | 2011-12-03 09:47:38 +0000 | [diff] [blame] | 59 | </build> |
| 60 | |
Clement Escoffier | 195bb8f | 2011-12-06 15:04:44 +0000 | [diff] [blame] | 61 | <profiles> |
| 62 | <profile> |
| 63 | <id>release</id> |
| 64 | <build> |
| 65 | <plugins> |
| 66 | <plugin> |
| 67 | <groupId>org.apache.maven.plugins</groupId> |
| 68 | <artifactId>maven-assembly-plugin</artifactId> |
| 69 | <executions> |
| 70 | <execution> |
| 71 | <id>make-assembly</id> |
| 72 | <phase>package</phase> |
| 73 | <goals> |
| 74 | <goal>single</goal> |
| 75 | </goals> |
| 76 | <configuration> |
| 77 | <descriptorRefs> |
| 78 | <descriptorRef>project</descriptorRef> |
| 79 | </descriptorRefs> |
| 80 | <!-- we don't want to attach all the assemblies, such as bz2 --> |
| 81 | <attach>false</attach> |
| 82 | </configuration> |
| 83 | </execution> |
| 84 | </executions> |
| 85 | </plugin> |
| 86 | <plugin> |
| 87 | <!-- only attach the project and bin assemblies, in tar.gz and zip flavors --> |
| 88 | <groupId>org.codehaus.mojo</groupId> |
| 89 | <artifactId>build-helper-maven-plugin</artifactId> |
| 90 | <executions> |
| 91 | <execution> |
| 92 | <id>attach-assemblies</id> |
| 93 | <phase>package</phase> |
| 94 | <goals> |
| 95 | <goal>attach-artifact</goal> |
| 96 | </goals> |
| 97 | <configuration> |
| 98 | <artifacts> |
| 99 | <artifact> |
| 100 | <file> |
| 101 | ${project.build.directory}/${project.artifactId}-${project.version}-project.tar.gz |
| 102 | </file> |
| 103 | <classifier>project</classifier> |
| 104 | <type>tar.gz</type> |
| 105 | </artifact> |
| 106 | <artifact> |
| 107 | <file> |
| 108 | ${project.build.directory}/${project.artifactId}-${project.version}-project.zip |
| 109 | </file> |
| 110 | <classifier>project</classifier> |
| 111 | <type>zip</type> |
| 112 | </artifact> |
| 113 | </artifacts> |
| 114 | </configuration> |
| 115 | </execution> |
| 116 | </executions> |
| 117 | </plugin> |
| 118 | </plugins> |
| 119 | </build> |
| 120 | </profile> |
| 121 | </profiles> |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 122 | </project> |