forked from loafle/openapi-generator-original
renamed package
This commit is contained in:
parent
f577345b14
commit
b7c2c3448e
@ -8,13 +8,13 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>swagger-codegen-distribution</artifactId>
|
<artifactId>swagger-codegen-cli</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>swagger-codegen (executable)</name>
|
<name>swagger-codegen (executable)</name>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>swagger-cli</finalName>
|
<finalName>swagger-codegen-cli</finalName>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
2
pom.xml
2
pom.xml
@ -293,7 +293,7 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
<modules>
|
<modules>
|
||||||
<module>modules/swagger-codegen</module>
|
<module>modules/swagger-codegen</module>
|
||||||
<module>modules/swagger-codegen-distribution</module>
|
<module>modules/swagger-codegen-cli</module>
|
||||||
<module>modules/swagger-generator</module>
|
<module>modules/swagger-generator</module>
|
||||||
</modules>
|
</modules>
|
||||||
<reporting>
|
<reporting>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user