Skip to content

Commit c729bb1

Browse files
committed
missing description from POM
1 parent 976a5d4 commit c729bb1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

flapi-build-project/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,18 @@
88
<artifactId>flapi-build-project</artifactId>
99
<version>0.0-DEVELOPMENT</version>
1010
<packaging>pom</packaging>
11+
1112
<name>Flapi Build Project</name>
1213
<url>https://github.com/UnquietCode/Flapi</url>
1314

15+
<description>
16+
Flapi is a code generation tool for Java which allows you to create
17+
fluent API's which are easy to evolve and maintain.
18+
19+
This project POM can be used as the base for projects which want to
20+
generate code at build-time using the Flapi maven plugin.
21+
</description>
22+
1423
<properties>
1524
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1625
<flapi.generated.sources>${project.build.directory}/generated-sources/flapi</flapi.generated.sources>

0 commit comments

Comments
 (0)