-
Notifications
You must be signed in to change notification settings - Fork 21
/
pom.xml
66 lines (56 loc) · 1.95 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<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>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<groupId>com.github.branflake2267.archetypes</groupId>
<artifactId>archetypes-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Archetypes Parent</name>
<url>https://github.com/branflake2267/Archetypes</url>
<inceptionYear>2013</inceptionYear>
<organization>
<name>Archetypes</name>
<url>https://github.com/branflake2267/Archetypes.git</url>
</organization>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<issueManagement>
<system>github</system>
<url>https://github.com/branflake2267/Archetypes/issues</url>
</issueManagement>
<scm>
<connection>scm:git:git://github.com/branflake2267/Archetypes.git/</connection>
<developerConnection>scm:git:[email protected]:branflake2267/Archetypes.git</developerConnection>
<url>https://github.com/branflake2267/Archetypes.git</url>
</scm>
<developers>
<developer>
<id>branflake2267</id>
<name>Brandon Donnelson</name>
<email>[email protected]</email>
<organization>Gone Vertical LLC</organization>
<organizationUrl>http://gonevertical.com</organizationUrl>
<roles>
<role>Lead Developer</role>
</roles>
<timezone>-8</timezone>
</developer>
</developers>
<ciManagement>
<system>Team City</system>
<url>http://teamcity.gonevertical.org/project.html?projectId=project9</url>
</ciManagement>
<modules>
<module>generator</module>
<!-- <module>generated</module> -->
</modules>
</project>