Skip to content

Commit

Permalink
(no-issue) fix: Don't fail on javadoc for snapshots release (#718)
Browse files Browse the repository at this point in the history
* Don't fail on javadoc for snapshots release

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

* Fix maven naming description

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

---------

Signed-off-by: Ricardo Zanini <zanini@redhat.com>
  • Loading branch information
ricardozanini authored May 14, 2024
1 parent dbcf1c7 commit 7d691cd
Show file tree
Hide file tree
Showing 30 changed files with 36 additions and 29 deletions.
2 changes: 1 addition & 1 deletion client/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-openapi-generator-deployment</artifactId>
<name>Quarkus - Openapi Generator - Deployment</name>
<name>Quarkus - Openapi Generator - Client - Deployment</name>

<properties>
<version.org.openapitools>7.5.0</version.org.openapitools>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/additional-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-additional-properties</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Additional Properties</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Additional Properties</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/array-enum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-array-enum</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Array enum</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Array enum</name>
<description>Example project for OpenAPI with array of enums</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/beanparam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-beanparam</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - BeanParam</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - BeanParam</name>
<description>Example project for @BeanParam usage</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/change-directory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>quarkus-openapi-generator-it-change-directory</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Change directory</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Change directory</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/circuit-breaker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-circuit-breaker</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Circuit Breaker</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Circuit Breaker</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/config-key/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-config-key</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Config Key</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Config Key</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/cookie-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-cookie-authentication</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Cookie Authentication</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Cookie Authentication</name>
<description>Use cookie authentication</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.1",
"info": {
"title": "Quarkus - Openapi Generator - Integration Tests - Cookie Authentication",
"title": "Quarkus - Openapi Generator - Integration Tests - Client - Cookie Authentication",
"version": "v1"
},
"servers": [
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/custom-templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-custom-templates</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Custom Templates</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Custom Templates</name>
<description>Example project with custom templates</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/enum-property/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-enum-property</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Enum Property</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Enum Property</name>
<description>Example project for OpenAPI with enum property</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/exclude/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-exclude</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Exclude</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Exclude</name>
<description>Example project with OpenAPI documents that should be excluded</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/generation-input/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>quarkus-openapi-generator-it-generation-input</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Generation Input</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Generation Input</name>
<description>Example library that implements the OpenApiSpecInputProvider interface</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/generation-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>quarkus-openapi-generator-it-generation-tests</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Generation Tests</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Generation Tests</name>
<description>Example Project that uses the OpenApiSpecProvider (via input Stream) to provide the OpenAPI Spec input. See the module "generation-input", which has this implementation.</description>
<dependencies>
<!-- petstore requires OAuth2 -->
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-ghub</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - GitHub spec</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - GitHub spec</name>
<description>Example project for general usage</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/include/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-include</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Include</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Include</name>
<description>Example project with OpenAPI documents that should be included</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/multipart-request/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-multipart-request</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Multipart Request</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Multipart Request</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/mutiny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>quarkus-openapi-generator-it-mutiny</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Mutiny</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Mutiny</name>
<description>Example project for general usage with Mutiny</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/open-api-normalizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>quarkus-openapi-generator-it-open-api-normalizer</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - OpenAPI Normalizer</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - OpenAPI Normalizer</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/part-filename/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-part-filename</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - PartFilename</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - PartFilename</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests</name>
<name>Quarkus - Openapi Generator - Client - Integration Tests</name>
<packaging>pom</packaging>
<modules>
<module>additional-properties</module>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/return-response/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-return-response</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - return-response</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - return-response</name>
<description>Example project for usage of the return-response property</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-security</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Security</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Security</name>
<description>A few use cases that relies on security use cases with the OpenAPI Generator</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-simple</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Simple</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Simple</name>
<description>Example project for general usage</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/skip-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-skip-validation</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Skip Spec Validation</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Skip Spec Validation</name>
<description>Skip OpenAPI Spec Validation</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/suffix-prefix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-suffix-prefix</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Suffix / Prefix</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Suffix / Prefix</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/integration-tests/type-mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-openapi-generator-it-type-mapping</artifactId>
<name>Quarkus - Openapi Generator - Integration Tests - Type Mapping</name>
<name>Quarkus - Openapi Generator - Integration Tests - Client - Type Mapping</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion client/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-openapi-generator</artifactId>
<name>Quarkus - Openapi Generator - Runtime</name>
<name>Quarkus - Openapi Generator - Client - Runtime</name>
<description>Generation of Rest Clients based on OpenAPI specification files</description>
<dependencies>
<!-- Quarkus -->
Expand Down
2 changes: 1 addition & 1 deletion client/test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-openapi-generator-test-utils</artifactId>
<name>Quarkus - Openapi Generator - Test Utils</name>
<name>Quarkus - Openapi Generator - Client - Test Utils</name>

<dependencies>
<dependency>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalOptions>-Xdoclint:none</additionalOptions>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 7d691cd

Please sign in to comment.