blob: 1da8da70702ee0c736923e86748eae0b7dd65c6d [file] [log] [blame]
Till Westmannea8ab392013-06-05 15:17:08 -07001<!--
2 ! Copyright 2009-2013 by The Regents of the University of California
3 ! Licensed under the Apache License, Version 2.0 (the "License");
4 ! you may not use this file except in compliance with the License.
5 ! you may obtain a copy of the License from
6 !
7 ! http://www.apache.org/licenses/LICENSE-2.0
8 !
9 ! Unless required by applicable law or agreed to in writing, software
10 ! distributed under the License is distributed on an "AS IS" BASIS,
11 ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 ! See the License for the specific language governing permissions and
13 ! limitations under the License.
14 !-->
vinayakb5ee049d2013-04-06 21:21:29 +000015<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">
16 <modelVersion>4.0.0</modelVersion>
17 <groupId>edu.uci.ics.asterix</groupId>
18 <artifactId>asterix-maven-plugins</artifactId>
vinayakb5ee049d2013-04-06 21:21:29 +000019 <packaging>pom</packaging>
vinayakb9fe58442013-04-07 01:22:30 +000020 <parent>
21 <artifactId>asterix</artifactId>
22 <groupId>edu.uci.ics.asterix</groupId>
Vinayak Borkar9e00d472013-12-22 12:45:40 -080023 <version>0.8.4-SNAPSHOT</version>
vinayakb9fe58442013-04-07 01:22:30 +000024 </parent>
vinayakb5ee049d2013-04-06 21:21:29 +000025
26 <dependencies>
27 <dependency>
28 <groupId>org.apache.maven</groupId>
29 <artifactId>maven-plugin-api</artifactId>
30 <version>2.2.1</version>
31 <type>jar</type>
32 <scope>compile</scope>
33 </dependency>
34 </dependencies>
35
36 <modules>
37 <module>lexer-generator-maven-plugin</module>
Till Westmann0d31d5c2013-09-28 21:59:14 -070038 <module>record-manager-generator-maven-plugin</module>
vinayakb5ee049d2013-04-06 21:21:29 +000039 </modules>
40</project>