Skip to content

Commit b6bbf8d

Browse files
added description for maven site
1 parent 6ba9daa commit b6bbf8d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@
1414
<packaging>jar</packaging>
1515

1616
<name>open-api-diff</name>
17-
<description>open api document</description>
17+
<description>
18+
Open API Diff is a opinionated tool that analyzes an existing OpenAPI version 2
19+
specified API and compares that to a future candidate API defined in Open API version2.
20+
The APIs are evaluated with respect to breaking changes, potentially breaking changes and
21+
suggested improvements to the existing and the future API to make the development speed
22+
as fast as possible. The evolutionary speed of APIs are often determined by how fast the
23+
users of the API can move, that is aim of this tool to make this as fast as possible.
24+
</description>
1825
<url>http://maven.apache.org</url>
1926
<licenses>
2027
<license>

0 commit comments

Comments
 (0)