-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
68 lines (57 loc) · 2.38 KB
/
pom.xml
File metadata and controls
68 lines (57 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.allbinary</groupId>
<artifactId>AllBinaryPlaformPOMTs</artifactId>
<packaging>pom</packaging>
<!-- AllBinary Platform Version Start -->
<version>1.0.0-SNAPSHOT</version>
<!-- AllBinary Platform Version End -->
<name>AllBinaryPlaformPOMTs</name>
<url>http://www.allbinary.com/</url>
<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<name>AllBinary Snapshots Nexus</name>
<url>https://nexus-allbinary.rhcloud.com/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>nexus-releases</id>
<name>AllBinary Releases Nexus</name>
<url>https://nexus-allbinary.rhcloud.com/nexus/content/repositories/releases/</url>
</repository>
</distributionManagement>
<properties>
<buildLabel>${project.version}</buildLabel>
<assemblyPluginVersion>2.2-beta-1</assemblyPluginVersion>
</properties>
<modules>
<!--
-->
<module>./j2me/AllBinaryBaseLibraryPOMTs</module>
<module>./j2me/AllBinaryJ2MELibraryTsP</module>
<module>./AllBinaryPersistenceLibraryTsP</module>
<!--
<module>./automation/InputAutomationToolsTsP</module>
<module>./graphics/GraphicsToolsTsP</module>
<module>./allbinary_src/FreeblisketJavaLibraryTsP</module>
-->
<module>./j2me/games/platform/AllBinaryOnAllPlaformsJavaLibraryTsP</module>
<!--
<module>./j2me/media/graphics/animation/image/AllBinaryHTMLImageAnimationRotationJavaLibraryTsM</module>
-->
<module>./j2me/media/graphics/animation/image/AllBinaryJ2SEImageAnimationRotationJavaLibraryTsM</module>
<!--
<module>./j2me/games/Resources/sounds/release/GameSoundsJ2SEOggResourcesJavaLibraryTsM</module>
<module>./graphics/opengl/AllBinaryJOGLResourcesJavaLibraryTsM</module>
-->
</modules>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>