You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+30-1Lines changed: 30 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,36 @@
10
10
<packaging>maven-plugin</packaging>
11
11
12
12
<name>openapi-processor Maven Plugin</name>
13
-
<description>a Maven Plugin to run any openapi-processor</description>
13
+
<description>openapi-processor - converts OpenAPI yaml descriptions to a target format, e.g. Java code (Spring) or json - openapi-processor-maven-plugin module</description>
14
+
<url>http://openapiprocessor.io</url>
15
+
16
+
<organization>
17
+
<name>openapi-processor</name>
18
+
<url>https://openapiprocessor.io</url>
19
+
</organization>
20
+
21
+
<licenses>
22
+
<license>
23
+
<name>The Apache Software License, Version 2.0</name>
0 commit comments