blob: 318a45a09d968741ca4120960f30d861aa921c97 [file] [log] [blame]
Yingyi Budbd82852016-04-22 00:02:39 -07001<?xml version="1.0" encoding="UTF-8"?>
Till Westmannea8ab392013-06-05 15:17:08 -07002<!--
Ian Maxon928bbd12015-09-14 17:12:48 -07003 ! Licensed to the Apache Software Foundation (ASF) under one
4 ! or more contributor license agreements. See the NOTICE file
5 ! distributed with this work for additional information
6 ! regarding copyright ownership. The ASF licenses this file
7 ! to you under the Apache License, Version 2.0 (the
8 ! "License"); you may not use this file except in compliance
9 ! with the License. You may obtain a copy of the License at
10 !
11 ! http://www.apache.org/licenses/LICENSE-2.0
12 !
13 ! Unless required by applicable law or agreed to in writing,
14 ! software distributed under the License is distributed on an
15 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 ! KIND, either express or implied. See the License for the
17 ! specific language governing permissions and limitations
18 ! under the License.
Till Westmannea8ab392013-06-05 15:17:08 -070019 !-->
vinayakb5ee049d2013-04-06 21:21:29 +000020<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">
21 <modelVersion>4.0.0</modelVersion>
vinayakb5ee049d2013-04-06 21:21:29 +000022 <artifactId>asterix-maven-plugins</artifactId>
vinayakb5ee049d2013-04-06 21:21:29 +000023 <packaging>pom</packaging>
Ian4a816dc2014-11-26 15:46:32 -080024
Michael Blow7626d162017-12-10 14:26:56 -050025 <parent>
26 <artifactId>apache-asterixdb</artifactId>
27 <groupId>org.apache.asterix</groupId>
Ian Maxon2ce56312023-05-09 12:37:01 -070028 <version>0.9.8.2-SNAPSHOT</version>
Michael Blow7626d162017-12-10 14:26:56 -050029 </parent>
30
Ian4a816dc2014-11-26 15:46:32 -080031 <licenses>
32 <license>
33 <name>Apache License, Version 2.0</name>
34 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
35 <distribution>repo</distribution>
36 <comments>A business-friendly OSS license</comments>
37 </license>
38 </licenses>
39
Ian Maxon6e5f18e2015-11-24 18:02:48 -080040 <properties>
Michael Blow4cd925c2018-01-20 17:15:38 -050041 <root.dir>${basedir}/..</root.dir>
Ian Maxon6e5f18e2015-11-24 18:02:48 -080042 </properties>
43
vinayakb5ee049d2013-04-06 21:21:29 +000044 <modules>
45 <module>lexer-generator-maven-plugin</module>
Till Westmann0d31d5c2013-09-28 21:59:14 -070046 <module>record-manager-generator-maven-plugin</module>
Michael Blowe5bff312016-05-16 17:51:02 -070047 <module>asterix-test-datagenerator-maven-plugin</module>
Abdullah Alamoudi806f7d22016-07-23 18:02:55 +030048 <module>asterix-grammar-extension-maven-plugin</module>
vinayakb5ee049d2013-04-06 21:21:29 +000049 </modules>
Michael Blow4cd925c2018-01-20 17:15:38 -050050</project>