blob: 77d9a4bf9e4acb9fd19a95978f6ce9d5fbbbdc67 [file] [log] [blame]
Clement Escoffier3482f242008-10-14 09:43:32 +00001<!--
Clement Escoffierbfa74d02009-07-19 16:25:18 +00002 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 Escoffier0b93f382009-07-03 13:16:24 +00009
Clement Escoffierbfa74d02009-07-19 16:25:18 +000010 http://www.apache.org/licenses/LICENSE-2.0
Clement Escoffier0b93f382009-07-03 13:16:24 +000011
Clement Escoffierbfa74d02009-07-19 16:25:18 +000012 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 Escoffier3482f242008-10-14 09:43:32 +000018-->
Clement Escoffier0ed54202011-12-06 15:10:09 +000019<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">
Guillaume Sauthierbe546d82014-03-13 11:12:08 +000020 <parent>
21 <groupId>org.apache.felix</groupId>
22 <artifactId>felix-parent</artifactId>
23 <version>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 Escoffieree977242014-12-16 13:14:44 +000028 <version>1.12.2-SNAPSHOT</version>
Guillaume Sauthierbe546d82014-03-13 11:12:08 +000029 <name>Apache Felix iPOJO Manipulator Project</name>
30 <packaging>pom</packaging>
Clement Escoffierf2e27472010-12-23 13:20:45 +000031
Guillaume Sauthierbe546d82014-03-13 11:12:08 +000032 <description>
33 The iPOJO Manipulator project contains the iPOJO packaging process and
34 several front-ends for Ant, Maven and BND.
35 </description>
Clement Escoffierf2e27472010-12-23 13:20:45 +000036
Guillaume Sauthierbe546d82014-03-13 11:12:08 +000037 <modules>
38 <module>manipulator-bom</module>
39 <module>annotations</module>
40 <module>manipulator</module>
41 <module>manipulator-it</module>
42 <module>ipojo-ant-task</module>
43 <module>maven-ipojo-plugin</module>
44 <module>bnd-ipojo-plugin</module>
45 <module>online-manipulator</module>
46 </modules>
Clement Escoffiere2399ee2013-05-15 13:23:33 +000047
Guillaume Sauthierbe546d82014-03-13 11:12:08 +000048 <scm>
Clement Escoffieree977242014-12-16 13:14:44 +000049 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/ipojo/manipulator</connection>
50 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/ipojo/manipulator</developerConnection>
51 <url>http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator</url>
Guillaume Sauthierbe546d82014-03-13 11:12:08 +000052 </scm>
Clement Escoffier37083922013-05-15 13:27:56 +000053
Clement Escoffierc11756e2014-12-16 13:12:40 +000054 <build>
55 <plugins>
56 <plugin>
57 <artifactId>maven-release-plugin</artifactId>
58 <version>2.5.1</version>
59 <configuration>
60 <tagBase>https://svn.apache.org/repos/asf/felix/releases</tagBase>
61 <useReleaseProfile>false</useReleaseProfile>
62 <goals>deploy</goals>
63 <arguments>-Papache-release</arguments>
64 </configuration>
65 </plugin>
66 </plugins>
67 </build>
68
Clement Escoffierbfa74d02009-07-19 16:25:18 +000069</project>