]> git.argeo.org Git - gpl/argeo-slc.git/blob - maven/maven-argeo-qooxdoo-plugin/pom.xml
Fix typo
[gpl/argeo-slc.git] / maven / maven-argeo-qooxdoo-plugin / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc.maven</groupId>
6 <artifactId>slc-maven</artifactId>
7 <version>0.1.4</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>maven-argeo-qooxdoo-plugin</artifactId>
11 <version>0.8.1.6</version>
12 <packaging>maven-plugin</packaging>
13 <name>Argeo Qooxdoo Plugin</name>
14
15 <build>
16 <plugins>
17 <plugin>
18 <artifactId>maven-compiler-plugin</artifactId>
19 <configuration>
20 <source>1.5</source>
21 <target>1.5</target>
22 </configuration>
23 </plugin>
24 </plugins>
25 </build>
26 <dependencies>
27 <dependency>
28 <groupId>org.argeo.slc.maven</groupId>
29 <artifactId>org.argeo.slc.maven.shared</artifactId>
30 <version>0.1.3</version>
31 </dependency>
32 <dependency>
33 <groupId>org.apache.maven</groupId>
34 <artifactId>maven-plugin-api</artifactId>
35 </dependency>
36 <dependency>
37 <groupId>org.apache.maven</groupId>
38 <artifactId>maven-project</artifactId>
39 </dependency>
40 <dependency>
41 <groupId>org.codehaus.plexus</groupId>
42 <artifactId>plexus-archiver</artifactId>
43 </dependency>
44 </dependencies>
45 </project>