forked from wvengen/jGridstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
49 lines (42 loc) · 1.55 KB
/
pom.xml
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
<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion>
<groupId>nl.nikhef.jgridstart</groupId>
<artifactId>jgridstart</artifactId>
<version>1.1</version>
<name>jGridstart top-level</name>
<description>jGridstart full package</description>
<url>http://jgridstart.nikhef.nl/</url>
<inceptionYear>2010</inceptionYear>
<packaging>pom</packaging>
<parent>
<groupId>nl.nikhef.jgridstart</groupId>
<artifactId>mvn-parent</artifactId>
<version>1.1</version>
<relativePath>mvn-parent/pom.xml</relativePath>
</parent>
<organization>
<name>Nikhef / Stichting FOM</name>
<url>http://www.nikhef.nl/</url>
</organization>
<scm>
<url>https://github.com/biggrid/jGridstart</url>
<connection>scm:git:https://github.com/biggrid/jGridstart.git</connection>
<developerConnection>scm:git:ssh://[email protected]/biggrid/jGridstart.git</developerConnection>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>Mantis</system>
<url>http://jgridstart.nikhef.nl/bugs</url>
</issueManagement>
<modules>
<module>mvn-parent</module>
<module>osutils</module>
<module>browsers</module>
<module>xhtmlrenderer</module>
<module>passwordcache</module>
<module>jgridstart-main</module>
<module>jgridstart-small</module>
<module>jgridstart-wrapper</module>
<module>jgridstart-jws</module>
</modules>
</project>