blob: 0677ffba41eff844cc40f445a21ea1cba6897f21 [file] [log] [blame]
diegogiorgini@gmail.com2de6d342013-02-16 02:41:45 +00001<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 <groupId>edu.uci.ics.asterix</groupId>
4 <artifactId>asterix-maven-plugins</artifactId>
5 <version>0.1</version>
6 <packaging>pom</packaging>
7
8 <dependencies>
9 <dependency>
10 <groupId>org.apache.maven</groupId>
11 <artifactId>maven-plugin-api</artifactId>
12 <version>2.2.1</version>
13 <type>jar</type>
14 <scope>compile</scope>
15 </dependency>
16 </dependencies>
17
18 <modules>
19 <module>lexer-generator-maven-plugin</module>
20 </modules>
21</project>