blob: 361bba004558c92af370fbb5c0eeae39514f04a8 [file] [log] [blame]
Carsten Ziegelerca034f42007-08-24 07:43:23 +00001<!--
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
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
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.
18-->
Carsten Ziegeler4490ee92007-08-24 07:39:56 +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/maven-v4_0_0.xsd">
Carsten Ziegeler4ccaaeb2007-08-20 07:20:03 +000020
21 <modelVersion>4.0.0</modelVersion>
22 <parent>
Carsten Ziegeler4ccaaeb2007-08-20 07:20:03 +000023 <groupId>org.apache.felix</groupId>
Carsten Ziegelerd55df672012-08-13 06:10:37 +000024 <artifactId>felix-parent</artifactId>
25 <version>2.1</version>
26 <relativePath>../../pom/pom.xml</relativePath>
Carsten Ziegeler4ccaaeb2007-08-20 07:20:03 +000027 </parent>
28
29 <groupId>org.apache.felix</groupId>
30 <artifactId>maven-scr-plugin</artifactId>
31
Carsten Ziegelerf55010b2012-12-04 09:41:52 +000032 <version>1.9.1-SNAPSHOT</version>
Felix Meschberger54773372010-10-21 10:55:34 +000033 <packaging>maven-plugin</packaging>
Carsten Ziegeler4ccaaeb2007-08-20 07:20:03 +000034
Felix Meschberger54773372010-10-21 10:55:34 +000035 <name>Maven SCR Plugin</name>
36 <description>
37 Maven plugin for generating OSGi service descriptors based on annotations.
38 </description>
Carsten Ziegeler4ccaaeb2007-08-20 07:20:03 +000039
Felix Meschberger54773372010-10-21 10:55:34 +000040 <scm>
Carsten Ziegelerf55010b2012-12-04 09:41:52 +000041 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/scrplugin/maven-scr-plugin</connection>
42 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scrplugin/maven-scr-plugin</developerConnection>
43 <url>http://svn.apache.org/repos/asf/felix/scrplugin/maven-scr-plugin</url>
Felix Meschberger54773372010-10-21 10:55:34 +000044 </scm>
Carsten Ziegeler4ccaaeb2007-08-20 07:20:03 +000045
Felix Meschberger54773372010-10-21 10:55:34 +000046 <dependencies>
Felix Meschberger0688a5f2009-10-02 13:54:55 +000047 <dependency>
48 <groupId>org.apache.maven</groupId>
49 <artifactId>maven-plugin-api</artifactId>
50 <version>2.0.7</version>
51 </dependency>
Felix Meschberger0688a5f2009-10-02 13:54:55 +000052 <dependency>
53 <groupId>org.apache.maven</groupId>
54 <artifactId>maven-archiver</artifactId>
55 <version>2.2</version>
56 </dependency>
Felix Meschbergerfbaea5b2010-10-20 21:13:22 +000057 <dependency>
Felix Meschberger54773372010-10-21 10:55:34 +000058 <groupId>org.apache.felix</groupId>
59 <artifactId>org.apache.felix.scr.generator</artifactId>
Carsten Ziegeler512eaae2012-12-04 09:47:56 +000060 <version>1.3.1-SNAPSHOT</version>
Felix Meschberger54773372010-10-21 10:55:34 +000061 <scope>compile</scope>
Felix Meschbergerfbaea5b2010-10-20 21:13:22 +000062 </dependency>
Carsten Ziegeler188d52f2012-06-13 12:06:53 +000063 <dependency>
64 <groupId>org.apache.felix</groupId>
65 <artifactId>org.apache.felix.scr.annotations</artifactId>
Carsten Ziegeler8d05c8c2012-12-04 09:35:25 +000066 <version>1.7.0</version>
Carsten Ziegeler188d52f2012-06-13 12:06:53 +000067 <scope>compile</scope>
68 </dependency>
Carsten Ziegeler8d05c8c2012-12-04 09:35:25 +000069 <dependency>
70 <groupId>org.sonatype.plexus</groupId>
71 <artifactId>plexus-build-api</artifactId>
72 <version>0.0.7</version>
73 </dependency>
Felix Meschberger54773372010-10-21 10:55:34 +000074 </dependencies>
Felix Meschberger58593d82010-10-21 11:01:04 +000075
76 <build>
77 <plugins>
78 <!-- JDK 1.5 needed for annotation support -->
79 <plugin>
80 <groupId>org.apache.maven.plugins</groupId>
81 <artifactId>maven-compiler-plugin</artifactId>
82 <configuration>
83 <source>1.5</source>
84 <target>1.5</target>
85 </configuration>
86 </plugin>
Carsten Ziegeler8ebebcc2012-11-28 15:44:22 +000087 <plugin>
88 <artifactId>maven-invoker-plugin</artifactId>
89 <version>1.7</version>
90 <configuration>
91 <projectsDirectory>src/it</projectsDirectory>
92 <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
93 <pomIncludes>
94 <pomInclude>*/pom.xml</pomInclude>
95 </pomIncludes>
96 <!-- http://maven.apache.org/plugins/maven-invoker-plugin/examples/fast-use.html -->
97 <settingsFile>src/it/settings.xml</settingsFile>
98 <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
99 </configuration>
100 <executions>
101 <execution>
102 <id>integration-test</id>
103 <goals>
104 <goal>install</goal>
105 <goal>run</goal>
106 </goals>
107 </execution>
108 </executions>
109 </plugin>
Felix Meschberger58593d82010-10-21 11:01:04 +0000110 </plugins>
111 </build>
Stuart McCulloch617bb532008-01-28 08:51:49 +0000112</project>