blob: 333aabf68351af607b24b974e04e1f31825208e6 [file] [log] [blame]
Didier Villevaloisb8ac3562015-03-09 15:11:11 +01001<!--
2 ~ Copyright (C) 2007-2010 Júlio Vilmar Gesser.
3 ~ Copyright (C) 2011, 2013-2015 The JavaParser Team.
4 ~
5 ~ This file is part of JavaParser.
6 ~
7 ~ JavaParser is free software: you can redistribute it and/or modify
8 ~ it under the terms of the GNU Lesser General Public License as published by
9 ~ the Free Software Foundation, either version 3 of the License, or
10 ~ (at your option) any later version.
11 ~
12 ~ JavaParser is distributed in the hope that it will be useful,
13 ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 ~ GNU Lesser General Public License for more details.
16 ~
17 ~ You should have received a copy of the GNU Lesser General Public License
Federico Tomassetti63b6f752015-05-15 22:05:24 +010018 ~ along with JavaParser. If not, see <http://www.gnu.org/licenses />.
Didier Villevaloisb8ac3562015-03-09 15:11:11 +010019 -->
20
André Rouél603d9662013-02-21 18:27:39 +010021<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">
matozoid43e6f7b2011-10-30 14:40:57 +010022<modelVersion>4.0.0</modelVersion>
Nicholas Smith0bf897c2014-10-01 10:31:08 +010023 <modules>
Nicholas Smithc992b222014-11-26 14:29:41 +000024 <module>javaparser-core</module>
25 <module>javaparser-testing</module>
Nicholas Smith0bf897c2014-10-01 10:31:08 +010026 </modules>
André Rouél486c1ef2013-02-20 08:27:38 +010027
Nicholas Smith0bf897c2014-10-01 10:31:08 +010028 <parent>
André Rouéldab28cb2013-02-20 08:37:36 +010029<groupId>org.sonatype.oss</groupId>
30<artifactId>oss-parent</artifactId>
31<version>7</version>
32</parent>
33
Nicholas Smithdf6c84c2014-12-10 14:37:45 +000034<groupId>com.github.javaparser</groupId>
Nicholas Smithc992b222014-11-26 14:29:41 +000035<artifactId>javaparser-parent</artifactId>
Nicholas Smith0bf897c2014-10-01 10:31:08 +010036<packaging>pom</packaging>
Federico Tomassetti96e17282015-05-15 22:05:29 +010037<version>3.0.0-SNAPSHOT</version>
André Rouél486c1ef2013-02-20 08:27:38 +010038
Nicholas Smithc992b222014-11-26 14:29:41 +000039<name>javaparser-parent</name>
Nicholas Smithdf6c84c2014-12-10 14:37:45 +000040<url>https://github.com/javaparser</url>
André Rouél486c1ef2013-02-20 08:27:38 +010041<inceptionYear>2007</inceptionYear>
Didier Villevalois034526f2015-03-16 14:09:23 +010042<description>Java 1.8 Parser Parser and Abstract Syntax Tree for Java</description>
43
44<licenses>
45<license>
46<name>GNU Lesser General Public License</name>
47<url>http://www.gnu.org/licenses/lgpl-3.0.html</url>
48<distribution>repo</distribution>
49</license>
50</licenses>
André Rouél486c1ef2013-02-20 08:27:38 +010051
matozoid43e6f7b2011-10-30 14:40:57 +010052<developers>
53<developer>
Didier Villevalois034526f2015-03-16 14:09:23 +010054<name>Danny van Bruggen</name>
55<email>hexagonaal@gmail.com</email>
56<url>https://github.com/matozoid</url>
57<id>matozoid</id>
58</developer>
59<developer>
matozoid43e6f7b2011-10-30 14:40:57 +010060<name>Júlio Vilmar Gesser</name>
61<email>jgesser@gmail.com</email>
62</developer>
Didier Villevalois034526f2015-03-16 14:09:23 +010063<developer>
64<name>Sebastian Kirsch</name>
65<email>sebastian.kirsch@immobilienscout24.de</email>
66<url>https://github.com/sebastiankirsch</url>
67<id>sebastiankirsch</id>
68</developer>
69<developer>
70<name>André Rouél</name>
71<url>https://github.com/before</url>
72<id>before</id>
73</developer>
74<developer>
75<name>Nicholas Smith</name>
Nicholas Smith109e4382015-05-28 11:59:38 +010076<email>smiddypence@gmail.com</email>
Didier Villevalois034526f2015-03-16 14:09:23 +010077<url>https://github.com/SmiddyPence</url>
78<id>SmiddyPence</id>
79</developer>
80<developer>
81<name>Federico Tomassetti</name>
82<email>federico@tomassetti.me</email>
83<url>https://github.com/ftomassetti</url>
84<id>ftomassetti</id>
85</developer>
86<developer>
87<name>Didier Villevalois</name>
88<email>ptitjes@free.fr</email>
89<url>https://github.com/ptitjes</url>
90<id>ptitjes</id>
91</developer>
matozoid43e6f7b2011-10-30 14:40:57 +010092</developers>
93<contributors>
94<contributor>
Didier Villevalois034526f2015-03-16 14:09:23 +010095<name>Junfei Liang</name>
matozoid1e280d22015-06-27 21:28:29 +020096<email>fly2best@gmail.com</email>
Didier Villevalois034526f2015-03-16 14:09:23 +010097<url>https://github.com/fly2best</url>
98</contributor>
99<contributor>
100<name>Jarkko Miettinen</name>
101<url>https://github.com/jmiettinen</url>
102</contributor>
103<contributor>
104<name>Alexey Morozov</name>
105<email>morozov@altlinux.org</email>
106<url>https://github.com/amorozov</url>
107</contributor>
108<contributor>
109<name>Donny Nadolny</name>
110<email>donny.nadolny@gmail.com</email>
111<url>https://github.com/dnadolny</url>
112</contributor>
113<contributor>
114<name>Raquel Pau</name>
matozoid1e280d22015-06-27 21:28:29 +0200115<email>raquelpau@gmail.com</email>
Didier Villevalois034526f2015-03-16 14:09:23 +0100116<url>https://github.com/rpau</url>
117</contributor>
118<contributor>
119<name>Chao Shi</name>
120<email>stepinto@live.com</email>
121<url>https://github.com/stepinto</url>
122</contributor>
123<contributor>
124<name>Michael Schieder</name>
matozoid1e280d22015-06-27 21:28:29 +0200125<email>michael.schieder@gmail.com</email>
Didier Villevalois034526f2015-03-16 14:09:23 +0100126<url>https://github.com/mschieder</url>
matozoid43e6f7b2011-10-30 14:40:57 +0100127</contributor>
128</contributors>
André Rouél486c1ef2013-02-20 08:27:38 +0100129
matozoidd1ef1882011-10-30 19:29:19 +0100130<properties>
131<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
matozoidddb20712015-02-21 13:50:46 +0100132<java.version>1.8</java.version>
André Rouél486c1ef2013-02-20 08:27:38 +0100133
134<!-- Maven Plugins -->
135<javacc-maven-plugin.version>2.6</javacc-maven-plugin.version>
André Rouélbcc0b4a2013-02-21 08:36:32 +0100136<maven-clean-plugin.version>2.5</maven-clean-plugin.version>
137<maven-compiler-plugin.version>3.0</maven-compiler-plugin.version>
André Rouél79069b02013-02-21 08:40:37 +0100138<maven-install-plugin.version>2.4</maven-install-plugin.version>
André Rouélbcc0b4a2013-02-21 08:36:32 +0100139<maven-jar-plugin.version>2.4</maven-jar-plugin.version>
Nicholas Smith1c8ad7e2015-01-13 11:14:19 +0000140<maven-release-plugin.version>2.5.1</maven-release-plugin.version>
matozoidd1ef1882011-10-30 19:29:19 +0100141</properties>
André Rouél486c1ef2013-02-20 08:27:38 +0100142
matozoid43e6f7b2011-10-30 14:40:57 +0100143<scm>
Nicholas Smith0fea94b2015-01-10 11:06:41 +0000144<connection>scm:git:git://github.com/javaparser/javaparser.git</connection>
145<developerConnection>scm:git:git@github.com:javaparser/javaparser.git</developerConnection>
146<url>https://github.com/javaparser/javaparser.git</url>
Federico Tomassetti96e17282015-05-15 22:05:29 +0100147<tag>HEAD</tag>
matozoid43e6f7b2011-10-30 14:40:57 +0100148</scm>
André Rouél486c1ef2013-02-20 08:27:38 +0100149
André Rouéld127e442013-02-20 21:06:13 +0100150<issueManagement>
151<system>GitHub Issue Tracker</system>
Nicholas Smith0fea94b2015-01-10 11:06:41 +0000152<url>https://github.com/javaparser/javaparser/issues</url>
André Rouéld127e442013-02-20 21:06:13 +0100153</issueManagement>
154
matozoid43e6f7b2011-10-30 14:40:57 +0100155<build>
matozoid43e6f7b2011-10-30 14:40:57 +0100156<plugins>
157<plugin>
158<groupId>org.apache.maven.plugins</groupId>
159<artifactId>maven-compiler-plugin</artifactId>
matozoid43e6f7b2011-10-30 14:40:57 +0100160<configuration>
André Rouél486c1ef2013-02-20 08:27:38 +0100161<source>${java.version}</source>
162<target>${java.version}</target>
matozoid43e6f7b2011-10-30 14:40:57 +0100163</configuration>
164</plugin>
matozoid43e6f7b2011-10-30 14:40:57 +0100165</plugins>
Didier Villevalois1607b182012-08-30 17:44:45 +0200166<pluginManagement>
167<plugins>
Didier Villevalois1607b182012-08-30 17:44:45 +0200168<plugin>
André Rouélbcc0b4a2013-02-21 08:36:32 +0100169<groupId>org.codehaus.mojo</groupId>
André Rouélbcc0b4a2013-02-21 08:36:32 +0100170<artifactId>javacc-maven-plugin</artifactId>
171<version>${javacc-maven-plugin.version}</version>
172</plugin>
173<plugin>
174<groupId>org.apache.maven.plugins</groupId>
175<artifactId>maven-clean-plugin</artifactId>
176<version>${maven-clean-plugin.version}</version>
177</plugin>
178<plugin>
179<groupId>org.apache.maven.plugins</groupId>
180<artifactId>maven-compiler-plugin</artifactId>
181<version>${maven-compiler-plugin.version}</version>
182</plugin>
183<plugin>
184<groupId>org.apache.maven.plugins</groupId>
André Rouél79069b02013-02-21 08:40:37 +0100185<artifactId>maven-install-plugin</artifactId>
186<version>${maven-install-plugin.version}</version>
187</plugin>
Nicholas Smith1c8ad7e2015-01-13 11:14:19 +0000188<plugin>
189<groupId>org.apache.maven.plugins</groupId>
190<artifactId>maven-release-plugin</artifactId>
191<version>${maven-release-plugin.version}</version>
192</plugin>
Didier Villevalois1607b182012-08-30 17:44:45 +0200193</plugins>
194</pluginManagement>
matozoid43e6f7b2011-10-30 14:40:57 +0100195</build>
Nicholas Smith2a813552015-08-07 09:27:03 +0100196<profiles>
197<profile>
198<id>doclint-java8-disable</id>
199<activation>
200<jdk>[1.8,)</jdk>
201</activation>
202<properties>
203<additionalparam>-Xdoclint:none</additionalparam>
204</properties>
205</profile>
206</profiles>
Sebastian Kirsch (@skirsch79)014383e2015-03-02 16:39:42 +0100207</project>