blob: 1509920a118981f4b74f72851a9a4e9399006edb [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>
96 <url>https://github.com/fly2best</url>
97 </contributor>
98 <contributor>
99 <name>Jarkko Miettinen</name>
100 <url>https://github.com/jmiettinen</url>
101 </contributor>
102 <contributor>
103 <name>Alexey Morozov</name>
104 <email>morozov@altlinux.org</email>
105 <url>https://github.com/amorozov</url>
106 </contributor>
107 <contributor>
108 <name>Donny Nadolny</name>
109 <email>donny.nadolny@gmail.com</email>
110 <url>https://github.com/dnadolny</url>
111 </contributor>
112 <contributor>
113 <name>Raquel Pau</name>
114 <url>https://github.com/rpau</url>
115 </contributor>
116 <contributor>
117 <name>Chao Shi</name>
118 <email>stepinto@live.com</email>
119 <url>https://github.com/stepinto</url>
120 </contributor>
121 <contributor>
122 <name>Michael Schieder</name>
123 <url>https://github.com/mschieder</url>
matozoid43e6f7b2011-10-30 14:40:57 +0100124 </contributor>
125 </contributors>
André Rouél486c1ef2013-02-20 08:27:38 +0100126
matozoidd1ef1882011-10-30 19:29:19 +0100127 <properties>
128 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
matozoidddb20712015-02-21 13:50:46 +0100129 <java.version>1.8</java.version>
André Rouél486c1ef2013-02-20 08:27:38 +0100130
131 <!-- Maven Plugins -->
132 <javacc-maven-plugin.version>2.6</javacc-maven-plugin.version>
André Rouélbcc0b4a2013-02-21 08:36:32 +0100133 <maven-clean-plugin.version>2.5</maven-clean-plugin.version>
134 <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version>
André Rouél79069b02013-02-21 08:40:37 +0100135 <maven-install-plugin.version>2.4</maven-install-plugin.version>
André Rouélbcc0b4a2013-02-21 08:36:32 +0100136 <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
Nicholas Smith1c8ad7e2015-01-13 11:14:19 +0000137 <maven-release-plugin.version>2.5.1</maven-release-plugin.version>
matozoidd1ef1882011-10-30 19:29:19 +0100138 </properties>
André Rouél486c1ef2013-02-20 08:27:38 +0100139
matozoid43e6f7b2011-10-30 14:40:57 +0100140 <scm>
Nicholas Smith0fea94b2015-01-10 11:06:41 +0000141 <connection>scm:git:git://github.com/javaparser/javaparser.git</connection>
142 <developerConnection>scm:git:git@github.com:javaparser/javaparser.git</developerConnection>
143 <url>https://github.com/javaparser/javaparser.git</url>
Federico Tomassetti96e17282015-05-15 22:05:29 +0100144 <tag>HEAD</tag>
matozoid43e6f7b2011-10-30 14:40:57 +0100145 </scm>
André Rouél486c1ef2013-02-20 08:27:38 +0100146
André Rouéld127e442013-02-20 21:06:13 +0100147 <issueManagement>
148 <system>GitHub Issue Tracker</system>
Nicholas Smith0fea94b2015-01-10 11:06:41 +0000149 <url>https://github.com/javaparser/javaparser/issues</url>
André Rouéld127e442013-02-20 21:06:13 +0100150 </issueManagement>
151
matozoid43e6f7b2011-10-30 14:40:57 +0100152 <build>
matozoid43e6f7b2011-10-30 14:40:57 +0100153 <plugins>
154 <plugin>
155 <groupId>org.apache.maven.plugins</groupId>
156 <artifactId>maven-compiler-plugin</artifactId>
matozoid43e6f7b2011-10-30 14:40:57 +0100157 <configuration>
André Rouél486c1ef2013-02-20 08:27:38 +0100158 <source>${java.version}</source>
159 <target>${java.version}</target>
matozoid43e6f7b2011-10-30 14:40:57 +0100160 </configuration>
161 </plugin>
matozoid43e6f7b2011-10-30 14:40:57 +0100162 </plugins>
Didier Villevalois1607b182012-08-30 17:44:45 +0200163 <pluginManagement>
164 <plugins>
Didier Villevalois1607b182012-08-30 17:44:45 +0200165 <plugin>
André Rouélbcc0b4a2013-02-21 08:36:32 +0100166 <groupId>org.codehaus.mojo</groupId>
André Rouélbcc0b4a2013-02-21 08:36:32 +0100167 <artifactId>javacc-maven-plugin</artifactId>
168 <version>${javacc-maven-plugin.version}</version>
169 </plugin>
170 <plugin>
171 <groupId>org.apache.maven.plugins</groupId>
172 <artifactId>maven-clean-plugin</artifactId>
173 <version>${maven-clean-plugin.version}</version>
174 </plugin>
175 <plugin>
176 <groupId>org.apache.maven.plugins</groupId>
177 <artifactId>maven-compiler-plugin</artifactId>
178 <version>${maven-compiler-plugin.version}</version>
179 </plugin>
180 <plugin>
181 <groupId>org.apache.maven.plugins</groupId>
André Rouél79069b02013-02-21 08:40:37 +0100182 <artifactId>maven-install-plugin</artifactId>
183 <version>${maven-install-plugin.version}</version>
184 </plugin>
Nicholas Smith1c8ad7e2015-01-13 11:14:19 +0000185 <plugin>
186 <groupId>org.apache.maven.plugins</groupId>
187 <artifactId>maven-release-plugin</artifactId>
188 <version>${maven-release-plugin.version}</version>
189 </plugin>
Didier Villevalois1607b182012-08-30 17:44:45 +0200190 </plugins>
191 </pluginManagement>
matozoid43e6f7b2011-10-30 14:40:57 +0100192 </build>
Sebastian Kirsch (@skirsch79)014383e2015-03-02 16:39:42 +0100193</project>