blob: 866f23495060cd24a171ae0ad400fb7c408ca68c [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 Borkar726f3922013-04-25 14:32:21 -070023 <version>0.0.6-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>
38 </modules>
39</project>