File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments