blob: ee74d5d24b3700e85b4afad95438e344e8c8beed [file] [log] [blame]
André Rouél603d9662013-02-21 18:27:39 +01001<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 +01002 <modelVersion>4.0.0</modelVersion>
Nicholas Smith0bf897c2014-10-01 10:31:08 +01003 <modules>
Nicholas Smithc992b222014-11-26 14:29:41 +00004 <module>javaparser-core</module>
5 <module>javaparser-testing</module>
Nicholas Smith0bf897c2014-10-01 10:31:08 +01006 </modules>
André Rouél486c1ef2013-02-20 08:27:38 +01007
Nicholas Smith0bf897c2014-10-01 10:31:08 +01008 <parent>
André Rouéldab28cb2013-02-20 08:37:36 +01009 <groupId>org.sonatype.oss</groupId>
10 <artifactId>oss-parent</artifactId>
11 <version>7</version>
12 </parent>
13
Nicholas Smithdf6c84c2014-12-10 14:37:45 +000014 <groupId>com.github.javaparser</groupId>
Nicholas Smithc992b222014-11-26 14:29:41 +000015 <artifactId>javaparser-parent</artifactId>
Nicholas Smith0bf897c2014-10-01 10:31:08 +010016 <packaging>pom</packaging>
Nicholas Smithaf08b602015-08-11 12:51:43 +010017 <version>2.2.1-SNAPSHOT</version>
André Rouél486c1ef2013-02-20 08:27:38 +010018
Nicholas Smithc992b222014-11-26 14:29:41 +000019 <name>javaparser-parent</name>
Nicholas Smithdf6c84c2014-12-10 14:37:45 +000020 <url>https://github.com/javaparser</url>
André Rouél486c1ef2013-02-20 08:27:38 +010021 <inceptionYear>2007</inceptionYear>
Didier Villevalois034526f2015-03-16 14:09:23 +010022 <description>Java 1.8 Parser Parser and Abstract Syntax Tree for Java</description>
23
24 <licenses>
25 <license>
26 <name>GNU Lesser General Public License</name>
27 <url>http://www.gnu.org/licenses/lgpl-3.0.html</url>
28 <distribution>repo</distribution>
29 </license>
Nicholas Smithe182bc92015-08-12 08:41:31 +010030 <license>
31 <name>Apache License, Version 2.0</name>
32 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
33 <distribution>repo</distribution>
34 <comments>A business-friendly OSS license</comments>
35 </license>
Didier Villevalois034526f2015-03-16 14:09:23 +010036 </licenses>
André Rouél486c1ef2013-02-20 08:27:38 +010037
matozoid43e6f7b2011-10-30 14:40:57 +010038 <developers>
39 <developer>
Didier Villevalois034526f2015-03-16 14:09:23 +010040 <name>Danny van Bruggen</name>
41 <email>hexagonaal@gmail.com</email>
42 <url>https://github.com/matozoid</url>
43 <id>matozoid</id>
44 </developer>
45 <developer>
matozoid43e6f7b2011-10-30 14:40:57 +010046 <name>Júlio Vilmar Gesser</name>
47 <email>jgesser@gmail.com</email>
48 </developer>
Didier Villevalois034526f2015-03-16 14:09:23 +010049 <developer>
50 <name>Sebastian Kirsch</name>
51 <email>sebastian.kirsch@immobilienscout24.de</email>
52 <url>https://github.com/sebastiankirsch</url>
53 <id>sebastiankirsch</id>
54 </developer>
55 <developer>
56 <name>André Rouél</name>
57 <url>https://github.com/before</url>
58 <id>before</id>
59 </developer>
60 <developer>
61 <name>Nicholas Smith</name>
Nicholas Smith109e4382015-05-28 11:59:38 +010062 <email>smiddypence@gmail.com</email>
Didier Villevalois034526f2015-03-16 14:09:23 +010063 <url>https://github.com/SmiddyPence</url>
64 <id>SmiddyPence</id>
65 </developer>
66 <developer>
67 <name>Federico Tomassetti</name>
68 <email>federico@tomassetti.me</email>
69 <url>https://github.com/ftomassetti</url>
70 <id>ftomassetti</id>
71 </developer>
72 <developer>
73 <name>Didier Villevalois</name>
74 <email>ptitjes@free.fr</email>
75 <url>https://github.com/ptitjes</url>
76 <id>ptitjes</id>
77 </developer>
matozoid43e6f7b2011-10-30 14:40:57 +010078 </developers>
79 <contributors>
80 <contributor>
Didier Villevalois034526f2015-03-16 14:09:23 +010081 <name>Junfei Liang</name>
matozoid1e280d22015-06-27 21:28:29 +020082 <email>fly2best@gmail.com</email>
Didier Villevalois034526f2015-03-16 14:09:23 +010083 <url>https://github.com/fly2best</url>
84 </contributor>
85 <contributor>
86 <name>Jarkko Miettinen</name>
87 <url>https://github.com/jmiettinen</url>
88 </contributor>
89 <contributor>
90 <name>Alexey Morozov</name>
91 <email>morozov@altlinux.org</email>
92 <url>https://github.com/amorozov</url>
93 </contributor>
94 <contributor>
95 <name>Donny Nadolny</name>
96 <email>donny.nadolny@gmail.com</email>
97 <url>https://github.com/dnadolny</url>
98 </contributor>
99 <contributor>
100 <name>Raquel Pau</name>
matozoid1e280d22015-06-27 21:28:29 +0200101 <email>raquelpau@gmail.com</email>
Didier Villevalois034526f2015-03-16 14:09:23 +0100102 <url>https://github.com/rpau</url>
103 </contributor>
104 <contributor>
105 <name>Chao Shi</name>
106 <email>stepinto@live.com</email>
107 <url>https://github.com/stepinto</url>
108 </contributor>
109 <contributor>
110 <name>Michael Schieder</name>
matozoid1e280d22015-06-27 21:28:29 +0200111 <email>michael.schieder@gmail.com</email>
Didier Villevalois034526f2015-03-16 14:09:23 +0100112 <url>https://github.com/mschieder</url>
matozoid43e6f7b2011-10-30 14:40:57 +0100113 </contributor>
114 </contributors>
André Rouél486c1ef2013-02-20 08:27:38 +0100115
matozoidd1ef1882011-10-30 19:29:19 +0100116 <properties>
117 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
matozoidddb20712015-02-21 13:50:46 +0100118 <java.version>1.8</java.version>
André Rouél486c1ef2013-02-20 08:27:38 +0100119
120 <!-- Maven Plugins -->
121 <javacc-maven-plugin.version>2.6</javacc-maven-plugin.version>
André Rouélbcc0b4a2013-02-21 08:36:32 +0100122 <maven-clean-plugin.version>2.5</maven-clean-plugin.version>
123 <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version>
André Rouél79069b02013-02-21 08:40:37 +0100124 <maven-install-plugin.version>2.4</maven-install-plugin.version>
André Rouélbcc0b4a2013-02-21 08:36:32 +0100125 <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
Nicholas Smith1c8ad7e2015-01-13 11:14:19 +0000126 <maven-release-plugin.version>2.5.1</maven-release-plugin.version>
matozoidd1ef1882011-10-30 19:29:19 +0100127 </properties>
André Rouél486c1ef2013-02-20 08:27:38 +0100128
matozoid43e6f7b2011-10-30 14:40:57 +0100129 <scm>
Nicholas Smith0fea94b2015-01-10 11:06:41 +0000130 <connection>scm:git:git://github.com/javaparser/javaparser.git</connection>
131 <developerConnection>scm:git:git@github.com:javaparser/javaparser.git</developerConnection>
132 <url>https://github.com/javaparser/javaparser.git</url>
Nicholas Smithaf08b602015-08-11 12:51:43 +0100133 <tag>HEAD</tag>
matozoid43e6f7b2011-10-30 14:40:57 +0100134 </scm>
André Rouél486c1ef2013-02-20 08:27:38 +0100135
André Rouéld127e442013-02-20 21:06:13 +0100136 <issueManagement>
137 <system>GitHub Issue Tracker</system>
Nicholas Smith0fea94b2015-01-10 11:06:41 +0000138 <url>https://github.com/javaparser/javaparser/issues</url>
André Rouéld127e442013-02-20 21:06:13 +0100139 </issueManagement>
140
matozoid43e6f7b2011-10-30 14:40:57 +0100141 <build>
matozoid43e6f7b2011-10-30 14:40:57 +0100142 <plugins>
143 <plugin>
144 <groupId>org.apache.maven.plugins</groupId>
145 <artifactId>maven-compiler-plugin</artifactId>
matozoid43e6f7b2011-10-30 14:40:57 +0100146 <configuration>
André Rouél486c1ef2013-02-20 08:27:38 +0100147 <source>${java.version}</source>
148 <target>${java.version}</target>
matozoid43e6f7b2011-10-30 14:40:57 +0100149 </configuration>
150 </plugin>
matozoid43e6f7b2011-10-30 14:40:57 +0100151 </plugins>
Didier Villevalois1607b182012-08-30 17:44:45 +0200152 <pluginManagement>
153 <plugins>
Didier Villevalois1607b182012-08-30 17:44:45 +0200154 <plugin>
André Rouélbcc0b4a2013-02-21 08:36:32 +0100155 <groupId>org.codehaus.mojo</groupId>
André Rouélbcc0b4a2013-02-21 08:36:32 +0100156 <artifactId>javacc-maven-plugin</artifactId>
157 <version>${javacc-maven-plugin.version}</version>
158 </plugin>
159 <plugin>
160 <groupId>org.apache.maven.plugins</groupId>
161 <artifactId>maven-clean-plugin</artifactId>
162 <version>${maven-clean-plugin.version}</version>
163 </plugin>
164 <plugin>
165 <groupId>org.apache.maven.plugins</groupId>
166 <artifactId>maven-compiler-plugin</artifactId>
167 <version>${maven-compiler-plugin.version}</version>
168 </plugin>
169 <plugin>
170 <groupId>org.apache.maven.plugins</groupId>
André Rouél79069b02013-02-21 08:40:37 +0100171 <artifactId>maven-install-plugin</artifactId>
172 <version>${maven-install-plugin.version}</version>
173 </plugin>
Nicholas Smith1c8ad7e2015-01-13 11:14:19 +0000174 <plugin>
175 <groupId>org.apache.maven.plugins</groupId>
176 <artifactId>maven-release-plugin</artifactId>
177 <version>${maven-release-plugin.version}</version>
178 </plugin>
Didier Villevalois1607b182012-08-30 17:44:45 +0200179 </plugins>
180 </pluginManagement>
matozoid43e6f7b2011-10-30 14:40:57 +0100181 </build>
Nicholas Smith2a813552015-08-07 09:27:03 +0100182 <profiles>
183 <profile>
184 <id>doclint-java8-disable</id>
185 <activation>
186 <jdk>[1.8,)</jdk>
187 </activation>
188 <properties>
189 <additionalparam>-Xdoclint:none</additionalparam>
190 </properties>
191 </profile>
192 </profiles>
Sebastian Kirsch (@skirsch79)014383e2015-03-02 16:39:42 +0100193</project>