]> git.argeo.org Git - gpl/argeo-slc.git/blob - maven-argeo-osgi-plugin/pom.xml
[maven-release-plugin] copy for tag maven-plugins-0.3.0
[gpl/argeo-slc.git] / maven-argeo-osgi-plugin / pom.xml
1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.maven.plugins</groupId>
5 <artifactId>maven-plugins</artifactId>
6 <version>0.3.0</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>maven-argeo-osgi-plugin</artifactId>
10 <version>0.1.14</version>
11 <packaging>maven-plugin</packaging>
12 <name>Argeo OSGi Plugin</name>
13
14 <build>
15 <plugins>
16 <plugin>
17 <artifactId>maven-compiler-plugin</artifactId>
18 </plugin>
19 <plugin>
20 <artifactId>maven-plugin-plugin</artifactId>
21 <dependencies>
22 <dependency>
23 <groupId>org.apache.maven</groupId>
24 <artifactId>maven-plugin-tools-ant
25 </artifactId>
26 <version>2.1</version>
27 </dependency>
28 </dependencies>
29 </plugin>
30 </plugins>
31 </build>
32 <dependencies>
33 <dependency>
34 <groupId>org.argeo.maven.plugins</groupId>
35 <artifactId>org.argeo.maven.plugins.shared</artifactId>
36 </dependency>
37 <dependency>
38 <groupId>org.apache.maven</groupId>
39 <artifactId>maven-project</artifactId>
40 </dependency>
41 <dependency>
42 <groupId>org.apache.maven</groupId>
43 <artifactId>maven-plugin-api</artifactId>
44 </dependency>
45 <dependency>
46 <groupId>org.codehaus.plexus</groupId>
47 <artifactId>plexus-archiver</artifactId>
48 </dependency>
49 <dependency>
50 <groupId>org.apache.maven</groupId>
51 <artifactId>maven-script-ant</artifactId>
52 </dependency>
53 <dependency>
54 <groupId>ant-contrib</groupId>
55 <artifactId>ant-contrib</artifactId>
56 </dependency>
57
58 <dependency>
59 <groupId>org.eclipse.osgi</groupId>
60 <artifactId>org.eclipse.osgi</artifactId>
61 <version>3.4.2.R34x_v20080826-1230</version>
62 </dependency>
63
64 </dependencies>
65 </project>