]> git.argeo.org Git - gpl/argeo-slc.git/blob - maven/maven-argeo-osgi-plugin/pom.xml
92efd943d89aa642ea9c9bc096f9e8d7dff5381a
[gpl/argeo-slc.git] / maven / maven-argeo-osgi-plugin / pom.xml
1 <project>
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc.maven</groupId>
5 <artifactId>slc-maven</artifactId>
6 <version>0.1.3</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>maven-argeo-osgi-plugin</artifactId>
10 <version>0.1.6-SNAPSHOT</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.slc.maven</groupId>
35 <artifactId>org.argeo.slc.maven.plugin</artifactId>
36 <version>0.1.3-SNAPSHOT</version>
37 </dependency>
38 <dependency>
39 <groupId>org.apache.maven</groupId>
40 <artifactId>maven-project</artifactId>
41 </dependency>
42 <dependency>
43 <groupId>org.apache.maven</groupId>
44 <artifactId>maven-plugin-api</artifactId>
45 </dependency>
46 <dependency>
47 <groupId>org.codehaus.plexus</groupId>
48 <artifactId>plexus-archiver</artifactId>
49 </dependency>
50 <dependency>
51 <groupId>org.apache.maven</groupId>
52 <artifactId>maven-script-ant</artifactId>
53 </dependency>
54 <dependency>
55 <groupId>ant-contrib</groupId>
56 <artifactId>ant-contrib</artifactId>
57 </dependency>
58 </dependencies>
59 </project>