Carsten Ziegeler | ca034f4 | 2007-08-24 07:43:23 +0000 | [diff] [blame] | 1 | <!-- |
| 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 Ziegeler | 4490ee9 | 2007-08-24 07:39:56 +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"> |
Carsten Ziegeler | 4ccaaeb | 2007-08-20 07:20:03 +0000 | [diff] [blame] | 20 | |
| 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <parent> |
Carsten Ziegeler | 4ccaaeb | 2007-08-20 07:20:03 +0000 | [diff] [blame] | 23 | <groupId>org.apache.felix</groupId> |
Carsten Ziegeler | 9a8a3d6 | 2012-08-13 06:10:37 +0000 | [diff] [blame] | 24 | <artifactId>felix-parent</artifactId> |
| 25 | <version>2.1</version> |
| 26 | <relativePath>../../pom/pom.xml</relativePath> |
Carsten Ziegeler | 4ccaaeb | 2007-08-20 07:20:03 +0000 | [diff] [blame] | 27 | </parent> |
| 28 | |
| 29 | <groupId>org.apache.felix</groupId> |
| 30 | <artifactId>maven-scr-plugin</artifactId> |
| 31 | |
Carsten Ziegeler | 20e132f | 2014-08-22 06:31:16 +0000 | [diff] [blame] | 32 | <version>1.20.1-SNAPSHOT</version> |
Felix Meschberger | 00b9b9d | 2010-10-21 10:55:34 +0000 | [diff] [blame] | 33 | <packaging>maven-plugin</packaging> |
Carsten Ziegeler | 4ccaaeb | 2007-08-20 07:20:03 +0000 | [diff] [blame] | 34 | |
Felix Meschberger | 00b9b9d | 2010-10-21 10:55:34 +0000 | [diff] [blame] | 35 | <name>Maven SCR Plugin</name> |
| 36 | <description> |
| 37 | Maven plugin for generating OSGi service descriptors based on annotations. |
| 38 | </description> |
Carsten Ziegeler | 4ccaaeb | 2007-08-20 07:20:03 +0000 | [diff] [blame] | 39 | |
Felix Meschberger | 00b9b9d | 2010-10-21 10:55:34 +0000 | [diff] [blame] | 40 | <scm> |
Carsten Ziegeler | 20e132f | 2014-08-22 06:31:16 +0000 | [diff] [blame] | 41 | <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 Meschberger | 00b9b9d | 2010-10-21 10:55:34 +0000 | [diff] [blame] | 44 | </scm> |
Carsten Ziegeler | 4ccaaeb | 2007-08-20 07:20:03 +0000 | [diff] [blame] | 45 | |
Felix Meschberger | 00b9b9d | 2010-10-21 10:55:34 +0000 | [diff] [blame] | 46 | <dependencies> |
Felix Meschberger | 684b57f | 2009-10-02 13:54:55 +0000 | [diff] [blame] | 47 | <dependency> |
| 48 | <groupId>org.apache.maven</groupId> |
| 49 | <artifactId>maven-plugin-api</artifactId> |
| 50 | <version>2.0.7</version> |
| 51 | </dependency> |
Felix Meschberger | 684b57f | 2009-10-02 13:54:55 +0000 | [diff] [blame] | 52 | <dependency> |
| 53 | <groupId>org.apache.maven</groupId> |
| 54 | <artifactId>maven-archiver</artifactId> |
| 55 | <version>2.2</version> |
| 56 | </dependency> |
Felix Meschberger | 0192619 | 2010-10-20 21:13:22 +0000 | [diff] [blame] | 57 | <dependency> |
Felix Meschberger | 00b9b9d | 2010-10-21 10:55:34 +0000 | [diff] [blame] | 58 | <groupId>org.apache.felix</groupId> |
| 59 | <artifactId>org.apache.felix.scr.generator</artifactId> |
Carsten Ziegeler | 9ba0c7a | 2014-08-22 06:17:36 +0000 | [diff] [blame] | 60 | <version>1.12.0</version> |
Carsten Ziegeler | c49137d | 2012-06-13 12:06:53 +0000 | [diff] [blame] | 61 | <scope>compile</scope> |
| 62 | </dependency> |
Carsten Ziegeler | 36e76cb | 2012-12-04 09:35:25 +0000 | [diff] [blame] | 63 | <dependency> |
| 64 | <groupId>org.sonatype.plexus</groupId> |
| 65 | <artifactId>plexus-build-api</artifactId> |
| 66 | <version>0.0.7</version> |
| 67 | </dependency> |
Felix Meschberger | 00b9b9d | 2010-10-21 10:55:34 +0000 | [diff] [blame] | 68 | </dependencies> |
Felix Meschberger | 8a97e67 | 2010-10-21 11:01:04 +0000 | [diff] [blame] | 69 | |
| 70 | <build> |
| 71 | <plugins> |
| 72 | <!-- JDK 1.5 needed for annotation support --> |
| 73 | <plugin> |
| 74 | <groupId>org.apache.maven.plugins</groupId> |
| 75 | <artifactId>maven-compiler-plugin</artifactId> |
| 76 | <configuration> |
| 77 | <source>1.5</source> |
| 78 | <target>1.5</target> |
| 79 | </configuration> |
| 80 | </plugin> |
Carsten Ziegeler | a3cd787 | 2012-11-28 15:44:22 +0000 | [diff] [blame] | 81 | <plugin> |
| 82 | <artifactId>maven-invoker-plugin</artifactId> |
| 83 | <version>1.7</version> |
| 84 | <configuration> |
| 85 | <projectsDirectory>src/it</projectsDirectory> |
| 86 | <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo> |
| 87 | <pomIncludes> |
| 88 | <pomInclude>*/pom.xml</pomInclude> |
| 89 | </pomIncludes> |
| 90 | <!-- http://maven.apache.org/plugins/maven-invoker-plugin/examples/fast-use.html --> |
| 91 | <settingsFile>src/it/settings.xml</settingsFile> |
| 92 | <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath> |
| 93 | </configuration> |
| 94 | <executions> |
| 95 | <execution> |
| 96 | <id>integration-test</id> |
| 97 | <goals> |
| 98 | <goal>install</goal> |
| 99 | <goal>run</goal> |
| 100 | </goals> |
| 101 | </execution> |
| 102 | </executions> |
| 103 | </plugin> |
Felix Meschberger | 8a97e67 | 2010-10-21 11:01:04 +0000 | [diff] [blame] | 104 | </plugins> |
| 105 | </build> |
Stuart McCulloch | 617bb53 | 2008-01-28 08:51:49 +0000 | [diff] [blame] | 106 | </project> |