Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 1 | <?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 | |
badlogic | 566c9d1 | 2013-05-23 15:05:59 +0200 | [diff] [blame] | 10 | <groupId>com.badlogicgames.gdx</groupId> |
Michael Bayne | 9fa510b | 2013-05-02 17:46:03 -0700 | [diff] [blame] | 11 | <artifactId>gdx-parent</artifactId> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 12 | <packaging>pom</packaging> |
badlogic | 8e45dc7 | 2016-05-16 13:40:43 +0200 | [diff] [blame] | 13 | <version>1.9.3</version> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 14 | |
| 15 | <name>libGDX Parent</name> |
Unkn0wn0ne | 913b5ac | 2014-02-24 17:30:13 -0500 | [diff] [blame] | 16 | <description>Android/Desktop/iOS/HTML5 game development framework.</description> |
badlogic | 566c9d1 | 2013-05-23 15:05:59 +0200 | [diff] [blame] | 17 | <url>http://libgdx.badlogicgames.com</url> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 18 | <issueManagement> |
Unkn0wn0ne | d131a45 | 2013-12-05 19:21:42 -0500 | [diff] [blame] | 19 | <url>https://github.com/libgdx/libgdx/issues</url> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 20 | </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> |
badlogic | 0642ded | 2013-11-03 13:23:41 +0100 | [diff] [blame] | 38 | <connection>scm:git:https://github.com/libgdx/libgdx.git</connection> |
| 39 | <developerConnection>scm:git:https://github.com/libgdx/libgdx.git</developerConnection> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 40 | <url>http://github.com/libgdx/libgdx</url> |
| 41 | </scm> |
| 42 | |
| 43 | <properties> |
| 44 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Unkn0wn0ne | d131a45 | 2013-12-05 19:21:42 -0500 | [diff] [blame] | 45 | <android.version>4.4</android.version> |
badlogic | 60e9ce6 | 2015-02-14 14:44:36 +0100 | [diff] [blame] | 46 | <gwt.version>2.6.1</gwt.version> |
badlogic | 0d47e8b | 2014-12-29 14:31:52 +0100 | [diff] [blame] | 47 | <lwjgl.version>2.9.2</lwjgl.version> |
badlogic | 6062498 | 2015-12-27 23:24:30 +0100 | [diff] [blame] | 48 | <lwjgl3.version>3.0.0b</lwjgl3.version> |
badlogic | 7ac8f0b | 2014-05-18 17:12:08 +0200 | [diff] [blame] | 49 | <jglfw.version>1.1</jglfw.version> |
badlogic | 79b89b1 | 2016-05-16 13:13:04 +0200 | [diff] [blame] | 50 | <robovm.version>2.1.0</robovm.version> |
badlogic | 4f7d946 | 2016-04-21 14:10:34 +0200 | [diff] [blame] | 51 | <moe.version>1.0.0</moe.version> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 52 | </properties> |
| 53 | |
| 54 | <modules> |
| 55 | <module>extensions/gdx-jnigen</module> |
| 56 | <module>gdx</module> |
badlogic | 2f1c1d1 | 2013-05-26 14:47:04 +0200 | [diff] [blame] | 57 | <module>gdx/jni/maven</module> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 58 | <module>backends/gdx-backend-android</module> |
badlogic | 7dc32cb | 2013-09-29 22:55:52 +0200 | [diff] [blame] | 59 | <module>backends/gdx-backend-robovm</module> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 60 | <module>backends/gdx-backend-lwjgl</module> |
badlogic | 6062498 | 2015-12-27 23:24:30 +0100 | [diff] [blame] | 61 | <module>backends/gdx-backend-lwjgl3</module> |
badlogic | dab1156 | 2014-05-10 18:45:36 +0200 | [diff] [blame] | 62 | <module>backends/gdx-backend-jglfw</module> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 63 | <module>backends/gdx-backends-gwt</module> |
badlogic | dd730c8 | 2014-04-06 22:21:18 +0200 | [diff] [blame] | 64 | <module>backends/gdx-backend-headless</module> |
badlogic | 4f7d946 | 2016-04-21 14:10:34 +0200 | [diff] [blame] | 65 | <module>backends/gdx-backend-moe</module> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 66 | <module>extensions/gdx-tools</module> |
badlogic | 6062498 | 2015-12-27 23:24:30 +0100 | [diff] [blame] | 67 | <module>extensions/gdx-box2d</module> |
badlogic | 3ed46b4 | 2013-09-22 20:20:31 +0200 | [diff] [blame] | 68 | <module>extensions/gdx-bullet</module> |
| 69 | <module>extensions/gdx-bullet/jni/maven</module> |
badlogic | dd730c8 | 2014-04-06 22:21:18 +0200 | [diff] [blame] | 70 | <module>extensions/gdx-controllers</module> |
Justin Shapcott | a400850 | 2014-04-17 11:24:57 -0700 | [diff] [blame] | 71 | <module>extensions/gdx-freetype</module> |
badlogic | 599da1f | 2014-10-10 17:27:42 +0200 | [diff] [blame] | 72 | <module>extensions/gdx-freetype/jni/maven</module> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 73 | </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 Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 86 | </configuration> |
| 87 | </plugin> |
| 88 | <plugin> |
| 89 | <groupId>org.apache.maven.plugins</groupId> |
| 90 | <artifactId>maven-resources-plugin</artifactId> |
based2 | 8acb7b1 | 2014-08-19 22:24:45 +0200 | [diff] [blame] | 91 | <version>2.6</version> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 92 | <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> |
based2 | 8acb7b1 | 2014-08-19 22:24:45 +0200 | [diff] [blame] | 99 | <version>2.3</version> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 100 | </plugin> |
| 101 | <plugin> |
| 102 | <groupId>org.apache.maven.plugins</groupId> |
| 103 | <artifactId>maven-surefire-plugin</artifactId> |
based2 | 8acb7b1 | 2014-08-19 22:24:45 +0200 | [diff] [blame] | 104 | <version>2.17</version> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 105 | <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> |
based2 | 8acb7b1 | 2014-08-19 22:24:45 +0200 | [diff] [blame] | 112 | <version>2.9.1</version> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 113 | <configuration> |
| 114 | <quiet>true</quiet> |
| 115 | <show>public</show> |
badlogic | fe0cc24 | 2015-07-10 13:32:35 +0200 | [diff] [blame] | 116 | <additionalparam>-Xdoclint:none</additionalparam> |
Michael Bayne | d90090a | 2013-05-02 13:13:39 -0700 | [diff] [blame] | 117 | </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> |