-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
56 lines (46 loc) · 1.6 KB
/
Copy pathpom.xml
File metadata and controls
56 lines (46 loc) · 1.6 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
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-project-3.0.0.xsd"
xmlns:xsi="http://www.w3c.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.osjava</groupId>
<artifactId>pound</artifactId>
<name>Pound</name>
<version>0.1</version>
<organization>
<name>OSJava</name>
</organization>
<inceptionYear>2005</inceptionYear>
<description>
Game for my son to play. Pound the keyboard.
</description>
<url>http://www.osjava.org/pound/</url>
<scm>
<connection>scm:svn:https://osjava.googlecode.com/svn/trunk/pound</connection>
<developerConnection>scm:svn:https://osjava.googlecode.com/svn/trunk/pound</developerConnection>
<url>http://code.google.com/p/osjava/source</url>
</scm>
<mailingLists>
<mailingList>
<name>osjava-users</name>
<subscribe>http://lists.osjava.org/mailman/listinfo/osjava-users</subscribe>
<unsubscribe>http://lists.osjava.org/mailman/listinfo/osjava-users</unsubscribe>
<archive>http://lists.osjava.org/mailman/private/osjava-users/</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Henri Yandell</name>
<id>hen</id>
<email>bayard@generationjava.com</email>
<organization>GenerationJava</organization>
</developer>
<developer>
<name>David Petersheim</name>
<id>reassembler</id>
</developer>
</developers>
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
</build>
</project>