We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976a5d4 commit c729bb1Copy full SHA for c729bb1
flapi-build-project/pom.xml
@@ -8,9 +8,18 @@
8
<artifactId>flapi-build-project</artifactId>
9
<version>0.0-DEVELOPMENT</version>
10
<packaging>pom</packaging>
11
+
12
<name>Flapi Build Project</name>
13
<url>https://github.com/UnquietCode/Flapi</url>
14
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
23
<properties>
24
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25
<flapi.generated.sources>${project.build.directory}/generated-sources/flapi</flapi.generated.sources>
0 commit comments