forked from loafle/openapi-generator-original
Minor fix on pom (#2304)
This commit is contained in:
parent
58773a3659
commit
4f37e81d55
@ -162,7 +162,6 @@
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.0.1</version>
|
||||
<configuration>
|
||||
<aggregate>true</aggregate>
|
||||
<debug>true</debug>
|
||||
<links>
|
||||
<link>http://java.sun.com/javaee/5/docs/api</link>
|
||||
|
11
pom.xml
11
pom.xml
@ -228,12 +228,11 @@
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.0.1</version>
|
||||
<configuration>
|
||||
<aggregate>true</aggregate>
|
||||
<source>1.8</source>
|
||||
<encoding>UTF-8</encoding>
|
||||
<maxmemory>1g</maxmemory>
|
||||
<failOnWarnings>true</failOnWarnings>
|
||||
<excludePackageNames>${javadoc.package.exclude}</excludePackageNames>
|
||||
<excludePackageNames></excludePackageNames>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
@ -537,7 +536,7 @@
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>samples/client/petstore/java/okhttp-gson/parcelableModel</module>
|
||||
<module>samples/client/petstore/java/okhttp-gson-parcelableModel</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
@ -657,7 +656,7 @@
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>samples/server/petstore/java-msf4/</module>
|
||||
<module>samples/server/petstore/java-msf4j</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
@ -850,7 +849,7 @@
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>samples/client/petstore/typescript-angularjs/npm</module>
|
||||
<module>samples/client/petstore/typescript-angularjs</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
@ -877,6 +876,7 @@
|
||||
<module>samples/client/petstore/python</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<!--
|
||||
<profile>
|
||||
<id>ruby-client</id>
|
||||
<activation>
|
||||
@ -889,6 +889,7 @@
|
||||
<module>samples/client/petstore/ruby</module>
|
||||
</modules>
|
||||
</profile>
|
||||
-->
|
||||
<profile>
|
||||
<id>go-client</id>
|
||||
<activation>
|
||||
|
Loading…
x
Reference in New Issue
Block a user