Clement Escoffier | 3482f24 | 2008-10-14 09:43:32 +0000 | [diff] [blame] | 1 | <!-- |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +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 | de57c1a | 2009-07-17 08:10:38 +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 | de57c1a | 2009-07-17 08:10:38 +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 | 0b54056 | 2009-01-19 13:56:43 +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 | de57c1a | 2009-07-17 08:10:38 +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 | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 24 | <relativePath>../../pom/pom.xml</relativePath> |
| 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <artifactId>maven-ipojo-plugin</artifactId> |
| 28 | <groupId>org.apache.felix</groupId> |
Clement Escoffier | 0955b99 | 2011-01-20 08:28:39 +0000 | [diff] [blame] | 29 | <version>1.9.0-SNAPSHOT</version> |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 30 | <name>Apache Felix iPOJO Maven Plugin</name> |
| 31 | <packaging>maven-plugin</packaging> |
Clement Escoffier | 048cf2d | 2011-01-19 19:44:46 +0000 | [diff] [blame] | 32 | |
Clement Escoffier | bfa74d0 | 2009-07-19 16:25:18 +0000 | [diff] [blame] | 33 | <description> |
| 34 | Maven Plugin to package iPOJO-powered bundles. |
| 35 | </description> |
| 36 | <url> |
| 37 | http://felix.apache.org/site/ipojo-maven-plug-in.html |
| 38 | </url> |
Clement Escoffier | 048cf2d | 2011-01-19 19:44:46 +0000 | [diff] [blame] | 39 | |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 40 | <dependencies> |
| 41 | <dependency> |
| 42 | <groupId>org.apache.maven</groupId> |
| 43 | <artifactId>maven-plugin-api</artifactId> |
| 44 | <version>2.0</version> |
| 45 | <scope>compile</scope> |
| 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>org.apache.maven</groupId> |
| 49 | <artifactId>maven-archiver</artifactId> |
| 50 | <version>2.0</version> |
| 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>org.codehaus.plexus</groupId> |
| 54 | <artifactId>plexus-utils</artifactId> |
| 55 | <version>1.1</version> |
| 56 | </dependency> |
| 57 | <dependency> |
| 58 | <groupId>org.apache.maven</groupId> |
| 59 | <artifactId>maven-artifact</artifactId> |
| 60 | <version>2.0</version> |
| 61 | </dependency> |
| 62 | <dependency> |
| 63 | <groupId>xerces</groupId> |
| 64 | <artifactId>xercesImpl</artifactId> |
| 65 | <version>2.9.1</version> |
| 66 | </dependency> |
| 67 | <dependency> |
| 68 | <groupId>org.apache.felix</groupId> |
| 69 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
Clement Escoffier | 9e4e85a | 2010-04-12 06:27:58 +0000 | [diff] [blame] | 70 | <version>1.4.0</version> |
Clement Escoffier | 9dffab9 | 2009-08-25 16:44:42 +0000 | [diff] [blame] | 71 | </dependency> |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 72 | <dependency> |
| 73 | <groupId>org.apache.felix</groupId> |
| 74 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId> |
Clement Escoffier | 95c83b1 | 2011-02-07 15:54:51 +0000 | [diff] [blame] | 75 | <version>1.9.0-SNAPSHOT</version> |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 76 | </dependency> |
| 77 | </dependencies> |
| 78 | <build> |
Clement Escoffier | 1593ef5 | 2010-07-14 18:31:13 +0000 | [diff] [blame] | 79 | <resources> |
| 80 | <resource> |
| 81 | <directory>src/main/resources</directory> |
| 82 | </resource> |
| 83 | <resource> |
| 84 | <directory>.</directory> |
| 85 | <targetPath>META-INF</targetPath> |
| 86 | <includes> |
| 87 | <include>LICENSE*</include> |
| 88 | <include>NOTICE*</include> |
| 89 | <include>DEPENDENCIES*</include> |
| 90 | </includes> |
| 91 | </resource> |
| 92 | </resources> |
Clement Escoffier | de57c1a | 2009-07-17 08:10:38 +0000 | [diff] [blame] | 93 | <plugins> |
| 94 | <plugin> |
| 95 | <groupId>org.codehaus.mojo</groupId> |
| 96 | <artifactId>rat-maven-plugin</artifactId> |
| 97 | <configuration> |
| 98 | <excludeSubProjects>false</excludeSubProjects> |
| 99 | <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> |
| 100 | <useMavenDefaultExcludes>true</useMavenDefaultExcludes> |
| 101 | <excludes> |
| 102 | <param>doc/**/*</param> |
| 103 | <param>maven-eclipse.xml</param> |
| 104 | <param>.checkstyle</param> |
| 105 | <param>.externalToolBuilders/*</param> |
| 106 | <param>LICENSE.asm</param> |
| 107 | <param>**/archetype-resources/**/*</param> |
| 108 | <param>**/archetype.xml</param> |
| 109 | </excludes> |
| 110 | </configuration> |
| 111 | </plugin> |
| 112 | <plugin> |
| 113 | <groupId>org.apache.maven.plugins</groupId> |
| 114 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 115 | <configuration> |
| 116 | <enableRulesSummary>false</enableRulesSummary> |
| 117 | <violationSeverity>warning</violationSeverity> |
| 118 | <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation> |
| 119 | </configuration> |
| 120 | </plugin> |
| 121 | </plugins> |
| 122 | </build> |
| 123 | </project> |