blob: a1f1bf5751cfd4ee1016b7a75d476472c6791265 [file] [log] [blame]
Michael Bayned90090a2013-05-02 13:13:39 -07001<?xml version="1.0" encoding="UTF-8"?>
2<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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.sonatype.oss</groupId>
6 <artifactId>oss-parent</artifactId>
7 <version>5</version>
8 </parent>
9
badlogic566c9d12013-05-23 15:05:59 +020010 <groupId>com.badlogicgames.gdx</groupId>
Michael Bayne9fa510b2013-05-02 17:46:03 -070011 <artifactId>gdx-parent</artifactId>
Michael Bayned90090a2013-05-02 13:13:39 -070012 <packaging>pom</packaging>
badlogic8e45dc72016-05-16 13:40:43 +020013 <version>1.9.3</version>
Michael Bayned90090a2013-05-02 13:13:39 -070014
15 <name>libGDX Parent</name>
Unkn0wn0ne913b5ac2014-02-24 17:30:13 -050016 <description>Android/Desktop/iOS/HTML5 game development framework.</description>
badlogic566c9d12013-05-23 15:05:59 +020017 <url>http://libgdx.badlogicgames.com</url>
Michael Bayned90090a2013-05-02 13:13:39 -070018 <issueManagement>
Unkn0wn0ned131a452013-12-05 19:21:42 -050019 <url>https://github.com/libgdx/libgdx/issues</url>
Michael Bayned90090a2013-05-02 13:13:39 -070020 </issueManagement>
21
22 <licenses>
23 <license>
24 <name>Apache Licence 2.0</name>
25 <url>http://www.apache.org/licenses/LICENSE-2.0</url>
26 <distribution>repo</distribution>
27 </license>
28 </licenses>
29
30 <developers>
31 <developer>
32 <id>Developers</id>
33 <url>http://code.google.com/p/libgdx/people/list</url>
34 </developer>
35 </developers>
36
37 <scm>
badlogic0642ded2013-11-03 13:23:41 +010038 <connection>scm:git:https://github.com/libgdx/libgdx.git</connection>
39 <developerConnection>scm:git:https://github.com/libgdx/libgdx.git</developerConnection>
Michael Bayned90090a2013-05-02 13:13:39 -070040 <url>http://github.com/libgdx/libgdx</url>
41 </scm>
42
43 <properties>
44 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Unkn0wn0ned131a452013-12-05 19:21:42 -050045 <android.version>4.4</android.version>
badlogic60e9ce62015-02-14 14:44:36 +010046 <gwt.version>2.6.1</gwt.version>
badlogic0d47e8b2014-12-29 14:31:52 +010047 <lwjgl.version>2.9.2</lwjgl.version>
badlogic60624982015-12-27 23:24:30 +010048 <lwjgl3.version>3.0.0b</lwjgl3.version>
badlogic7ac8f0b2014-05-18 17:12:08 +020049 <jglfw.version>1.1</jglfw.version>
badlogic79b89b12016-05-16 13:13:04 +020050 <robovm.version>2.1.0</robovm.version>
badlogic4f7d9462016-04-21 14:10:34 +020051 <moe.version>1.0.0</moe.version>
Michael Bayned90090a2013-05-02 13:13:39 -070052 </properties>
53
54 <modules>
55 <module>extensions/gdx-jnigen</module>
56 <module>gdx</module>
badlogic2f1c1d12013-05-26 14:47:04 +020057 <module>gdx/jni/maven</module>
Michael Bayned90090a2013-05-02 13:13:39 -070058 <module>backends/gdx-backend-android</module>
badlogic7dc32cb2013-09-29 22:55:52 +020059 <module>backends/gdx-backend-robovm</module>
Michael Bayned90090a2013-05-02 13:13:39 -070060 <module>backends/gdx-backend-lwjgl</module>
badlogic60624982015-12-27 23:24:30 +010061 <module>backends/gdx-backend-lwjgl3</module>
badlogicdab11562014-05-10 18:45:36 +020062 <module>backends/gdx-backend-jglfw</module>
Michael Bayned90090a2013-05-02 13:13:39 -070063 <module>backends/gdx-backends-gwt</module>
badlogicdd730c82014-04-06 22:21:18 +020064 <module>backends/gdx-backend-headless</module>
badlogic4f7d9462016-04-21 14:10:34 +020065 <module>backends/gdx-backend-moe</module>
Michael Bayned90090a2013-05-02 13:13:39 -070066 <module>extensions/gdx-tools</module>
badlogic60624982015-12-27 23:24:30 +010067 <module>extensions/gdx-box2d</module>
badlogic3ed46b42013-09-22 20:20:31 +020068 <module>extensions/gdx-bullet</module>
69 <module>extensions/gdx-bullet/jni/maven</module>
badlogicdd730c82014-04-06 22:21:18 +020070 <module>extensions/gdx-controllers</module>
Justin Shapcotta4008502014-04-17 11:24:57 -070071 <module>extensions/gdx-freetype</module>
badlogic599da1f2014-10-10 17:27:42 +020072 <module>extensions/gdx-freetype/jni/maven</module>
Michael Bayned90090a2013-05-02 13:13:39 -070073 </modules>
74
75 <build>
76 <plugins>
77 <plugin>
78 <groupId>org.apache.maven.plugins</groupId>
79 <artifactId>maven-compiler-plugin</artifactId>
80 <version>2.3.2</version>
81 <configuration>
82 <source>1.6</source>
83 <target>1.6</target>
84 <fork>true</fork>
85 <showWarnings>true</showWarnings>
Michael Bayned90090a2013-05-02 13:13:39 -070086 </configuration>
87 </plugin>
88 <plugin>
89 <groupId>org.apache.maven.plugins</groupId>
90 <artifactId>maven-resources-plugin</artifactId>
based28acb7b12014-08-19 22:24:45 +020091 <version>2.6</version>
Michael Bayned90090a2013-05-02 13:13:39 -070092 <configuration>
93 <encoding>UTF-8</encoding>
94 </configuration>
95 </plugin>
96 <plugin>
97 <groupId>org.apache.maven.plugins</groupId>
98 <artifactId>maven-source-plugin</artifactId>
based28acb7b12014-08-19 22:24:45 +020099 <version>2.3</version>
Michael Bayned90090a2013-05-02 13:13:39 -0700100 </plugin>
101 <plugin>
102 <groupId>org.apache.maven.plugins</groupId>
103 <artifactId>maven-surefire-plugin</artifactId>
based28acb7b12014-08-19 22:24:45 +0200104 <version>2.17</version>
Michael Bayned90090a2013-05-02 13:13:39 -0700105 <configuration>
106 <includes><include>**/*Test.java</include></includes>
107 </configuration>
108 </plugin>
109 <plugin>
110 <groupId>org.apache.maven.plugins</groupId>
111 <artifactId>maven-javadoc-plugin</artifactId>
based28acb7b12014-08-19 22:24:45 +0200112 <version>2.9.1</version>
Michael Bayned90090a2013-05-02 13:13:39 -0700113 <configuration>
114 <quiet>true</quiet>
115 <show>public</show>
badlogicfe0cc242015-07-10 13:32:35 +0200116 <additionalparam>-Xdoclint:none</additionalparam>
Michael Bayned90090a2013-05-02 13:13:39 -0700117 </configuration>
118 </plugin>
119 <plugin>
120 <groupId>org.apache.maven.plugins</groupId>
121 <artifactId>maven-jar-plugin</artifactId>
122 <version>2.3.1</version>
123 </plugin>
124 <plugin>
125 <groupId>org.apache.maven.plugins</groupId>
126 <artifactId>maven-install-plugin</artifactId>
127 <version>2.3.1</version>
128 </plugin>
129 <plugin>
130 <groupId>org.apache.maven.plugins</groupId>
131 <artifactId>maven-deploy-plugin</artifactId>
132 <version>2.5</version>
133 </plugin>
134 </plugins>
135 </build>
136</project>