swagger-api/swagger-codegen

[JAVA] Understanding client deployment to maven repository

オープン

#5,796 opened on 2017/06/07

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)HTML (5,474 件のフォーク)batch import
Client: JavaEnhancement: Generalhelp wanted

Repository metrics

Stars
 (12,701 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Description

We use aws-maven and deploy all our maven libraries to S3 bucket. Would like to know what is the best way to deploy the generated java client to S3.

Swagger-codegen version

2.2.2

Command line used for generation
java -jar swagger-codegen-cli.jar generate -i target/generated/swagger.json -l java --library retrofit2 -o client/java -c config.json
Suggest a Fix

If pom.xml could have support for aws-maven plugin as a configurable option and if a distribution management is provided we could override the distribution repository from command line to deploy.

コントリビューターガイド