Skip to content

Commit 726ec73

Browse files
committed
[FLAPI-187] an attempt at 'mavenizing' the pom
1 parent b695a6f commit 726ec73

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

flapi-parent/pom.xml

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,29 @@
88
<packaging>pom</packaging>
99

1010
<name>flapi-parent</name>
11-
<url>http://maven.apache.org</url>
11+
<url>https://github.com/UnquietCode/Flapi</url>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
1616

17+
<description>
18+
Flapi is a code generation tool for Java which allows you to create
19+
fluent API's which are easy to evolve and maintain.
20+
</description>
21+
22+
<licenses>
23+
<license>
24+
<name>The Apache Software License, Version 2.0</name>
25+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
26+
<distribution>repo</distribution>
27+
</license>
28+
</licenses>
29+
1730
<developers>
1831
<developer>
1932
<name>Ben Fagin</name>
33+
<id>unquietcode</id>
2034
<email>blouis@unquietcode.com</email>
2135
<url>https://github.com/UnquietCode</url>
2236
</developer>
@@ -28,6 +42,24 @@
2842
<developerConnection>scm:git:https://github.com/UnquietCode/Flapi.git</developerConnection>
2943
</scm>
3044

45+
<issueManagement>
46+
<system>Github</system>
47+
<url>https://github.com/UnquietCode/Flapi/issues</url>
48+
</issueManagement>
49+
50+
<ciManagement>
51+
<url>http://travis-ci.org/#!/UnquietCode/Flapi/builds</url>
52+
<system>http://travis-ci</system>
53+
</ciManagement>
54+
55+
<!--<distributionManagement>-->
56+
<!--<repository>-->
57+
<!--<id>sonatype-nexus-staging</id>-->
58+
<!--<name>Sonatype Nexus release repository</name>-->
59+
<!--<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
60+
<!--</repository>-->
61+
<!--</distributionManagement>-->
62+
3163
<build>
3264
<pluginManagement>
3365
<plugins>

0 commit comments

Comments
 (0)