blob: 4fc6dadf02e41868da8934a54779a22334c5f795 [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>
Ian Maxonf2ed8bc2014-07-11 23:50:44 -070023 <version>0.8.7-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>
vinayakb5ee049d2013-04-06 21:21:29 +000030 <type>jar</type>
31 <scope>compile</scope>
32 </dependency>
33 </dependencies>
34
35 <modules>
36 <module>lexer-generator-maven-plugin</module>
Till Westmann0d31d5c2013-09-28 21:59:14 -070037 <module>record-manager-generator-maven-plugin</module>
vinayakb5ee049d2013-04-06 21:21:29 +000038 </modules>
39</project>