blob: 135bd5c06d456b81fab3f64e1b5da228ef15a238 [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>
Ian4a816dc2014-11-26 15:46:32 -080020
21 <licenses>
22 <license>
23 <name>Apache License, Version 2.0</name>
24 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
25 <distribution>repo</distribution>
26 <comments>A business-friendly OSS license</comments>
27 </license>
28 </licenses>
29
30
vinayakb9fe58442013-04-07 01:22:30 +000031 <parent>
32 <artifactId>asterix</artifactId>
33 <groupId>edu.uci.ics.asterix</groupId>
Ian Maxonf2ed8bc2014-07-11 23:50:44 -070034 <version>0.8.7-SNAPSHOT</version>
vinayakb9fe58442013-04-07 01:22:30 +000035 </parent>
vinayakb5ee049d2013-04-06 21:21:29 +000036
37 <dependencies>
38 <dependency>
39 <groupId>org.apache.maven</groupId>
40 <artifactId>maven-plugin-api</artifactId>
vinayakb5ee049d2013-04-06 21:21:29 +000041 <type>jar</type>
42 <scope>compile</scope>
43 </dependency>
44 </dependencies>
45
46 <modules>
47 <module>lexer-generator-maven-plugin</module>
Till Westmann0d31d5c2013-09-28 21:59:14 -070048 <module>record-manager-generator-maven-plugin</module>
vinayakb5ee049d2013-04-06 21:21:29 +000049 </modules>
50</project>